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: Database Startup Script for Netware 4.1

Re: Database Startup Script for Netware 4.1

From: Alexander Bisset <a-bisset_at_abdnharb.co.uk>
Date: 1997/06/30
Message-ID: <27229089wnr@abdnharb.co.uk>#1/1

In article: <01bc6ac2$bf4d86e0$b4395e9e_at_mdx-nt2> "Huet Bartels" <H.Bartels_at_mdx.ac.uk> writes:
>
> Hi All.
>
> Has anyone got a Database startup script they can post me, so when
> starting my database after downing the fileserver I do not have to keep
> doing it
> by hand.
>
> I have tryed the examples from the book but they do not work.
>
> LOAD SVRMGR (CLIB_OPT) Script.sql
>
> But it does not work it returns an error of too many params

Leave out the (CLIB_OPT) bit. I use

load svrmgr @sys:oranw732\rdbms73\admin\startdb.sql

in my autoexec.ncf file and the startdb.sql script is as follows :

connect internal
startup
.. (various other startup routines/checks I run)

The first two lines are all you need however.

Hope this helps.

-- 
Alexander Bisset
Email : alexander_at_bisset.demon.co.uk      (home)
or      a-bisset_at_aberdeen-harbour.co.uk   (work)
WWW   : http://www.bisset.demon.co.uk/index.html
Received on Mon Jun 30 1997 - 00:00:00 CDT

Original text of this message

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