Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Implementation Guide for Oracle - Windows
Last Published:
2025-04-13
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Windows
- Introducing the VCS agents for Oracle and NetApp
- Installing and configuring VCS
- Installing and configuring Oracle
- Prerequisites for installing Oracle
- Managing storage using Windows Logical Disk Manager
- Managing storage using NetApp filer
- Configuring Oracle on the first node
- Associating the database with the listener
- Configuring the Oracle database
- Configuring the Oracle service group
- Administering the Oracle service group
- Troubleshooting
- Appendix A. Resource type definitions
- Appendix B. Sample configuration
- Appendix C. Oracle Enterprise Manager 10g Grid Control with VCS
- Making the additional agent highly available
Moving the initialization file to shared disks
Move the initialization files to the shared disk and configure the SPFILE to start a database instance.
To move the initialization files to the shared disk, use the following steps:
- Verify which of the following initialization files exist in your configuration.
The default location of the following files is <ORACLE_HOME>\database:
SPFILESID.ora
SPFILE.ora
initSID.ora
The variable SID represents the database instance.
- Stop the database service using the Windows Services console.
- Move the initialization files from the local disk to the shared disk, preferably at the same location as the database control files.
- Create a PFILE to specify the location of the SPFILE. The PFILE must be in the same directory on the shared disk as the SPFILE.
Modify the PFILE so that it contain only the following entry:
SPFILE = spfile_location
The variable spfile_location represents the fully qualified path of the SPFILE on the shared disk.
For example, if your SPFILE is located at path H:\Oracle\Data, create a PFILE sp_init.ora in the same location H:\Oracle\Data with the following parameter:
SPFILE = H:\Oracle\Data\spfileSID.ora