Operating System - HP-UX
1753797 Members
7289 Online
108799 Solutions
New Discussion юеВ

Failed set a new snapshot controlfile name through RMAN

 
SOLVED
Go to solution
pat phillips
Occasional Advisor

Failed set a new snapshot controlfile name through RMAN

Hi -

I am having problems setting up a new snapshot controlfile name through RMAN. I ran the command CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'filename'but it has returned the following error message.

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 03/18/2005 10:48:19
ORA-00230: operation disallowed: snapshot controlfile enqueue unavailable

Can anyone help.

Regards,
Pat
2 REPLIES 2
Steve Steel
Honored Contributor
Solution

Re: Failed set a new snapshot controlfile name through RMAN

Hi

oerr ora 230
00230, 00000, "operation disallowed: snapshot controlfile enqueue unavailable"
// *Cause: The attempted operation cannot be executed at this time because
// another process currently holds the snapshot controlfile enqueue.
// *Action: Retry the operation after the concurrent operation that is holding
// the snapshot controlfile enqueue terminates.


Shutdown all ora processes or boot the box

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
pat phillips
Occasional Advisor

Re: Failed set a new snapshot controlfile name through RMAN

Thanks Veritas was holding the process.

Regards,
Pat