Book a Demo

Author Topic: Oracle Tablespace  (Read 3029 times)

wombat

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Oracle Tablespace
« on: August 31, 2004, 09:00:15 pm »
Hi All,

I'm using EA at the mom. to generate ddl for our oracle database.  I wonder if anyone know how to tag (or configure) EA 'table' element in order to include Oracle tablespace clause when ddl is generated.

Your helps would be much appreciated.

Basically, what i need is EA to generate ddl that looks like this:
...
/
CREATE INDEX idx_index_name
 ON table_name (
   column_name
 )
 TABLESPACE tablespace_name
/
...

Thanks.

thomaskilian

  • Guest
Re: Oracle Tablespace
« Reply #1 on: September 01, 2004, 01:43:58 am »
The tablespace can be entered in the properties/table detail tab.