Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: identifier 'DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION' must be dec
Ahh... Duh... Prefix it with the owner....
Yes
EXECUTE SYS.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION (9, 89, TRUE) Worked!
Thanks for shedding light on this..
I should have saw that, too many pots on the stove ;-)
bob
> Bob,
>
> It can only be one of two things:
>
> Try EXECUTE SYS.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION (9, 89, TRUE)
>
> or
>
> connect as SYS and "grant execute on DBMS_SYSTEM to
> your_Oracle_account" and try it again.
>
> Hope this helps
>
> Tom Mercadante
> Oracle Certified Professional
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Bob Metelsky INET: bmetelsky_at_cps92.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Oct 03 2002 - 15:17:50 CDT
![]() |
![]() |