Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
REF Cursor
.
Show all posts
Showing posts with label
REF Cursor
.
Show all posts
Feb 11, 2016
Examples of Ref Cursor1
›
REF CURSOR Example create or replace package strongly_typed is type return_cur is ref cursor return all_tables%rowtype; proced...
Feb 8, 2016
REF Cursors
›
A REF Cursor is a datatype that holds a cursor value in the same way that a VARCHAR2 variable will hold a string value. • A REF Cursor ca...
›
Home
View web version