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: New to Oracle: DDL in EXECUTE IMMEDIATE question

Re: New to Oracle: DDL in EXECUTE IMMEDIATE question

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 29 Aug 2006 08:57:52 -0700
Message-ID: <1156867072.324918.146620@i42g2000cwa.googlegroups.com>


I am moving to a practice of doing most of my DDL in PL/SQL blocks using execute immediate. It allows me more flexibility, and the difference in performance is immaterial, as I am already in a maintenance window (application is shutdown). This is not part of the application.
It is used for affecting schema modifications, during a new release of the application (once or twice a year).
I have never notice any variation on the structure built this way, versus direct command in a SQL Plus session (typed or scripted) other then having more consistent structures in all my environments.

My opinion. Received on Tue Aug 29 2006 - 10:57:52 CDT

Original text of this message

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