Oracle PARAMETER MODES sekhar Add Comment Oracle PARAMETER MODES http://ebiztechnics.blogspot.com/2015/03/oracle-parameter-modes.html Read More
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