![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: LIMIT
Definition: FETCH [CURSOR] BULK_COLLECT INTO [COLLECTION VARIABLE] LIMIT [SIZE] The user is free to specify the LIMIT array size as it depends upon the complexity of operation on fetched rows, memory configuration and other simultaneous processes using the system memory. Example Usage: The PL/SQL block below uses a cursor which selects all 203,600 records from EMP_PF_REC table. Each loop fetches 10,000 rows from the result set. In this instance the loop will run for 21 cycles (the 21st loop will return the last 3600 records). DECLARE Related Links: Related Code Snippets:
|
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |