Ben,

If you had posted this question to designer-L you'd have gotten
insight from some real experts.  In designer table definition(table
columns, indexes, keys, constraints) is different from table
implementation(schema, tablespace, storage parameters).  The same
table definition can be associated with many different table
implementation (e.g. different storage for the same table depending
on test, prodction environment etc).

In design editor's db admin tab you need to define database (under
your application folder) then tablespace and/or storage definitions
and users under that database.  You also need to give users quota on
tablespaces.  

Now generate the table DDL while in D Admin tab.  Your DDL will now
contain the all the artifacts.

This is tedious process if you have large set of tables. If you want
to do it repeatedly, create the database, tablespace, user and quotas
ahead of time.  While converting your ER model (you use ER modeler
right?) using database design transformer, you can specify the table
space for table and indexes.  The transformer will create both table
definitions and table implementations for you.  Then from Design
Editor's DB Admin tab you generate DDL for for your tables.


--- Ben <[EMAIL PROTECTED]> wrote:
> Hi
> 
> Can someone who has used Designer to generate DDL let
> me know how you specify which tablespace a table or index
> is to be created in. I am using the Design Editor and
> the DBAdmin tab and can't seem to find it. 
> Thanks in advance.
> 
> Ben
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Ben
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
> San Diego, California        -- Mailing list and web hosting
> services
>
---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like
subscribing).


=====

Sundeep Maini 
Consultant 
Currently on Assignement at Caterpillar Peoria
[EMAIL PROTECTED] 

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: sundeep maini
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to