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 -> ORA-01078 when creating database

ORA-01078 when creating database

From: Jim Poe <jpoe_at_fulcrumit.com>
Date: 06 Jun 2001 23:50:28 GMT
Message-ID: <9fmfk4$p26@dispatch.concentric.net>

Oracle 8.1.7 on W2K.

I'm testing a database install script. My Init.Ora looks like this.

db_name = "AMSD"

db_domain = fulcrumit.com

instance_name = AMSD

service_names = AMSD.fulcrumit.com

db_files = 1024

control_files = ("E:\Apps\oracle\ora81\oradata\AMSD\AMSD01.ctl",
"E:\Apps\oracle\ora81\oradata\AMSD\AMSD02.ctl",
"E:\Apps\oracle\ora81\oradata\AMSD\AMSD03.ctl")

I have a batch file that does this:
ORADIM -new -sid %1 -intpwd %1oracle -startmode auto -pfile e:\Apps\ORACLE\ora81\ADMIN\%1\init%1.ora

ORADIM -startup -sid %1 -usrpwd %1oracle -starttype srvc,inst -pfile e:\Apps\ORACLE\ora81\ADMIN\%1\init%1.ora

I get the ORA-01078 'failure in processing system parameters' on the second command, 'startup'. Is it because the control files have not been created yet? Even with the error the rest of the database creation continues without errors. I would just like to confirm the cause of this error. I've tried commenting out the lines in a systematic way, but cannot get rid of the error consistently.

Thanks.

--
Jim Poe (jpoe_at_fulcrumit.com)
Received on Wed Jun 06 2001 - 18:50:28 CDT

Original text of this message

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