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 -> Re: missing DBMS_SYSTEM

Re: missing DBMS_SYSTEM

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/06/09
Message-ID: <3941041B.70CE@yahoo.com>#1/1

James Williams wrote:
>
> begin DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION(14,5329,TRUE); end;
>
> *
> ERROR at line 1:
> ORA-06550: line 1, column 7:
> PLS-00201: identifier 'DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION' must be
> declared
> ORA-06550: line 1, column 7:
> PL/SQL: Statement ignored
>
> What do I need to run to declare the above package?

Probably needs to be qualified... ie

exec SYS.DBMS_SYSTEM. blah blah

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Fri Jun 09 2000 - 00:00:00 CDT

Original text of this message

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