Script for Oracle
2007-12-25 2:54:00
At this moment I'm starting Oracle manualy, using these commands:
su - oracle
sqlplus /nolog
connect /as sysdba
startup pfile=/export/home/oracle/admin/test/pfile/inittest.ora
exit
lsnrctl start
And for shuting down Oracle:
su - oracle
sqlplus /nolog
connect /as sysdba
shutdown immediate
exit
lsnrctl stop
I hope somebody can help me create a script that allows starting and
stoping Oracle automaticaly (using these commands).
I know where and how to put the script.
Mi only problem is creating it.
I'm managing a Sun Fire 280R (UltraSPARC-III+) with Solaris 8 and
Oracle 9i.
For anyones attention, thank you.
Sincerely,
Harry P. M.
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
Comments
Got something to say?
You must be logged in to post a comment.

