gototopgototop
User Rating: / 0
PoorBest 

UTLXPLAN.SQL script if plan table not already exists and creates table Named PLAN_TABLE

1
2
3
4
SQL> CONN sys/password AS SYSDBA 
SQL> @$ORACLE_HOME/rdbms/admin/utlxplan.sql
SQL> GRANT ALL ON sys.plan_table TO public;
SQL> CREATE PUBLIC SYNONYM plan_table FOR sys.plan_table;

Last Updated (Wednesday, 23 December 2009 18:58)