RMAN-03009: failure of backup command on ORA_DISK_1 channel
具體報錯
Starting backup at 2022-01-26 15:53:18 using channel ORA_DISK_1 channel ORA_DISK_1: starting datafile copy input datafile file number=00001 name=+DATADG01/prod/datafile/system.256.1083328327 RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/26/2022 15:53:20 ORA-17628: Oracle error 19505 returned by remote Oracle server continuing other job steps, job failed will not be re-run
需要檢視轉換後檔案
contents of Memory Script: { set newname for datafile 1 to "/u01/app/oracle/oradata/prod/datafile/system.256.1083328327";
所以用oracle賬戶建立相應的目錄就可以了,再重新執行就可以了
RMAN> duplicate target database to prod from active database nofilenamecheck;
mkdir -p /u01/app/oracle/oradata/prod/datafile/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70004783/viewspace-2854099/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Crunchy PostgreSQL database backup via pgo commandSQLDatabaseGo
- ORACLE opatch 打補丁fuser command output for /u01/.../crsctl.bin is FailureOracleAI
- design for failureAI
- SQLBackupAndFTP12.0 failed to backup database with full backup typeSQLFTPAIDatabase
- md_backup
- Error: Debug Failure at typeToStringErrorAI
- Preferred Read Failure GroupsAI
- DRIVER_POWER_STATE_FAILUREAI
- Vagrant:NS_ERROR_FAILUREErrorAI
- [virtualbox] temporary failure in name resolutionAI
- go : channel , queue , 程式管理 , 關閉channel ?Go
- Using V$BACKUP_ASYNC_IO / V$BACKUP_SYNC_IO to Monitor RMAN PerformanceORM
- How to use “cat” command on “find” command's output?
- -bash: id: command not found -bash: tty: command not found
- command模式模式
- mysql 報錯 Communications link failureMySqlAI
- 轉:Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:]AIUIViewIndex
- DBMS_BACKUP_RESTORE.DBMS_BACKUP_RESTORE用於特殊情況下的恢復REST
- BACKUP PENDING狀態的解除
- milvus-backup安裝部署
- recover database using backup controlfile理解Database
- Veritas Backup Exec™ 21.3 Multilingual (Windows)Windows
- Go – Channel 原理Go
- go channel ->同步Go
- Buffer和Channel
- c# channelC#
- nodemon: command not found
- Command Line Tools
- pip: command not found
- [Bash] Kill command
- [Bash] cp command
- [Bash] mv command
- [Bash] mkdir command
- [Bash] echo command
- [Bash] read command
- [Bash] awk command
- V$SESSION COMMANDSession
- [Bash] watch command