Use this procedure to downgrade to Oracle Grid Infrastructure 11g Release 2 (11.2).
dbca -silent -deleteDatabase -sourceDB -MGMTDB
Grid_home\crs\install\rootcrs.bat -downgrade
to stop the Oracle Grid Infrastructure 12c release 2 (12.2) resources, and shut down the Oracle Grid Infrastructure stack.
Run this command from a directory that has write permissions for the Oracle Grid Infrastructure installation user.
You can run the downgrade script in parallel on all but one of the cluster nodes. You must downgrade the last node after you downgrade all other nodes.
C:\app\12.2.0\grid
is the location of the new (upgraded) Grid home:
cd C:\app\12.2.0\grid\oui\bin setup.exe -nowait -updateNodeList -silent CRS=false ORACLE_HOME=C:\app\12.2.0\grid "CLUSTER_NODES=node1,node2,node3" LOCAL_NODE=local_node_running_the_command -doNotUpdateNodeList
-cfs
if the Grid home is a shared home.ORACLE_HOME
is the location of the home directory from the earlier Oracle Clusterware installation.
cd C:\app\11.2.0\grid\oui\bin setup.exe -nowait -updateNodeList -silent CRS=true ORACLE_HOME=C:\app\11.2.0\grid -doNotUpdateNodeList
-cfs
if the Grid home is a shared home.On each node, start Oracle Clusterware from the earlier release Oracle Clusterware home using the command crsctl start crs
. For example. if the earlier release home is C:\app\11.2.0\grid
, use the following command on each node:
C:\app\11.2.0\grid\bin> crsctl start crs