Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Where is a temp tables DDL stored?
The DDL for tables is not stored in the data dictionary, though the
necessary components to reconstruct the DDL for tables are stored
there. That is why we have had to use OEM, export, dbms_metadata and
3rd party tools to extract the DDL when needed.
Regards,
Daniel Fink
Received on Wed Sep 14 2005 - 11:46:22 CDT