Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: tracing an sql session?
DA Morgan wrote:
> conn / as sysdba
>
> grant ALTER SESSION to <schema>;
> --
> Daniel A. Morgan
> University of Washington
> damorgan_at_x.washington.edu
> (replace x with u to respond)
> Puget Sound Oracle Users Group
> www.psoug.org
Doh. In addition to my earlier post:
To "alter session set events..." you need to log into the database with
an account that has DBA privileges.... and *then* grant the ALTER SESSION privilege to the user in question :-)
Sorry... long day.
-g Received on Tue Jan 16 2007 - 10:12:23 CST
![]() |
![]() |