Oracle Exceptions sekhar Add Comment ERROR HANDLING PL/SQL implements error handling with exceptions and exception handlers. Exceptions can be associated with oracle ... Read More
Bulk Collect In Oracle sekhar Add Comment BULK COLLECT Ø This is used for array fetches Ø With this you can retrieve multiple rows of data with a single roundtrip. Ø ... Read More