Oracle RAC does not start Fault Handling from SPfile

Source: Internet
Author: User

One instance of RAC is found to be abnormal. view the spfile

SQL> show parameter spfile

NAME TYPE VALUE

-----------------------------------------------------------------------------

Spfile string

The result value does not contain spfile and is not started from spfile. view the pfile file under dbs and find that the Pfile content of the instance has been changed.

Instance 2

SQL> show parameter spfile

NAME TYPE VALUE

-----------------------------------------------------------------------------

Spfile string/dev/spfilegis. ora

 

Database parameter files include spfile and pfile. The RAC parameter file is special. By default, RAC spfiles are stored on shared devices (RAW devices or ASM disk groups ). The pfile file of each node only records the position of the spfile.

Solution

1. Back up the pfile file under dbs

Cp initgis1.ora initgis. ora. bak

2. Stop instance gis1

Sqlplus> shutdown immediate

3. Edit initgis1.ora in vi

Spfile =/dev/spfilegis. ora

Save and exit

4. Start instance 1

Sqlplus> startup

5. Check that SGA is normal.

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.