Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> parameters at session level
hi dba's
can anybody clarify me the flwng:
at database level the parameter optimizer_mode=choose. and i connected to scott and i set the optimizer_goal= rule.
when i see from scott using
sql>show parameters optimizer
the value is shown as RULE
where as from connect internal
SVRMGR>SHOW PARAMETERS OPTIMIZER
showing CHOOSE.
But in the case of SQL_TRACE the system is showing the only value that is set at database level.
even if i set sql_trace=false in scott user and i
issued
>show parameters sql_trace
it is showing only TRUE that is set at database level.
why oracle behaves different ways for different parameters.
prasad.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: prasad maganti INET: prasadm_g_at_yahoo.com 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: ListGuru_at_fatcity.com (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).Received on Sat Jul 21 2001 - 10:18:22 CDT