Please enter search query.
Search <book_title>...
Cluster Server 7.4.2 Database Agent for Oracle Configuration Guide - Windows
Last Published:
2020-06-10
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: 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
Resource type definition
The following section describes the resource type definition of Oracle agent:
type Oracle ( static int IMF{} = { Mode=3, MonitorFreq=5, RegisterRetryLimit=3 } static i18nstr IMFRegList[] = { ServiceName } static keylist SupportedActions = { DBRestrict, DBUndoRestrict, DBResume, DBSuspend, DBQuiesce, DBUnQuiesce } static i18nstr ArgList[] = { ServiceName, DelayAfterOnline, DelayAfterOffline, DetailMonitor, IndepthMonitorCount, Domain, SID, UserName, EncryptedPasswd, SQLFile, SQLTimeOut } str ServiceName int DelayAfterOnline = 20 int DelayAfterOffline = 20 boolean DetailMonitor = 0 int IndepthMonitorCount = 5 str Domain str SID str UserName str EncryptedPasswd str SQLFile int SQLTimeOut = 20 )