I checked the directory that it is searching for the initsid.ora file in and it does not exist. There is a spfileGabriele.ora file.
should I enter startup pfile='/u01/oracle/product
Main Topics
Browse All TopicsI created a new database and I am trying to log in to the database. However when I enter connect /as sysdba
it reads that I am connect to an idle instance. When I type startup I get the following errors:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter '/u01/oracle/product/app/9
Could someone help me fix this problem?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
in the /u01/app/oracle/admin/Gabr
init.ora.227200617535
option 1:
so are you saying type the following:
startup pfile='/u01/app/oracle/adm
create spfile from pfile;
or
option 2:
startup pfile='/u01/app/oracle/adm
create spfile from pfile;
or
option 3:
could I do the following (There is a spfile spfileGabriele.ora in the directory referenced below) :
startup pfile=$ORACLE_HOME/dbs/spf
create spfile from pfile;
The directory in option 3 has the following files:
-rw-r--r-- 1 oracle dba 8385 Mar 9 2002 init.ora
-rw-r--r-- 1 oracle dba 12920 Mar 9 2002 initdw.ora
-rw-rw---- 1 oracle dba 24 Mar 27 17:53 lkGABRIELE
-rwSr----- 1 oracle dba 1536 Mar 28 08:21 orapwGabriele
-rw-r----- 1 oracle dba 2560 Mar 27 17:53 spfileGabriele.ora
Thanks!
I tried option 2 and got the following output:
ORACLE instance started.
Total System Global Area 320308312 bytes
Fixed Size 730200 bytes
Variable Size 285212672 bytes
Database Buffers 33554432 bytes
Redo Buffers 811008 bytes
Database mounted.
Database opened.
SQL> create spfile from pfile
*
ERROR at line 1:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file
'/u01/oracle/product/app/9
Business Accounts
Answer for Membership
by: ploubierPosted on 2006-03-28 at 23:49:51ID: 16318985
Check the location of your parameter file then enter : ter/file>
startup pfile=<full/path/to/parame
Which OS do you use ?