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: DBMS_SYSTEM.Set_Sql_Trace_In_Session

Re: DBMS_SYSTEM.Set_Sql_Trace_In_Session

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Wed, 1 Dec 1999 09:47:53 +0100
Message-ID: <822na4$2pi0e$1@oceanite.cybercable.fr>


First, has dbmsutil.sql script been executed (as SYS)?

If so, this script that creates the dbms_system package does not grant execute on it to public: only users with "execute any procedure" privilege can execute it. You have to explicitly grant the execute privilege on this package to the other users.

--
Have a nice day
Michel

Christophe Galerne <christophe_at_tumbleweed.com> a écrit dans le message : 384453F9.4E27F742_at_tumbleweed.com...
> Guys,
>
> for some reasons I can't use the command:
> dbms_system.Set_Sql_Trace_In_Session(...);
>
> I get those errors messages:
> *
> 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
>
> However I can use any other packages, like dbms_output, etc...
>
> Thanks,
> Christophe
Received on Wed Dec 01 1999 - 02:47:53 CST

Original text of this message

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