Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Siebel Paging System

edited Jun 4, 2013 2:31AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered ✓
Hi all,

Is there a way to achieve the below functionality in Siebel?

 

SELECT *
 FROM (SELECT ROWNUM rnum
             ,a.*
         FROM (SELECT *
                 FROM members) a)
WHERE rnum BETWEEN startrow# AND endrow#;

Is that possible to get data in a size of 1000 ? (when end-user scroll down,we want to fetch data 1000 by 1000)

Just want to double check this as there is a very large dataset (tens of millions) and apparently this is a way to avoid performance issues regarding this.

 

Thanks,

Cristian

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center