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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help: Creating DB from scipts on NT?

Re: Help: Creating DB from scipts on NT?

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1998/06/03
Message-ID: <6l2p51$ig5$1@hermes.is.co.za>#1/1

Alex Williams wrote in message <3573F4B3.A1548B44_at_zoo.bt.co.uk>...
>I have successfully created a database on a Solaris machine by creating
>a parameter file and create script. I set ORACLE_SID and ran sqldba.
>From sqldba I did startup nomount and specified my new parameter file.
>Then, still in sqldba, I ran my create database script. All this worked
>fine.

 <snipped>
>DBA-00314: unable to attach to default host
>ORA-09352: Windows 32-bit Two-Task driver unable to spawn new ORACLE
>task

You're on the right road. The only thing missing is the first step - creating an instance. This is specific to NT only AFAIK. Run the program ORADIMxx.EXE (where xx is your Oracle version number) to create the instance. You can run it with /? as parameter to get a list of parameters. I think it's something like this:
ORADIMxx - NEW -SID orcl -INTPWD sa
to define the instance and the internal password.

Once you have the instance defined, you can set your ORACLE_SID and run sqldba with your scripts to create the database.

regards,
Billy Received on Wed Jun 03 1998 - 00:00:00 CDT

Original text of this message

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