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
Troubleshooting common problems
Occasionally you may encounter problems when using the Oracle database agent.
The following table describes the most common problems and provides standard workarounds.
Table: Common problems when using Oracle database agent
Error | Description |
---|---|
The Oracle service starts, but does not start the database. | Make sure the Oracle database parameter startmode is set to auto. Make sure the path of the initialization file is set correctly. Verify access to the shared virtual disk. |
Clients cannot connect to the virtual IP address set for the service group. | Make sure that the listener service is running. Verify that the listener is configured with virtual IP address in the host location. |
Resource returns offline during detail monitoring. | This could occur because the database is offline or has not been mounted or opened properly. Check the error in the log file for further details. Verify the configuration definition of the agent. Make sure that the correct file name is specified in the configuration. Verify access to sqlplus from the command prompt. |
The sqlplus script cannot be run because sqlplus returns a process error. | If the script timed out, increase the timeout value set in the attribute SQLTimeOut. Otherwise, try recreating the Oracle service using the oradim utility. |
The Oracle wizard could not locate PFILE or SPFILE for a database. | Make sure the initialization file settings are configured correctly. |
Listener service does not start after configuring the virtual IP address. | Make sure the virtual IP address is configured correctly for the listeners. Another possible cause is that the listener.ora file is corrupted. Complete the following steps in the order given:
Refer to the Oracle documentation for instructions on using the Net Configuration Assistant and the Net Manager. |
More Information