To solve performance problems with the Oracle MDB, do one of the following:
EXEC DBMS_STATS.gather_schema_stats(ownname =>'MDBADMIN', cascade =>true, method_opt=>'FOR ALL COLUMNS SIZE AUTO');
echo "EXEC DBMS_STATS.gather_schema_stats (ownname => 'MDBADMIN', cascade =>true, method_opt=>'FOR ALL COLUMNS SIZE AUTO');"|sqlplus sys/<pwd>@<instance> as sysdba
In this example, <pwd> is the password of the current Oracle instance and <instance> is the name of the current Oracle instance (SID).
|
Copyright © 2013 CA.
All rights reserved.
|
|