Quick tutorial to configure Oracle Restart without ASM

来源:互联网 发布:php 去除双引号 编辑:程序博客网 时间:2024/06/05 09:56

Summary

This quick tutorial leads you to create Oracle Restart wihout ASM and listener.

$ORACLE_HOME in this passage is where you want to configure Oracle GI.

Version: 12c, 18.1.

Configure software only

Launch Grid Infrastructure OUI window by running $ORACLE_HOME/gridSetup.sh.

Then select Set Up Software Only to setup GI without concrete configurations.

Fill in all blanks and install GI.

During GI installation, it is required to run $ORACLE_INVENTORY/orainstRoot.sh and $ORACLE_HOME/root.sh as root user.

Configure Oracle Restart

After running all the scripts above, run the following command to configure Oracle Restart as root user.

$ORACLE_HOME/perl/bin/perl -I $ORACLE_HOME/perl/lib -I $ORACLE_HOME/crs/install $ORACLE_HOME/crs/install/roothas.pl

After successfully run the script above, run $ORACLE_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME -defaultHomeName CLUSTER_NODES= CRS=TRUE as crs user.

Add listener

Launch netca ($ORACLE_HOME/bin/netca) or srvctl tool to add a listener.

Document

Configure Oracle Restart without ASM

阅读全文
0 0