Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> REF and PL/SQL

REF and PL/SQL

From: Rumcajs <gduplak_at_go2.pl>
Date: Sat, 3 Mar 2001 17:28:01 +0100
Message-ID: <97r5v5$j5$1@news.tpi.pl>

Hello Everybody!

I've big problem with obtaining the reference of a SELF object in a PL/SQL method of an object type.
I can execute
SELECT deref(ref_to_sth) INTO sth from DUAL; but i can't
SELECT ref(SELF) INTO ref_self FROM DUAL

I can't get reference of SELF in any other ways.

Could anybody help me?
TIA Grzegorz Received on Sat Mar 03 2001 - 10:28:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US