Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to explain plan to table other than plan_table?

Re: how to explain plan to table other than plan_table?

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 30 Aug 2006 13:27:16 -0700
Message-ID: <1156969636.171543@bubbleator.drizzle.com>


Ben wrote:
> oracle ent ed, 9.2.0.5, dmts, compatible = 8.1.0 AIX5L
>
> How can you use explain plan with a plan table that is named something
> other than plan_table?

RENAME bad_table_name TO plan_table;

Or, if it present in 9.2.0.5, run $ORACLE_HOME/rdbms/admin/catplan.sql

and then drop the other table.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Aug 30 2006 - 15:27:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US