總結-表空間傳輸
Collecting the tablespace information for constraints
-----------------------------------------------------
execute dbms_tts.transport_set_check(ts_list=>'USERS',incl_constraints=>TRUE,full_check=>TRUE);
or
execute dbms_tts.transport_set_check(ts_list=>'USERS,INDX',incl_constraints=>TRUE,full_check=>TRUE);
check the temp table named "transport_set_violations" so as to observe the detail constraints information related to another
tablespace
----------------------------------------------------------------------
select * from transport_set_violations
before exp the tablespace information
-------------------------------------
alter tablespace USERS read only;
--->tablespace checkpoint will be performed
alter tablespace indx read only;
export the dict information for that tablespace USERS
------------------------------------------------------
exp transport_tablespace=y tablespaces=USERS file=D:\USERS.dmp
username:sys/password@icmnlsdb as sysdba
or
exp tablespaces=users,indx transport_tablespace=y file=exp_users_indx.dmp
username:sys/password@icmnlsdb as sysdba
after exported tablespace,we have to backup the OS file for it and gather them to be one of the backupset so as to transfer
to our target machine
-----------------------------------------------------------------------
How to import the backup tablespace which has been transferred from original target
--------------------------------------------------------------------
imp transport_tablespace=y datafiles='d:\backupdb\users01.dbf','d:\backupdb\users02.dbf'
username:sys/passw0rd@rmdb as sysdba;
or
imp transport_tablespace=y tablespaces=users,indx file=exp_users_indx.dmp
datafiles='D:\ORACLE\ORADATA\ICMNLSDB\USERS01.DBF','D:\ORACLE\ORADATA\ICMNLSDB\INDX01.DBF'
username:sys/passw0rd@rmdb as sysdba;
Online the tablespace
----------------------------------------------------------------------------
alter tablespace users read write;
alter tablespace indx read write;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12361284/viewspace-666/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL 傳輸表空間MySql
- mysql之 表空間傳輸MySql
- 【XTTS】Oracle傳輸表空間xtts增量方式TTSOracle
- mysql關於表空間的總結MySql
- MySQL傳輸表空間的簡單使用方法MySql
- 用傳輸表空間跨平臺遷移資料
- 達夢表空間管理注意事項總結
- 達夢資料庫表空間等空間大小查詢方法總結資料庫
- 【資料遷移】XTTS跨平臺傳輸表空間(1.傳統方式)TTS
- 【資料遷移】XTTS跨平臺傳輸表空間v4TTS
- 16、表空間 建立表空間
- innodb表空間儲存結構
- 常見顏色空間總結
- 【TABLESPACE】Oracle 表空間結構說明Oracle
- 12C關於CDB、PDB 臨時temp表空間的總結
- 12C關於CDB、PDB 回滾undo表空間的總結
- 【資料遷移】XTTS跨平臺傳輸表空間v3(3.DFT方式)TTS
- 【資料遷移】XTTS跨平臺傳輸表空間v3(2.RMAN增量)TTS
- 【XTTS】使用XTTS傳輸表空間將Oracle11.2.0.4資料遷移至Oracle19CTTSOracle
- Oracle表空間Oracle
- oracle 表空間Oracle
- PostgreSQL 表空間SQL
- PostgreSQL:表空間SQL
- 當使用者無限制使用表空間配額且表空間有足夠空間時出現超出表空間的空間限額
- 表空間利用率及表空間的補充
- UNDO表空間空間回收及切換
- Windows&Linux檔案傳輸方式總結WindowsLinux
- undo表空間容量
- 增加oracle表空間Oracle
- Configure innodb 表空間
- 表空間限額
- 3.2. 表空間
- 只讀表空間
- oracle temp 表空間Oracle
- KingbaseES的表空間
- oracle 表移動表空間Oracle
- Oracle表移動表空間Oracle
- Oracle資料庫遷移 - 異構傳輸表空間TTS HP-UX遷移至Redhat Linux 7.7Oracle資料庫TTSRedhatLinux
- 12c – 使用跨平臺增量備份來減少傳輸表空間的停機時間 (文件 ID 2102859.1)