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 -> How to check owner of package

How to check owner of package

From: Cezariusz Marek <Cezariusz.Marek_at_comarch.pl>
Date: 1997/08/20
Message-ID: <33facb48.16897116@news.tpnet.pl>#1/1

Hi,

How to check in package (at the runtime) who is the owner of it. The line:

select user
  into v_usr
  from dual;

gives me the user who executed package, not in who's schema it was created.

Regards, Received on Wed Aug 20 1997 - 00:00:00 CDT

Original text of this message

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