Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Script to generate all attributes about an Oracle table
I am looking for a script that will generate a sql script that will re-create an Oracle table. The script should generate:
Currently I am using a script called recreatetbl_source.sql, but it fails to pick up ON DELETE CASCADE and DEFAULT Values and once in a while does not pick up the index definitions.
![]() |
![]() |