- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle 8, RMAN and good Hot Backup Procedure
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2002 02:21 PM
тАО08-20-2002 02:21 PM
RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system archive log current
RMAN-03023: executing command: sql
RMAN-03022: compiling command: backup
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: dev_1
RMAN-08031: released channel: dev_2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: backup
RMAN-06089: archived log /u04/archives/PRD/arch76689.arc not found or out of sync with catalog
I have looked, and cannot find this archive log file in our archive log directory.
Also wondering whether any improvements could be made to the script (eg include current control file, etc)
Any help greatly appreciated. From what I have seen in here already, points should be easy to come by!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2002 04:49 PM
тАО08-20-2002 04:49 PM
Re: Oracle 8, RMAN and good Hot Backup Procedure
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x541136e69499d611abdb0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb1072106351d5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd65268c57f64d4118fee0090279cd0f9,00.html
search on
rman AND oracle AND omniback AND log AND hot AND backup
Don't forget to click on boolean
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2002 08:54 PM
тАО08-20-2002 08:54 PM
Re: Oracle 8, RMAN and good Hot Backup Procedure
Connect rman to target database
do
allocate channel for maintenance type disk;
change archivelog all crosscheck;
release channel;
exit from rman.
this would help solve your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2002 11:59 PM
тАО08-20-2002 11:59 PM
Re: Oracle 8, RMAN and good Hot Backup Procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2002 07:58 PM
тАО08-21-2002 07:58 PM
SolutionTo bypass this error, you will want to issue "change archivelog all validate;" after connecting to the database and catalog if you are using one.
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2002 12:12 AM
тАО08-22-2002 12:12 AM
Re: Oracle 8, RMAN and good Hot Backup Procedure
The second question: you must resync the catalog.... in the RMAN prompt type
resync catalog;
and then
sql 'alter system switch logfile';
change archivelog all validate;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2002 05:10 PM
тАО08-22-2002 05:10 PM
Re: Oracle 8, RMAN and good Hot Backup Procedure
It looks like there is more than one way to skin a cat!
change archivelog all validate;
was the command I needed to issue to correct this issue.
I probably should have mentioned that we are NOT using a recovery catalog, and using the control files. This being the case, should I modify the script to include current control file?
Also, we have a nightly purge job that deletes all archive logs older than 4 days. My question is: Can I add
change archivelog all validate;
into the backup script to ensure that the catalog is in sync prior to backing up the archive logs?
I have added the delete input statement to address the issue of deleting archive logs as we back them up.
Further assistance here is greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2002 11:46 PM
тАО08-22-2002 11:46 PM
Re: Oracle 8, RMAN and good Hot Backup Procedure
I think that you must configure an instance as recovery catalog... is not very dificcult