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
Verifying the initialization file settings
To verify the initialization file settings, if a PFILE is used
- Open the Registry Editor.
Press Window+R on the desktop to open the Run dialog box. In the Open field, type regedit and click OK.
- Navigate to the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME_ID\ and double-click the ORA_SID_PFILE registry key.
The variable SID represents the database instance.
- Verify that the Value data field specifies the fully qualified path of the PFILE along with the file name.
To verify the initialization file settings, if an SPFILE is used
- Stop and restart the database services.
- Run sqlplus.exe.
- Connect to the database.
- Verify the following query returns the correct shared virtual disk path for the SPFILE.
select value from v$parameter where name = 'spfile';