Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Auto Start Oracle on HPUX
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
![]() |
![]() |