DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Cannot start database

  1. #1
    Join Date
    Apr 2008
    Posts
    22

    Cannot start database

    Hi,

    I have restarted our DB server and now I cannot seem to start one of the database's. When logging on via sqlplus I get the message: "Connected to an idle instance."

    When running "Startup" I get:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'X:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\INIT[SID].ORA'

    We are using SPFILE and there is no INIT[SID].ORA file. Any idea on what is going on? How to fix?

    Thanx

    Environment: Oracle 10g R2 - Windows 2003
    Last edited by budh; 08-06-2008 at 05:15 PM.

  2. #2
    Join Date
    Apr 2008
    Posts
    22
    hmmm.. found an init.ora file in X:\oracle\product\10.2.0\admin\[SID]\pfile\init.ora.315200821229

    Copied the contents and created an init[SID].ora file in X:\oracle\product\10.2.0\db_1\database and now the db seems to start.

    Can someone offer an explaination as to what happened here?

    Also, am I now using init.ora instead of a spfile? How do I get it to use SPFILE?

    Thanx

  3. #3
    Join Date
    Apr 2008
    Posts
    22
    managed to create and use the SPFILE.
    Still confused as to what happened though...

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    there wasnt an spfile or a pfile in the directory when you were trying to start up the first time - simple as that

    when you copied one it - it worked - simple as that again

  5. #5
    Join Date
    Oct 2006
    Posts
    175
    managed to create and use the SPFILE.
    Still confused as to what happened though
    Well, to make it even simplerrr to understand,
    when you did 'STARTUP', it searched for spfile in its location and as the spfile was not present, it threw the error message.

    SELECT name,value FROM v$parameter WHERE name LIKE '%spfile%'; for spfile location.

    HTH,
    gtcol

  6. #6
    Join Date
    Apr 2008
    Posts
    22
    Ok, so what happened to the original SPFILE from the default location? I mean the database has been running for the last 6 months. Why is it when I shutdown the server and try restart, it all of a sudden cannot find the SPFILE?

    Why did I need to copy and recreate a new init[SID].ora file for the startup... and then re-create a SPFILE?

  7. #7
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    someone deleted the file - or it was never there.

    Only you can tell

  8. #8
    Join Date
    Apr 2008
    Posts
    22
    hmmm.. ok.. thanx...

    Thought is may have been a problem experienced by others as well. something Oracle related... no has access to this server except me and this server is bounced monthly when we do our monthly server patching.. Just weird..

    Thanx though...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width