How to check session information
I'm running 11.2.0.2 database, I have a script which begin with ALTER SESSION SET CURSOR_SHARING=FORCE, this script will run by login to the database automatically.
How am I able to check if the session has this session parameter take effect during the script run time?
Any advise would greatly appreciate.
Thanks