Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Get the CREATE TABLE statement from an existing database
You might find the free Perl module DDL::Oracle useful. It generates the DDL for all objects, singularly or as a list or forr an entire schema. It can produce the sizing arguments as is, or compute appropriate sizes based on an internal algorithm or one supplied by the user.
DDL::Oracle is available from the CPAN, and from:
http://sourceforge.net/projects/ddl-oracle/
Richard Sutherland
rvsutherland_at_yahoo.com
"JJ" <jocke30_gbg_at_hotmail.com> wrote in message
news:9gpjh3$f7e$1_at_vg170.it.volvo.se...
> Hi,
>
> I want to get the hands on the CREATE TABLE statement from an existing
> database table through JDBC. Is this possible?
>
> // Jocke
>
>
>
Received on Wed Jul 04 2001 - 05:27:33 CDT
![]() |
![]() |