Skip Headers

Oracle® Enterprise Manager Concepts
10g Release 1 (10.1)

Part Number B12016-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

8 Extending Enterprise Manager

Enterprise Manager is the Oracle central management solution for managing, monitoring, and tuning the complete Oracle environment. Most enterprise environments include, in addition to the Oracle environment, custom software and hardware modules that require the same level of management provided by Enterprise Manager.

By extending Enterprise Manager, you can leverage the same valuable management infrastructure such as alert monitoring, real-time diagnostics, and service level reporting provided by Enterprise Manager. You can increase the flexibility of the framework to better monitor and manage your enterprise applications. From software applications to specific infrastructure elements that support enterprise systems, you can consolidate the monitoring and management of your complete application environment using a single consistent interface.

The following sections explain extension areas for typical framework integration activities:

Enhancing Enterprise Manager

The Enterprise Manager framework is extensible (that is, can be extended) at many levels. This extensibility provides you with complete flexibility in tailoring Enterprise Manager to meet your management needs. Enterprise Manager provides the following extension capabilities and attributes:

Accessing Management Information Using Management Repository Views

The Management Repository views provide access to target, metric, and monitoring information stored in the Management Repository. Accessing the Management Repository allows you to:

Management Repository as Comprehensive Source

The Management Repository is the comprehensive source for all the management information in the managed environment. The key to extensibility is the Management Repository's open schema. This open architecture allows you to customize how the information in the Management Repository is used if the Enterprise Manager standard configuration does not meet your requirements.

To facilitate easy access to information stored in the Management Repository, Enterprise Manager supplies a comprehensive set of views. Views protect custom applications from any underlying changes to the Management Repository schema and ensures upstream applications will not break when the Management Repository schema changes as a result of patching or upgrades to the underlying Management Repository tables.

Base Views

The views have been designed to present the management information that is stored in the physical database tables in a form that is both intuitive and directly usable for client interfaces, reports, and other consumers of management information. The three primary view categories provide access to the majority of the management information in the Management Repository:

  • Central Policy Views

    These views provide information on central policies, such as blackout schedules and histories, or metric collection, that have been set for managed targets.

  • Monitoring Views

    The monitoring views provide information about the metric data in the Management Repository that has been collected for each of the managed targets.

  • Inventory Views

    The inventory views provide information about entities within the management environment and their attributes.

In addition to base views, Enterprise Manager provides views for:

  • Application Performance Management

  • Enterprise Configuration Management

  • Database Configuration


    See Also:

    For detailed information about views, see Extending Oracle Enterprise Manager

Imbedded Queries In Code

Because the views are simple queries to a database, you can imbed these queries within any application code used to return information for further processing and display in the Oracle Enterprise Manager Grid Control or third-party user interfaces.

Using Fetchlets

Data retrieval is handled through predefined fetchlets. A fetchlet is a parameterized data access mechanism that takes arguments (such as a script, a SQL statement, a target instance's properties) as input and returns formatted data. Each fetchlet handles a specific type of data access.

The fetchlets supplied with Enterprise Manager provide data retrieval capability for the most common data access methods, such as SQL, Simple Network Management Protocol (SNMP), HTTP, and Dynamic Monitoring Service (DMS). To handle more complex data access requirements, Enterprise Manager also provides an OS command fetchlet, allowing developers to implement custom metric collection methods.

The fetchlets and data access methods are comprehensive, that is, you need not write or extend a fetchlet. You need only decide which fetchlet or method meets your needs.

The following list is an example of the fetchlets supplied with Enterprise Manager:

Using User-Defined SQL Metrics

User-defined SQL metrics are very similar to user-defined metrics (see Creating User-Defined Metrics). The difference is that user-defined SQL metrics are written specifically for conditions related to databases.


See Also:

Extending Oracle Enterprise Manager manual