Copying dbhome to /usr/local/bin … Copying oraenv to /usr/local/bin … Copying coraenv to /usr/local/bin …Creating /etc/oratab file…Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.
[15] Installation completed. Click “Close” button.
[16] Configure some settings for Oracle user.
[oracle@dlp ~]$ vi ~/.bash_profile # add follows to the end
export ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1
export PATH=$PATH:$ORACLE_HOME/bin [oracle@dlp ~]$ source ~/.bash_profile
[oracle@dlp ~]$ rm -rf tmpCreate Oracle Net Listener that is a network service on Oracle.
[1] Login with the “oracle” user and input a command “netca” like follows.
[oracle@dlp ~]$ netca
[2] Check a box “Listener Configuration” and go next.
[3] Go next.
[4] Set Listner's name. Input any one you like.
[5] This example goes next with keeping default “TCP”.
[6] Set a port. This example goes next with keeping default.
[7] If you'd like to create more Listeners, Answer “Yes”. This example selects “No”.
[8] Configuration completed.
以下文章点击率最高
Loading…