Book a Demo

Author Topic: DDL Index generation in seperate tablespace  (Read 2363 times)

jason morgan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
DDL Index generation in seperate tablespace
« on: May 01, 2009, 11:07:47 pm »
Does anyone know if it's possible to assign an index to a different database tablespace than that of the table? It can be done by editing the generated ddl but this will get over-written when the ddl is re-generated.


«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: DDL Index generation in seperate tablespace
« Reply #1 on: May 02, 2009, 01:42:01 am »
Hi Jason,

I think you can do this, at least in Oracle. Whether the same trick will work for another DBMS is something you'll have to test on your own.

In the EA help index look up Oracle | Tables, Set Properties. There is a list of properties at the bottom. Note that these can be applied to indexes and constraints. Of course this would depend on Oracle (or your chosen DBMS) providing support for the appropriate property.

HTH, David
No, you can't have it!

jason morgan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: DDL Index generation in seperate tablespace
« Reply #2 on: May 06, 2009, 11:00:30 pm »
Thanks David,

Just what I needed.. :)