RE: [SPAM] Transportable tablespaces violation question

  • From: "Bobak, Mark" <Mark.Bobak@xxxxxxxxxxxxxxx>
  • To: <fred_fred_1@xxxxxxxxxxx>, <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 21 Feb 2007 13:37:46 -0500

Hi Fred,

You want to make sure that any tablespace that contains an index that is
used to support a primary or unique constraint is in the same transport
set as the tablespace containing the table.  That way Oracle knows the
constraint integrity is guaranteed.

-Mark 


--
Mark J. Bobak
Senior Oracle Architect
ProQuest/CSA

There is nothing so useless as doing efficiently that which shouldn't be
done at all.  -Peter F. Drucker, 1909-2005


-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Fred Smith
Sent: Wednesday, February 21, 2007 12:12 PM
To: oracle-l@xxxxxxxxxxxxx
Subject: [SPAM] Transportable tablespaces violation question
Importance: Low

I am trying to transport 2 tablespaces (data & indexes tablespaces) from
1 database to another.

When I ran the DBMS_TTS.TRANSPORT_SET_CHECK and subsequently select from
transport_set_violations, I see 5 violations that are all:

Index <index> in tablespace <index_tablespace_name> enforces primary
constraints of table <table_name> in tablespace <data_tablespace_name>


How can I get around these violations?

Thanks!

_________________________________________________________________
The average US Credit Score is 675. The cost to see yours: $0 by
Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTE
RAVERAGE

--
//www.freelists.org/webpage/oracle-l


--
//www.freelists.org/webpage/oracle-l


Other related posts:

  • » RE: [SPAM] Transportable tablespaces violation question