REF CURSORS is the powerful, flexible, and scale-able ways to return query results from Oracle database to application. It is a PL/SQL data ...Read More
Ref Cursor
Reviewed by DBARepublic.com
on
10:00 AM
Rating: 5
A Cursor is a work area or a section of memory in which SQL statements are processed in the Oracle server. A cursor is a pointer to a privat...Read More
Explicit Cursor
Reviewed by DBARepublic.com
on
11:15 AM
Rating: 5
Learning PL/SQL Procedure with examples is the best way to learn Stored Procedure. You may be new to PL/SQL Procedure but you may have used...Read More
Oracle Stored Procedure With Examples
Reviewed by DBARepublic.com
on
12:40 PM
Rating: 5
You might be new to PL/SQL Functions but you are not new to Functions if you have used SQL before. Function is a subprogram that computes a...Read More
User Defined PL/SQL Function
Reviewed by DBARepublic.com
on
8:33 AM
Rating: 5
According to Oracle document, the AUTONOMOUS TRANSACTION changes the way a subprogram works within a transaction. A subprogram marked with ...Read More
Pragma Autonomous Transaction
Reviewed by DBARepublic.com
on
9:15 PM
Rating: 5
DBMS_OUTPUT is a Oracle built in package that lets you send messages from stored procedures, packages and triggers. The package is helpful d...Read More
DBMS_OUTPUT Package
Reviewed by DBARepublic.com
on
8:19 PM
Rating: 5
An exception handler is a process of trapping an error that occurs while processing a PL/SQL code. Run time error may occur for various reas...Read More
Exception Handling
Reviewed by DBARepublic.com
on
3:30 PM
Rating: 5
A cursor is a work area or a section of memory in which SQL statements are processed in the Oracle server. A cursor is a pointer to a privat...Read More
Implicit Cursor
Reviewed by DBARepublic.com
on
11:01 AM
Rating: 5