Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to query a session's active initialization parameters from other session?
On Feb 27, 12:19 am, spiritusz2..._at_yahoo.com wrote:
> Hi All,
>
> Do you have any idea how to query a session's active initialization
> parameters from other session?
> For example, someone has changed the db_file_multiblock_read_count
> parameter with an alter session statement.
> How can I query its new value from other session?
>
> Thanks in advance,
> Zoltan
OK...
0. Go into sql. 1. Find the PID or SID of the session. 2. oradebug setospid <PID>
3. oradebug event 10046 trace name context forever, level 12 4. oradebug tracefile_name 5. !vi <the name given you in 4>.
Once this becomes obvious, the variants are obvious.
jg
-- @home.com is bogus. http://www.wackyuses.com/Received on Tue Feb 27 2007 - 19:54:49 CST
![]() |
![]() |