System Monitoring Plugins and Connectors (MOSC)

MOSC Banner

How to create policies on new target type such as mysql target type?

edited Apr 29, 2009 7:24PM in System Monitoring Plugins and Connectors (MOSC) 2 commentsAnswered
 In MGMT_USER_DEFINED_POLICY package, the target types are predefined. Like following:

G_HOST_TARGET_TYPE           CONSTANT VARCHAR2(32) := mgmt_global.G_HOST_TARGET_TYPE;          -- 'host';
G_DATABASE_TARGET_TYPE  CONSTANT VARCHAR2(32) := mgmt_global.G_DATABASE_TARGET_TYPE;  -- 'oracle_database';
G_LISTENER_TARGET_TYPE    CONSTANT VARCHAR2(32) := mgmt_global.G_LISTENER_TARGET_TYPE;    -- 'oracle_listener';
G_CLUSTER_TARGET_TYPE     CONSTANT VARCHAR2(32) := mgmt_global.G_CLUSTER_TARGET_TYPE;    -- 'cluster';
...........................

If i added new target type to EM and want to create some policy on the target type, Must I recompile the MGMT_GLOBAL package by adding new defined target type.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center