Using Oracle
dbms_tts
To verify that
the transported tablespace is self-con-taining,
execute the Oracle dbms_tts package:
SETEXEC DBMS_TTS.TRANSPORT_SET_CHECK(TS_LIST
=>‘ADMIN’, INCL_CONSTRAINTS => TRUE);
SQL> SELECT *
FROM TRANSPORT_SET_VIOLATIONS;
DECLARE X BOOLEAN;
BEGIN
|
|