Database Utilities (MOSC)

MOSC Banner

expdp and transportable tablespaces issue on 10.2.0.4

edited Jun 25, 2012 3:13AM in Database Utilities (MOSC) 2 commentsAnswered
Checked tablespace could be copied as a transportable tablespace.Used EXECUTE DBMS_TTS.TRANSPORT_SET_CHECK('MY_TS', true)
SELECT count(*) FROM TRANSPORT_SET_VIOLATIONS;
- returns zero
Used EXECUTE DBMS_TTS.TRANSPORT_SET_CHECK('MY_TS', true,true)
- returns 100+
--
Complains about Oracle IOTs
As far as I can see, there are no overflow segments in the system tablespace - but it seems to think that there are.
Am I missing something, or is there a bug with this version of Oracle
Any guidance would be appreciated.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center