Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where are oracle ddl(create table, create index etc) stored?

Status
Not open for further replies.

kanghao

IS-IT--Management
Jul 4, 2004
68
KR
I don't have Toad etc. so I need to know where the ddls are stored.

where are they?

Thanks.
 

Depends on the object:

{ALL|DBA|USER}_SOURCE
{ALL|DBA|USER}_VIEWS
{ALL|DBA|USER}_REPDDL

----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 


PS: Create table and Create index DDL may have to be generated with the DBMS_METADATA package.
[3eyes]

-- OR -- Search this forum for other options.



----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top