rman 傳輸資料表空間常見錯誤

來源:互聯網
上載者:User

常見錯誤
錯誤1:

使用 SID='sqcx' 建立自動執行個體

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: recover 命令 (在 03/18/2010 14:18:03 上) 失敗
ORA-19852: 建立輔助執行個體 sqcx 的服務時出錯 (錯誤 0)
ORA-27302: 錯誤發生在:
ORA-27303: 附加資訊: failed to start instance


解決辦法:
exec sys.dbms_backup_restore.manageAuxInstance('TSPITR', 1);

 

錯誤2:
啟動自動執行個體 ORCL


RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: transport tablespace 命令 (在 11/11/2011 17:44:47 上) 失敗
RMAN-04014: 啟動失敗: ORA-01261: Parameter db_create_file_dest destination strin
g cannot be translated
ORA-01263: Name given for file destination directory is invalid
OSD-04018: ??????????????????????????
O/S-Error: (OS 2) ??????????????????????

解決辦法:如果指定了auxiliary destination該參數,那麼會包含兩個參數
db_create_file_dest和control_files,預設位置都和auxiliary destination這個相同.
如果該路徑無效,則報錯.

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.