|
-
hai,
i have installed ORACLE 8.1.6 successfully on HP-9000 server(64-Bit) and OS is HP-UX version 11. now i want to make the database to startup automatically when i start the server. i want the script how to make the database to startup automatically.
thank you in advance.
bye
kishore
ram kishore
-
add line to /etc/inittab
rcora:2:wait:/etc/rc.ora
#more /etc/rc.ora
# Starting Oracle
su - oracle -c "/u01/oracle/8.1.6/bin/dbstart"
su - oracle -c "/u01/oracle/8.1.6/bin/lsnrctl start"
modify the oracle path to your oracle path
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|