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.

本文介绍如何在Oracle 12c及18.1版本中仅安装软件而不进行具体配置来设置Oracle Restart,不包括ASM和监听器的配置。教程涵盖了从运行Grid Infrastructure OUI窗口开始到配置Oracle Restart以及手动添加监听器的全过程。
2204

被折叠的 条评论
为什么被折叠?



