Solved by ORA-01078, LRM-00109, ORA-27046 SPFILE File Corruption

Source: Internet
Author: User

Encountered ORA-01078, LRM-00109, ORA-27046 SPFILE file File Corruption solved today when starting the database encountered

$ Sqlplus/as sysdbaSQL * Plus: Release 10.2.0.4.0-Production on Tue Jul 16 21:28:03 2013 Copyright (c) 1982,200 7, Oracle. all Rights Reserved. connected to an idle instance. SQL> startup nomount; ORA-01078: failure in processing system parametersLRM-00109: cocould not open parameter file '/rdcrmap/initrm/rdcrm/10.2.0/dbs/initrdcrm. ora 'try to create PFILESQL> create pfile from SPFILE; create pfile from spfile * ERROR at line 1: ORA-27046: file size is not a multiple of logical block sizeAdditional information: 1

 

The SPFILE file is damaged. Fortunately, PFILE is backed up before,
$ cp initrdcrm.ora0914 initrdcrm.ora$ sqlplus /nologSQL*Plus: Release 10.2.0.4.0 - Production on Tue Jul 16 21:30:37 2013Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.SQL> conn /as sysdbaConnected to an idle instance.SQL> create spfile from pfile;File created.SQL> startup nomountORACLE instance started.Total System Global Area 3221225472 bytesFixed Size                  2044032 bytesVariable Size            1107300224 bytesDatabase Buffers         2097152000 bytesRedo Buffers               14729216 bytesSQL> alter database mount;Database altered.SQL> alter database open;Database altered.

 

Therefore, backup is very important.

Related Article

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.