Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: transportable tablespaces - violation explanation needed

Re: transportable tablespaces - violation explanation needed

From: Howard J. Rogers <dba_at_hjrdba.com>
Date: Thu, 27 Dec 2001 17:55:12 +1100
Message-ID: <3c2ac56d$0$24018$afc38c87@news.optusnet.com.au>


Who's the owner of the table TEST_DATA_01?

If the transport set contains anything owned by SYS, it won't transport, and the export process will bomb out with highly informative error messages such as this one.

Other things to check are that you're not trying to transport just some partitions of a table or index, that there are no bitmap indexes involved and so forth.

You can run the dbms_tts.transport_set_check package to populate a view (from memory, it's called transport_check_violations) which may provide you with more useful information about what is going wrong.

Regards
HJR. "Andy" <enzoweb_at_hotmail.com> wrote in message news:8d4033cd.0112261744.2cfd364d_at_posting.google.com...
> I am trying to create a transportable tablespace set and when I run
> the procedure get some violations. Some are easy to figure out, but
> what about the ones which say
> "Master table ORACLE.TTS_TEST in tablespace TEST_DATA_01 not allowed
> in transportable set"?
>
> Why isn't it allowed, and how can I fix it?
>
> Thanks,
>
> Andy Horne
Received on Thu Dec 27 2001 - 00:55:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US