I really dont understand you.
There are a lot of ways to generate a table i a oracle DB.
You can create via
- a SQL command SQL>Create table t1 (col1 number);
- or via a script SQL>@table_creation.sql
- or using some graphical tool that generate the SQL and
execute it in a transparent manner
(ie,Visio2000 ,Designer, TOAD,...).
Sorry for my english.
Antonio