Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Ranges

Former Member
0 Likes
983

Hi All,

is there limit for no of values in ranges?

Regards

Saurabh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
949

Yes, there is.

The limit depends on the database system which you use.

MS SQL Server 3000 will be the exeeding limit, whereas it differs with Oracle database.

If you are getting a error limit dump, I'm sure from the dump(ST22) you could find the maximun limit of your system.

rgds,

TM.

Please mark points if helpful.

8 REPLIES 8
Read only

dani_mn
Active Contributor
0 Likes
949

I don't think so.

Its not limited.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
949

no limit..

Read only

Former Member
0 Likes
949

yeah u have some limitation in range tables ( In case of no of lines not the Limits )? butu have to to split if u have more no of entries in range table.

limit will be based on the page memory . If u have m ore than 10m it will Short Dump.

Regards

Prabhu

Read only

Former Member
0 Likes
949

Hi Saurabh,

It is unlimited.

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
949

Hi,

There is no limit as such..

U can use your values in between the ranges..

cheers,

Simha.

Read only

Former Member
0 Likes
950

Yes, there is.

The limit depends on the database system which you use.

MS SQL Server 3000 will be the exeeding limit, whereas it differs with Oracle database.

If you are getting a error limit dump, I'm sure from the dump(ST22) you could find the maximun limit of your system.

rgds,

TM.

Please mark points if helpful.

Read only

Former Member
0 Likes
949

Hi,

Yes. According to my understanding the performance will become worse if entries crosses 120-125.

Regs,

Venkat Ramanan

Read only

Former Member
0 Likes
949

tx