To start the server databases at system boot time, edit the /etc/oratab file to allow Oracle to recognize the server databases. The server databases are identified through the Oracle System ID (SID). The default SID names are:
Follow these steps:
su <oracleid>
For example, when the account is oracle, use this command:
su oracle
<ORACLE_SID>:<ORACLE_HOME>:Y
For example, when the Oracle SID is DBCSE, and Oracle home directory is /usr/oracle, use this command:
DBCSE:/usr/oracle:Y
ORACLE_HOME=<value>; export ORACLE_HOME PATH=$PATH:$ORACLE_HOME/bin; export PATH
setenv ORACLE_HOME <value> set path=( $path $ORACLE_HOME/bin )
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|