Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail
From: "Daniel Fink" <danielwfink@yahoo.com>
Newsgroups: comp.databases.oracle.server
Subject: Re: Where is a temp tables DDL stored?
Date: 14 Sep 2005 13:21:42 -0700
Organization: http://groups.google.com
Lines: 10
Message-ID: <1126729301.961774.27730@o13g2000cwo.googlegroups.com>
References: <1126705798.012355.18740@g49g2000cwa.googlegroups.com>
   <1126712247.735544@yasure>
   <1126716382.588532.161250@g43g2000cwa.googlegroups.com>
   <bvpgi1d7ntj5keemcfgnjv2hkv8c4n9fg7@4ax.com>
   <1126723858.554220.198110@g43g2000cwa.googlegroups.com>
   <tlugi15lh587l4ifq86cm4mn2j55tf2dbb@4ax.com>
NNTP-Posting-Host: 216.88.130.72
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1126729307 19666 127.0.0.1 (14 Sep 2005 20:21:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 14 Sep 2005 20:21:47 +0000 (UTC)
In-Reply-To: <tlugi15lh587l4ifq86cm4mn2j55tf2dbb@4ax.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: o13g2000cwo.googlegroups.com; posting-host=216.88.130.72;
   posting-account=P-kTng0AAAD3g70oUy_l14RYHR_8opyJ
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:251527

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.

