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: Where is a temp tables DDL stored?

Re: Where is a temp tables DDL stored?

From: Daniel Fink <danielwfink_at_yahoo.com>
Date: 14 Sep 2005 13:21:42 -0700
Message-ID: <1126729301.961774.27730@o13g2000cwo.googlegroups.com>


I think we are disagreeing over semantics.

I consider DDL to be the command that creates (or modifies) the object, i.e. CREATE TABLE emp <...>; This command is not stored in the data dictionary.

However, all the information to reconstruct this command IS stored in the data dictionary and can be extracted using a variety of tools/techniques. Received on Wed Sep 14 2005 - 15:21:42 CDT

Original text of this message

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