ORA-00230: operation disallowed: snapshot control file enqueue unavailable:
if Linux :-
find the Enqueue locks:
SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
FROM v$session s, v$enqueue_lock l
WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2;
then kill the session with sid and Process# from v$session;
alter system kill session 'SID, Process#' immediately;
if Windows :-
Bug 7450366 RMAN Autobackup fails with unable to obtain snapshot enqueue (ORA-230)
This note gives a brief overview of bug 7450366.
The content was last updated on: 17-OCT-2011
Click here for details of each of the sections below.
Affects:
Product (Component) Oracle Server (Rdbms)
Range of versions believed to be affected Versions BELOW 11.2
Versions confirmed as being affected • 11.1.0.7
• 10.2.0.5
• 10.2.0.4
• 10.2.0.3
• 10.2.0.2
• 9.2.0.1
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in • 11.2.0.1 (Base Release)
• 10.2.0.5.5 Patch Set Update
if Linux :-
find the Enqueue locks:
SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
FROM v$session s, v$enqueue_lock l
WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2;
then kill the session with sid and Process# from v$session;
alter system kill session 'SID, Process#' immediately;
if Windows :-
Bug 7450366 RMAN Autobackup fails with unable to obtain snapshot enqueue (ORA-230)
This note gives a brief overview of bug 7450366.
The content was last updated on: 17-OCT-2011
Click here for details of each of the sections below.
Affects:
Product (Component) Oracle Server (Rdbms)
Range of versions believed to be affected Versions BELOW 11.2
Versions confirmed as being affected • 11.1.0.7
• 10.2.0.5
• 10.2.0.4
• 10.2.0.3
• 10.2.0.2
• 9.2.0.1
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in • 11.2.0.1 (Base Release)
• 10.2.0.5.5 Patch Set Update
No comments:
Post a Comment