Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Auto Start Oracle on HPUX

Re: Auto Start Oracle on HPUX

From: howard <howard.lee_at_connection.com.hk>
Date: Thu, 08 Oct 1998 17:14:53 +0800
Message-ID: <361C828D.62443318@connection.com.hk>


Lonnie

just add the two scripts in rc.d dir.

hope this helps

howard

Lonnie Clardy wrote:

> Does anyone have an example script for starting Oracle automatically on
> an HPUX system. I have been looking all over with little or no luck. I
> would appreciate any help that you might provide.
>
> Thanks,
> Lonnie
>
> lonniec_at_ntgi.com


svrmgrl lmode=y << EOF
connect internal
startup mount sid1
alter database archivelog;
archive log start;
alter database open;
exit
EOF


tcpctl start
lsnrctl start Received on Thu Oct 08 1998 - 04:14:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US