Foreign key in specific tablespace
548849Jan 16 2007 — edited Jan 16 2007Hello,
For creating primary key in a specific tablespace:
SQL>alter table TBLCOLUMNS add PRIMARY KEY (ID) using index tablespace my_tablespace;
Any Similar Command for Foreign key in specific tablespace.
Thanks.