newbie question

From: Kumar Jandayala <kumarj_at_clientlink.com>
Date: 1996/05/31
Message-ID: <31AF55C3.79A0_at_clientlink.com>#1/1


Hi all,

I am trying to define a cursor variable in a package using the following code:

create or replace package csrtyp as

TYPE DlrCurTyp IS ref CURSOR RETURN cls.cf_dlr%ROWTYPE;

end;

I am getting the following error:
PLS-00103 - Encountered the symbol REF when expecting one of the follong: ....

I am on PL/SQL version 2.1.6.2.0 of oracle 7. Does this version not support cursor variables or am I doing something wrong?

Please help!
TIA.
Kumar Received on Fri May 31 1996 - 00:00:00 CEST

Original text of this message