Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to work with Limit functionality in Bulk Collect

BikramJan 10 2023

Hi Expert,
We use limit keyword for fetching fixed number of records in bulk collect. I would like to know how to work with Limit keyword so that i didn't face any data no found issue.
E.g. let say i have 1012 records in my cursor area and i have a limit of 100 in each bulk collect so how i can handle with other 12 records when we cross the 10 iteration and we assign 1000 records into our Nested table.

This post has been answered by Solomon Yakobson on Jan 10 2023
Jump to Answer
Comments
Post Details
Added on Jan 10 2023
3 comments
621 views