Does anyone know how to export table ddl including tablespaces info, space info, etc to separate files individually.
ie. each table -> one file?
Thanks.
You have to use SHOW=Y option while exporting and you get the DDL of INDEXES,TABLES into one log file. Go ahead and edit the logfile and cut, copy to sinfle text file. thats the only way you can do it from export. Not sure there might/will be third party tolls makes your life little easier.
Bookmarks