| Oracle8i Supplied PL/SQL Packages Reference Release 2 (8.1.6) Part Number A76936-01  | 
  | 
DBMS_TTS , 2 of 2
These two procedures are designed to be called by database administrators.
| Subprogram | Description | 
|---|---|
| 
 Checks if a set of tablespaces (to be transported) is self-contained.  | 
|
| 
 Downgrades transportable tablespace related data.  | 
This procedure checks if a set of tablespaces (to be transported) is self-contained. After calling this procedure, the user may select from a view to see a list of violations, if there are any. If the view does not return any rows, then the set of tablespaces is self-contained. For example,
SQLPLUS> EXECUTE TRANSPORT_SET_CHECK('foo,bar', TRUE); SQLPLUS> SELECT * FROM TRANSPORT_SET_VIOLATIONS;
DBMS_TTS.TRANSPORT_SET_CHECK ( ts_list IN VARCHAR2, incl_constraints IN BOOLEAN);
This procedure downgrades transportable tablespace related data.
DBMS_TTS.DOWNGRADE;
None.
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |