SOLVED

CRS- 6706 : Oracle Clusterware Release Patch Level (‘xxxx’) Does Not Match Sofrware Patch Level.

Asked by OracleDba13 viewsoracle

#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
CRS- 6706 : Oracle Clusterware Release Patch Level (‘xxxx’) Does Not Match Sofrware Patch Level.

We have restored OCR from backup, started CRS, and rolled back patch using opatchauto. After restarting CRS we’ve got this error:

CRS-6706: Oracle Clusterware Release Patch Level (‘xxxx’) Does Not Match Software Patch Level (‘yyyy’)

Steps to solve this issue :

1.	Unlock GI home from root user:

# cd $GI_HOME

# $GI_HOME/crs/install/rootcrs.sh -unlock

2.Complete the patching setup from root user (local means it will correct OLR, not OCR):

$ $ORACLE_HOME/bin/clscfg -localpatch

3.As the root user lock the GI home:

# $ORACLE_HOME/crs/install/rootcrs.sh -lock

4.	Start CRS:

# crsctl start crs -wait

Hope It Helps!
OracleDba

Post Your Solution