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 -> Creating New instance causes PMON error

Creating New instance causes PMON error

From: <bmolish_at_btsquared.com>
Date: Wed, 03 Jun 1998 00:15:31 GMT
Message-ID: <6l24j3$9m5$1@nnrp1.dejanews.com>


Product Version: 7.3

I am in the processes of creating a new instance on our HP UX 10.2 box. We currently have 3 others working fine. We are using 7.34
I created a new init.ora file. ( I copied this from another instance, and changed the perimeters.) I did the same for the configxx.ora & I also modified the listner.ora w/ the new SID name.

I then connected internal and ran the crdbxxx.sql script. ( I also copied this and changed the perams for the new SID I created)

When running the script I get the following error. ** SVRMGR> @crdb7UQ4.sql
Connected to an idle instance.
ORA-00443: background process "PMON" did not start ORA-09922: Can't spawn process - background log directory not created properly
HP-UX Error: 2: No such file or directory create database "7UQ4"
*
ORA-01034: ORACLE not available
Disconnected. "

What am I missing???

Here is what is in the crdbxxx.sql script..

spool
/applications/app/oracle/product/admin/7UQ4/create/ crdb7UQ4.lst

connect internal
startup nomount
pfile=/applications/app/oracle/product/admin/7UQ4/p file/init7UQ4.ora
create database "7UQ4"

connect internal
startup nomount
pfile=/applications/app/oracle/product/admin/7UQ4/p file/init7UQ4
.ora

create database "7UQ4"
maxlogfiles 32
character set "US7ASCII"
datafile
'/development/oradata/7UQ4/system01.dbf'
size 40M
logfile
'/development/oradata/7UQ4/redo7UQ401.log'
size 500k,
'/development/oradata/7UQ4/redo7UQ402.log'
size 500k,
'/development/oradata/7UQ4/redo7UQ403.log'
size 500k;

disconnect

I then did a BDF to ensure I had enough space..

Any suggestions??

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 02 1998 - 19:15:31 CDT

Original text of this message

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