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: Create database statement on NT : Possible ???

Re: Create database statement on NT : Possible ???

From: Oliver Critchley <oliver.critchley_at_no.spam.please>
Date: 1997/10/15
Message-ID: <3444D6D8.12B1@no.spam.please>#1/1

ARPEGE wrote:
>
> We have developped a script that works perfectly well and does the
> following :
>
> Create database
> Create tablespaces
> Create rollback segs
> Create users
>
> But we can't get it to run on NT (Oracle 7.2) because after positionning
> the ORACLE_SID to ARPE, we have the following error when trying to enter
> SQLDBA
>
> DBA-00314 unable to attach to default host
> ORA-09352 windows 2 task driver unable to spawn new task
>
> We don't want to go through the Instance Manager stuff because our
> script
> does a lot more than that and we would like to have a unique script to
> create an instance on unix or NT...
>
> Any idea ??? (Philippe : arpege_at_imaginet.fr )

On NT you must use the ORADIM72 command-line tool to create the appropriate NT services before you can run SQLDBA or SVRMGR. Then set the environment variable ORACLE_SID to the SID and start SQLDBA or SVRMGR.

Check the specific Oracle for NT documentation. Received on Wed Oct 15 1997 - 00:00:00 CDT

Original text of this message

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