Please enter search query.
Search <book_title>...
NetBackup™ Status Codes Reference Guide
Last Published:
2023-10-23
Product(s):
NetBackup (10.3.0.1, 10.3)
- NetBackup status codes
- NetBackup status codes
- NetBackup KMS status codes
- NetBackup status codes
- Media Manager status codes
- Media Manager status codes
- Media Manager status codes
- Device configuration status codes
- Device configuration status codes
- Device configuration status codes
- Device management status codes
- Device management status codes
- Device management status codes
- Robotic status codes
- Robotic status codes
- Robotic status codes
- Robotic error codes
- Robotic error codes
- Robotic error codes
- Security services status codes
- Security services status codes
- Security services status codes
- NetBackup alert notification status codes
NetBackup status code: 1974
Explanation: This issue is a pre-clone error that indicates that the clone can fail because a potential Data Guard standby backup includes the online backups that are marked unused.
Recommended Action: Review the Oracle cloning chapter in the NetBackup for Oracle Administrator's Guide for more information.
The following example RMAN steps may resolve the issue after a clone:
SQL> alter database drop standby logfile group 1; Database altered. SQL> alter database drop standby logfile group 2; Database altered. SQL> alter database drop standby logfile group 3; Database altered. SQL> ALTER DATABASE ADD LOGFILE group 1 ('c:\clone\REDO01.LOG') size 5M; Database altered. SQL> ALTER DATABASE ADD LOGFILE group 2 ('c:\clone\REDO02.LOG') size 5M; Database altered. SQL> alter database activate standby database; Database altered. SQL> alter database open; Database altered. SQL>
Click here to view technical notes and other information on the Veritas Technical Support website about this status code.