Oracle Articles

Oracle: Select all records from a table

How to select all records from a given table

1 Comments   Posted by salilbagde on Jan 13, 2010   209 Views  


Oracle: PLSQL: How to execute an Oracle package with a stored procedure and output the refcursor (reference cursor) results

The article will demonstrate how to execute an Oracle stored procedure with an output reference cursor and printing the results.

0 Comments   Posted by LazyAssCoder on Sep 27, 2007   546 Views  


Oracle: PLSQL: Return x number of rows in PL/SQL

This article describes how to return the top x number of record.

0 Comments   Posted by LazyAssCoder on Jul 18, 2007   120 Views