| Napster |
Posted: Jan 22, 2008 01:28:14 AM |
Total Post: 6
Joined: Jan, 2008
|
Hi,
i'm new to Oracle 9i on linux.
i wish to know as to how can i startup database at system boot time.
m sure /etc/oratab file has something to do with this
Can someone let me know a detailed procedure as to how to achieve this
regards
|
|
|
Murtuja |
| Posted: Jan 22, 2008 01:49:08 AM | |
|
Total Post: 857
Joined: Jan, 2006
|
Hi,
These links will help you
http://www.tldp.org/HOWTO/Oracle-9i-RH8-and-RH9-HOWTO-5.html
http://www.togaware.com/linux/survivor/Starting_Stopping.html
|
|
|
|
|
Napster |
| Posted: Jan 22, 2008 02:23:40 AM | |
|
Total Post: 6
Joined: Jan, 2008
|
thanks for the link...
however i thing i wish to know.is this the only solution....i mean do i have to write that script....will setting the /etc/oratab file to Y (ONLY) not help.
regards
|
|
|
|
|
Murtuja |
| Posted: Jan 22, 2008 02:40:00 AM | |
|
Total Post: 857
Joined: Jan, 2006
|
setting the /etc/oratab file to Y will auto start database only.We need to start listerner also so we need this script.
All,
Correct me if my understanding is wrong.
|
|
|
|
|
dbavinod |
| Posted: Feb 07, 2008 05:25:23 AM | |
|
Total Post: 90
Joined: Sep, 2006
|
http://www.unix.com/sun-solaris/17773-how-start-oracle-database-automatically.html
this is the best way to do
Vinod
|
|
|
|
|
manishdba |
| Posted: Apr 03, 2008 01:30:32 AM | |
|
Total Post: 1
Joined: Dec, 2007
|
hi .... MAKE SURE THE ENTRY FOR YOUR DATABASE SID IN THE ORATAB FILE ENDS IN CAPITAL Y
eg:
# $ORACLE_HOME:ORACLE_HOME:[N|Y]
#
ORCL:/u001/app/oracle/product/9.2.3.0:Y
#
THE SCRIPTS FOR STARTING AND STOPPING DATABASE ARE .$ORACLE_HOME/bin/dbstart and dbshut
SQL*NET OR net8)is started with the lsnrctl command .add the following entries to your /etc/rc2.d/S99dbstart(or equivalent )file.
eg of entry;;;
su - oracle -c "/path/to/$ORACLE_HOME/bin/dbstart" #start DB's
su - oracle -c "/path/to/$ORACLE_HOME/bin/lsnrctl start" # Start listener
su - oracle -c "/path/tp/$ORACLE_HOME/bin/namesctl start" #Start OraNames
(optional)
LET ME KNOW IF ITS RITE OR NOT......
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |