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!

What is the 'row archival visibility' value for my session

boyz3menOct 11 2018 — edited Oct 15 2018

Hi all,

I'm working on a script that turns on and off the 'row archival visibility' for it's session.  But I want to only execute "alter session set row archival visibility = ALL", if the session is currently set to ACTIVE.  Is there a way to query for that value? I know it's doesn't hurt to set it to what it already is, but since my script does it many time, I'm trying to avoid multiple alter session commands.

Thanks

Comments
Post Details
Added on Oct 11 2018
8 comments
437 views