Transport Tablespace Failed With Error RMAN-11003/ORA-01111/ORA-01244
(Doc ID 756440.1)
Last updated on JANUARY 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 9.0.1.0 to 11.1.0.8 [Release 9.0.1 to 11.1]Information in this document applies to any platform.
Symptoms
-- Problem Statement:
When attempt to create transport tablespace set using RMAN backupset, if new data files were created in source database after complete backup. Auxiliary instance tablespace point in time recovery (TSPITR) fails with following error.
-- Steps To Reproduce:
- Perform complete database backup using RMAN.
- Add new data files to tablespaces after completion of full backup.
- Verify the transport tablespace is self-contained or not using dbms_TTS package.
- Execute command to create transportable set using rman.
RMAN> run {
transport tablespace <Self-contained tablespace name step 3>
auxiliary destination '/oracle/product/10.2.0/PATH/aux'
tablespace destination '/oracle/product/10.2.0/PATH/aux';
}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |