Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Identify Session Parameters

443104Apr 14 2009 — edited Apr 15 2009
Dear Experts,

As a DBA, how can I identify the session level parameters. For example, a session modifies initialization parameters at a session level like shown below:

Session 1_

alter session set cursor_sharing=force;

select * from emp where empno = 123;



and the above session is still connected.

Is there a view to look at the modified initialization parameters?

Thanks for working on my question.

Regards
This post has been answered by Randolf Geist on Apr 14 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2009
Added on Apr 14 2009
6 comments
973 views