Hi: There is no direct way to find out from the V$/X$ tables since the session modified parameter settings are kept in the PGA and it is not visible to external sessions.
Technically there is a way, you have to dump the PGA and you can get the session parameter values. Best Regards, K Gopalakrishnan Bangalore, INDIA -----Original Message----- VIVEK_SHARMA Sent: Monday, June 24, 2002 1:24 PM To: Multiple recipients of list ORACLE-L Is there NO Other Way to find How ? In Particular :- ALTER SYSTEM SET USE_STORED_OUTLINES=RBOCAT; NOTE USE_STORED_OUTLINES does NOT appear in v$parameters NOT in x$ksppinm Thanks -----Original Message----- Sent: Tuesday, June 25, 2002 12:15 AM To: LazyDBA.com Discussion; VIVEK_SHARMA In AlertSID.log - if up-to-date ==================================== Mon Jun 24 14:42:26 2002 ALTER SYSTEM SET job_queue_processes=5; Mon Jun 24 14:42:26 2002 Restarting dead background process SNP2 Restarting dead background process SNP3 SNP2 started with pid=13 Mon Jun 24 14:42:27 2002 Restarting dead background process SNP4 SNP3 started with pid=14 SNP4 started with pid=15 ======================================= HTHU Ankur Shah Oracle DBA DHR-GA ----- Original Message ----- To: "LazyDBA.com Discussion" <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 2:36 PM How can Values Set by a previously Issued "ALTER SYSTEM SET ...." Command be Found ? -------- Oracle documentation is here: http://tahiti.oracle.com/pls/tahiti/tahiti.homepage To unsubscribe: send a blank email to [EMAIL PROTECTED] To subscribe: send a blank email to [EMAIL PROTECTED] Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl Tell yer mates about http://www.farAwayJobs.com By using this list you agree to these terms:http://www.lazydba.com/legal.html -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: VIVEK_SHARMA INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: K Gopalakrishnan INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
