Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PLEASE : table create script
You can get Oracle data definition language that will run in an SQL
interpreter from the exp/imp utilities and a FREE filter script I
wrote at URL:
http://www.tc.umn.edu/~hause011
The script is ugly_DDL
This will give you all database object definitions including SPL, triggerz, index, grants, whatever. The script can strip data storage clauses off the definitions. Let me know any questions you have about the script.
--
![]() |
![]() |