ORA-01078: Failure in processing system parameters LRM-00109: cocould not open parameter file'

Source: Internet
Author: User

Spfile file not found when oracle was started, reporting ORA-01078 and LRM-00109 errors

[Oracle @ localhost ~] $ Sqlplus "/As sysdba"

SQL * Plus: Release 11.2.0.1.0 production on Wed Apr 11 17:45:40 2012

Copyright (c) 1982,200 9, Oracle. All rights reserved.

Connected to an idle instance.

SQL> startup

ORA-01078: Failure in Processing System Parameters

LRM-00109: cocould not open parameter file '/oradata/Oracle/112/dbs/initorcl. ora'

 

Solution:

1. Specify the pfile at startup

SQL> startup pfile =/oradata/Oracle/admin/orcl/pfile/init. ora.3102012232637

Oracle instance started.

 

Total system global area 523108352 bytes

Fixed size 1337632 bytes

Variable Size 314574560 bytes

Database buffers 201326592 bytes

Redo buffers 5869568 bytes

Database mounted.

Database opened.

2. After startup, re-create the spfile File

SQL> Create spfile from pfile = '/oradata/Oracle/admin/orcl/pfile/init. ora.3102012232637 ';

 

File Created.

3. Shut down the database

SQL> shutdown immediate

Database closed.

Database dismounted.

Oracle instance shut down.

4. You do not need to specify the pfile when starting the file. By default, the file is started as a spfile.

SQL> startup

Oracle instance started.

 

Total system global area 523108352 bytes

Fixed size 1337632 bytes

Variable Size 314574560 bytes

Database buffers 201326592 bytes

Redo buffers 5869568 bytes

Database mounted.

Database opened.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.