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: explain plan from pl/sql ?

Re: explain plan from pl/sql ?

From: mcstock <mcstockspamplug_at_spamdamenquery.com>
Date: Fri, 7 Nov 2003 11:25:15 -0500
Message-ID: <Bo6dnZbzu7ACWjaiRVn-tg@comcast.com>


you got me...

according to the PL/SQL manual:

By extending SQL, PL/SQL offers a unique combination of power and ease of use.
You can manipulate Oracle data flexibly and safely because PL/SQL fully supports
all SQL data manipulation statements (except EXPLAIN PLAN), transaction control
statements, functions, pseudocolumns, and operators.

and, as EXPLAIN plan does no commit, ROLLBACK does clear the uncommitted rows from the PLAN_TABLE

good call

Received on Fri Nov 07 2003 - 10:25:15 CST

Original text of this message

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