Database Tuning (MOSC)

MOSC Banner

method_opt parameter in oraclr 9i nd 10g

edited Nov 25, 2013 6:59AM in Database Tuning (MOSC) 3 commentsAnswered
Hi all,
I need to know the global level preference set for method_opt parameter on the database for oracle 9i and oracle 10g.

Like in Oracle 11g we can query the following query

=================================================================
SELECT DBMS_STATS.GET_PREFS(PNAME=>'METHOD_OPT') FROM DUAL;
=================================================================

and we can find out whether there is global level preference set for the method_opt parameter which determines whether histogram will get created on the columns or not.

Any help in this direction is appreciated.

Regards,
Rohan

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center