Cluster Server 7.4.2 Database Agent for Oracle Configuration Guide - Windows
- Introducing the VCS agent for Oracle
- Installing the product and configuring VCS
- Installing and configuring Oracle
- Prerequisites for installing Oracle
- Managing Storage using SFW
- 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
Setting the Oracle database parameters
Set the Oracle database parameters using the oradim utility. See the Oracle documentation for more information about this utility.
To set the Oracle database parameters
- Type the following on the command prompt:
C:\>set ORACLE_SID= <SID NAME>
The variable SID represents the database instance.
- Run the oradim utility with parameters as specified.
Type the following on the command prompt:
C:\> <ORACLE_HOME> \bin\oradim -edit -sid SID -pfile "pfile_location_on_shared_disk" -startmode auto -timeout 100 -shuttype srvc,inst -shutmode i
The variable SID represents the database instance.
This command performs the following tasks:
Sets the -startmode parameter to start the database instance automatically when Oracle service is started.
Sets the -timeout parameter to 100. The timeout parameter specifies the maximum wait time (in seconds) for the database shutdown to complete before the service for a particular SID stops.
Sets the -shuttype parameter to stop both the database instance and the service while shutting the database.
Sets the -shutmode parameter to shut the database instance as soon as the VCS database agent for Oracle requests.
- Start the Oracle database service using the Windows Services console.