Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: enable SQL trace with trigger?
Try granting ALTER SESSION directly to the id owning
the table. It may be the usual problem of roles not being
enabled You migh also try granting EXECUTE on DBMS_SESSION
directly to the ID as well.
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
Royce Lithgo wrote in message ...
>Hi,
>
>is it possible to enable SQL trace within a trigger? I'm trying to do it
>and I keep getting 'ORA-01031: insufficient privileges'
>Here is the trigger:
>
>create trigger mb_prcs_req_aft_ins_row
Received on Sun Jul 11 1999 - 04:32:47 CDT
![]() |
![]() |