A script to produce formatted DDL from a export file
Steve Perry ( a member of the Oracle-L mailing list) has produced a script to produce formatted DDL from an Oracle export file.
Example usage is
exp user/password file=full.dmp rows=n fully=yimp user/password file=full.dmp show=y log=full.log full=y
exp buddy_pl full.log
The file does have comments showing usage and indicating some functionality that could be improved. Steve states that he is using this as a leaning exercise so any comments or improvements would be appreciated.
Steve can be contacted on sperry@sprynet.com