expdp and transportable tablespaces issue on 10.2.0.4
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.
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.
0