Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> REF and PL/SQL
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
![]() |
![]() |