Skip Headers
Oracle® Enterprise Manager Cloud Control Extensibility Programmer's Reference
12c Release 2 (12.1.0.2)
Part Number E25161-06
Home
Book List
Index
Contact Us
Next
PDF
·
Mobi
·
ePub
Contents
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Conventions
1
Getting Started with Plug-in Development
1.1
About the Plug-in Creation Process
1.2
About the Extensibility Development Kit (EDK)
1.2.1
Contents of the EDK
1.3
Installing the Extensibility Development Kit (EDK)
1.4
Designing the Plug-in
1.5
Creating a Basic Plug-in
1.6
Creating an Intermediate Plug-in
1.7
Creating an Advanced Plug-in
2
Defining the Plug-in
2.1
Introduction to Defining the Plug-in
2.2
Basic Plug-in Metadata
2.2.1
Defining the Plug-in ID
2.2.2
Defining the Plug-in Version
2.3
Creating Plug-in Definition Files
2.4
Creating the plugin.xml File
2.4.1
Overview of plugin.xml Elements
2.4.2
Certifying Plug-ins
2.5
Creating the plugin_registry.xml File
2.5.1
Overview of plugin_registry.xml Elements
2.6
Validating the Plug-in Definition Files
3
Creating Target Metadata Files
3.1
Introduction to Creating Target Metadata Files
3.2
Overview of Target Definition Files
3.3
Creating the Target Type Metadata File
3.3.1
Creating a Basic Target Type Metadata File
3.3.2
Naming the Target Type Metadata File
3.3.3
Defining the Target Type Metadata
3.3.4
Defining Target Credentials
3.3.5
Defining Type Properties
3.3.6
Defining Instance Properties
3.4
Defining Metrics to Collect from the Target
3.4.1
Metric Definition Files
3.4.2
Defining the Basic Response Metric Group
3.4.3
Defining Advanced Metrics
3.4.4
Overview of Key Metric Metadata Elements
3.5
Creating the Default Collection File
3.5.1
Grouping Similar Metrics For Collection
3.5.2
Defining Basic Metric Collection
3.5.3
Defining Advanced Metric Collection
3.5.4
Defining Target Configuration Data Collections
3.5.5
Overview of Key Default Collection Metadata Elements
3.6
Guidelines for Creating Target Metadata
3.6.1
Defining Target Metadata
3.6.2
Defining Collections
3.7
Testing Your Target Type Definitions
3.7.1
Activate the Metric Browser
3.7.2
View Your Metrics
3.8
Validating Your Metadata XML
3.9
Troubleshooting the Target Creation Process
4
Adding Information Publisher Reports
4.1
Introduction to Adding Information Publisher Reports
4.1.1
Assumptions and Prerequisites
4.2
Overview of SYSTEM Reports
4.2.1
About the Report Definitions Page
4.3
Understanding the Report Definition File
4.4
Creating a Report Definition File
4.4.1
About the Report Definition File Development Process
4.4.2
About the Report Lifecycle: Updating Report Definitions
4.5
Understanding the XML Report Definition Interface
4.5.1
About Report Definition Tags
4.5.2
Using Element Parameters
4.5.3
Understanding the Metric Details Element
4.5.4
Using Text Element Parameters
4.5.5
About Report-Wide Parameters
4.6
Using the ImportExport.xsd File
4.7
About Enterprise Manager Command Line Interface (EM CLI) Verbs
4.8
About Development Guidelines
5
Developing BI Publisher Reports
5.1
Introduction to Oracle BI Publisher
5.1.1
Assumptions and Prerequisites
5.2
Training and Resources
5.3
About the Report Data Source
5.4
Developing a Report
5.5
Using the Enterprise Manager EDK for Staging and Deploying BI Publisher Reports
6
Collecting Target Configuration Data
6.1
Introduction to Collecting Target Configuration Data
6.1.1
Assumptions and Prerequisites
6.2
About the Configuration Definition Files
6.3
Modeling Enterprise Configuration Management Tables
6.3.1
Defining Configuration Collection Tables
6.3.2
Overview of Configuration Management Snapshot Metadata Elements
6.3.3
Packaging Configuration Metadata
6.3.4
Registering Metadata With the Configuration Management Framework
6.3.5
Using the generate_ecm_resources Utility
6.3.6
Upgrading Configuration Data
6.3.7
Modifications to Standard Collection Metrics and RAW Metrics
6.3.8
Testing the Configuration Collection Data
6.3.9
Troubleshooting
7
Adding Job Types
7.1
Introduction to Adding Job Types
7.2
About Job Types
7.3
Introducing New Job Types
7.4
Specifying a New Job Type in XML
7.4.1
Understanding Job Type Categories
7.4.2
Using Agent-Bound Job Types
7.4.3
About Job Steps
7.5
Using Commands
7.5.1
About the remoteOp Command
7.5.2
Using the fileTransfer Command
7.5.3
About the putFile Command
7.5.4
Using the getFile Command
7.5.5
Using the execAndSuspend Command
7.6
About Command Error Codes
7.7
Executing Long-Running Commands at the Oracle Management Service
7.7.1
Configuring the Job Dispatcher to Handle Long-Running Commands
7.8
Specifying Parameter Sources
7.8.1
Understanding SQLParameter Source
7.8.2
About the User Parameter Source
7.8.3
About the Inline Parameter Source
7.8.4
Using the checkValue Parameter Source
7.8.5
About the properties Parameter Source
7.8.6
Understanding Parameter Sources and Parameter Substitution
7.8.7
About Parameter Encryption
7.9
Specifying Credential Information
7.9.1
About Credential Usage
7.9.2
Overview of Credential Binding
7.9.3
XSD Elements – Credential Usage and Credential Binding
7.10
Specifying Security Information
7.11
Specifying Lock Information
7.12
Suspending a Job or Step
7.13
Restarting a Job
7.13.1
Restarting Versus Resubmitting
7.13.2
Default Restart Behavior
7.13.3
Using the restartMode Directive
7.14
Adding Job Types to the Job Activity and Job Library Pages
7.14.1
Adding a Job Type to the Job Activity Page
7.14.2
Adding a Job Type to the Job Library Page
7.15
Examples: Specifying Job Types in XML
7.16
About Performance Issues
7.16.1
Using Parameter Sources
7.17
Adding a Job Type to Enterprise Manager
8
Defining a Management User Interface
8.1
Introduction to Defining a Management User Interface
8.1.1
Flex Implementation
8.1.2
Metadata-only Implementation
8.1.3
Assumptions and Prerequisites
8.2
MPCUI Concepts
8.2.1
Integration Class
8.2.2
Activity
8.2.3
Page
8.2.4
Services
8.2.5
URL
8.3
UI Options for a Plug-in
8.3.1
Metadata-only Implementation
8.3.2
Flex Implementation
8.4
Creating the MPCUI Metadata File
8.4.1
Overview of MPCUI Metadata Elements
8.5
Defining Metadata
8.5.1
Limitations of the Metadata Implementation
8.5.2
Defining Integration Metadata
8.5.3
Defining Navigation
8.6
Defining the MPCUI Application
8.6.1
Defining the Application Activities (Integration Class)
8.6.2
Defining Pages
8.6.3
Defining Dialogs
8.6.4
Defining Trains and Train Pages
8.7
Packaging the MPCUI Implementation With the Plug-in
8.8
Converting a Metadata-based UI to a Flex-based UI
8.9
Defining System Home Pages
8.9.1
Defining systemUiIntegration Metadata
8.9.2
Defining System Regions
8.10
Defining Navigation
8.10.1
Navigation to Activities
8.10.2
URL and Links
8.11
Accessing Enterprise Manager Data
8.11.1
Metric Services
8.11.2
Custom Data Source
8.11.3
Packaged SQL and the Query Service
8.11.4
Working With Target Services
8.11.5
Monitoring Service Request Performance
8.11.6
Automated Polling of Service Requests
8.11.7
Batching of Service Requests
8.12
Performing Task Automation
8.12.1
Automation Services
8.12.2
Working With Credentials
8.13
Defining Page Layout Components
8.13.1
Defining Regions
8.14
Including Packaged Regions
8.14.1
Availability Region
8.14.2
Incidents and Problems Region
8.14.3
Job Summary Region
8.14.4
Credentials Region
8.15
Defining Charts
8.15.1
Line Chart
8.15.2
Area Chart
8.15.3
Bar (Horizontal) Chart
8.15.4
Column (Vertical Bar) Chart
8.15.5
Pie Chart
8.16
Defining Tables
8.16.1
Data Service
8.16.2
Custom Data Provider
8.16.3
Getting Selected Rows
8.17
Defining Dialogs
8.17.1
Dialog Registration
8.17.2
Displaying a Dialog and Waiting for Close Events
8.18
Defining Trains
8.18.1
Train Definition Example
8.18.2
Train Controller
8.18.3
Train State
8.18.4
Train Events
8.19
Defining Information Item and Information Displays (Label-Value Pairs)
8.20
Defining Links
8.21
Displaying a Processing Cursor
8.22
Defining a Processing Window
8.23
Defining Icons for Target Types
8.24
Displaying the Target Navigator
8.25
Defining a UI for Guided Discovery
8.25.1
About Guided Discovery
8.25.2
Supporting Guided Discovery
8.25.3
Constructing the Guided Discovery User Interface
8.25.4
Structure of the Discovery Application
8.25.5
Using Discovery Service
8.25.6
Using Target Information Services
8.25.7
Using Target Management Services
8.26
About Logging
8.26.1
Add Logging to your Code
8.26.2
Options for Capturing Log Output
8.27
Development Environment Options
8.27.1
Developing MPCUI with Flex SDK and Apache Ant
8.27.2
Developing MPCUI in Adobe Flash or Flex Builder
8.27.3
Setting Up an Adobe Flash Builder Project for MPCUI
8.28
Migrating Home Page Customizations
8.29
Accessibility Guidelines
8.29.1
Accessibility Options in Enterprise Manager
8.29.2
Summary of Critical Issues
8.29.3
Using MPCUI Components
8.29.4
Controlling Reading and Tabbing Order
8.30
Localization Support
8.31
Providing Online Help
9
Customizing Incident Manager
9.1
Introduction to Customizing Incident Manager
9.2
Understanding Supported Customizations
9.3
Creating Event-Specific Customization XML
9.3.1
Overview of Event-Specific Customization Metadata Elements
9.3.2
About Events
9.4
Adding Customized Details About the Event
9.5
Providing Content in the Guided Resolution Region
9.5.1
Adding Recommendations using XML
9.5.2
Customizing Sections
9.6
Defining a Search String for My Oracle Support Knowledge
9.7
Defining Conditions for Customization
9.8
Registering Customizations
9.9
Testing Incident Manager After Customization
10
Using Derived Associations
10.1
Introduction to Derived Associations
10.1.1
Assumptions and Prerequisites
10.2
Understanding Enterprise Manager Association Concepts
10.2.1
About Out-of-Box Association Types
10.2.2
Using Association Derivation
10.2.3
About Automated Discovery and Promotion of Associations
10.2.4
Understanding Association Creation During Guided Discovery
10.2.5
Using Associations Derived from a System Stencil
10.2.6
Associations Derived from Rule
10.3
About Association Derivation Rules Management
10.3.1
Using Association Derivation Rules Syntax and Semantics
10.3.2
Understanding XML Metadata File Syntax and Semantics
10.3.3
Using Rule Semantics
10.3.4
Maintaining Performance
10.3.5
About Regular Query and Trigger Patterns
10.3.6
Diagnosing Issues
10.3.7
Useful Examples
10.3.8
Applying the Mechanical Steps of Integration
10.3.9
Understanding Activation Expressions
10.3.10
About Debugging
10.4
Ensuring Performance
10.4.1
Using Custom Configuration Specifications for Data Collection
10.5
Using Overlapping Associations
10.5.1
Overlap Between Associations Derived by Rules
10.6
Creating Associations for Composite and System Target Types
10.6.1
Composite Membership and the Containment Association
10.6.2
Other Non-Composite Associations (Composite Topology)
10.6.3
System Membership Associations
10.6.4
Associations to External Targets
10.6.5
Regarding the Timing of Association Creation
10.7
Frequently Asked Questions
10.7.1
Which tables can I reference in a rule query?
10.7.2
Are there guidelines for when to use target properties?
10.7.3
What is the relationship between discovered and derived associations?
11
Defining Target Discovery
11.1
Introduction to Defining Target Discovery
11.2
Creating Discovery XML
11.2.1
Generic Discovery Integration Example
11.2.2
Discovery Script Example
11.2.3
Overview of the Discovery Metadata Elements
11.3
Creating the Discovery Script
11.3.1
Discovered Targets DTD
11.4
Packaging Discovery XML and Discovery Content
11.4.1
Location of the Discovery Metadata File
11.4.2
Package Discovery Content
11.5
Setting Up and Testing Discovery
11.6
Manually Adding Targets
11.6.1
Manually Adding Host Targets
11.6.2
Manually Adding Non-Host Targets
11.7
Configuring and Promoting Targets for Monitoring by Enterprise Manager
11.8
Examples for Using Generic Discovery Framework
11.8.1
Discovery Integration Example Requiring User Input
11.9
Configuring Automatic Discovery For Plug-ins
12
Adding Compliance Standards
12.1
Introduction to Adding Compliance Standards
12.1.1
Assumptions and Prerequisites
12.2
About the Compliance Standard Rules
12.2.1
Defining Repository Check-based Rules
12.2.2
Defining Real-time Monitoring Rules
12.3
Defining Compliance Standards
12.4
Defining a Compliance Framework
12.5
Defining Compliance Content
12.6
Removing Compliance Content
12.7
Supporting Translation
12.8
Packaging Compliance XML
12.9
Setting Up and Testing Compliance Standards and Rules
12.9.1
Install Compliance Content
12.9.2
Test Compliance Standard
12.9.3
Constraints for Testing
12.10
More Compliance Examples
12.11
Publishing Compliance Content Using Self Update
13
Validating, Packaging, and Deploying the Plug-in
13.1
Introduction to Validating, Packaging, and Deploying the Plug-in
13.2
Staging the Plug-in
13.3
Validating the Plug-in
13.4
Creating the Plug-in Archive
13.5
Importing and Deploying the Plug-in Archive into Enterprise Manager
13.5.1
Prerequisites for Importing the Plug-in
13.5.2
Importing the Plug-in Archive
13.5.3
Deploying the Plug-in on Oracle Management Service (OMS)
13.5.4
Important Details Regarding Plug-in Deployment
13.6
Adding a Target Instance
13.7
Updating Deployed Metadata Files Using the Metadata Registration Service (MRS)
13.7.1
Target Types and Default Collections
14
Defining Credentials
14.1
Introduction to Security Concepts
14.1.1
Understanding Credential Types
14.1.2
About Named Credentials
14.1.3
Authenticating Target Types
14.1.4
Overview of Credential Sets
14.1.5
Using the Credential Store
14.1.6
About the Credential Reference
14.2
Defining Credential Metadata
14.2.1
Overview of Credential Elements
15
Converting an Existing Metadata Plug-in
15.1
Introduction to Converting an Existing Metadata Plug-in
15.2
Impact of the New Plug-in Framework on Existing Plug-ins
15.2.1
Plug-in Metadata Must Be Converted to the New Format
15.2.2
Plug-ins Must Be Packaged as Oracle Plug-in Archive (OPAR) Files
15.2.3
In-place Upgrade of Existing Plug-ins Not Supported
15.2.4
Plug-ins Should Be Registered Before Upgrading
15.3
Using the convert_mp Utility to Convert Plug-in Metadata
15.3.1
Converting Plug-In Metadata Stored In A Management Repository
15.3.2
Converting a Metadata Plug-in Archive (MPA)
15.4
Post-Conversion Steps
15.4.1
Modifying the plugin.xml and plugin_registry.xml Files
15.4.2
Converting Report Definitions Created With PL/SQL
15.4.3
Converting Job Type Definitions
15.4.4
Packaging the Plug-in
16
Monitoring Using Web Services and JMX
16.1
Overview
16.2
Monitoring Using Web Services in Enterprise Manager
16.2.1
Creating Metadata and Default Collection Files
16.3
Monitoring Using WS-Management in Enterprise Manager
16.3.1
Creating Metadata and Default Collection Files
16.4
Monitoring JMX Applications Deployed on Oracle Application Servers (OC4J)
16.4.1
Creating Metadata and Default Collection Files
16.4.2
Displaying Target Status Information
16.5
Monitoring a Standalone JMX-instrumented Java Application or JVM Target
16.5.1
Generating Metadata and Default Collection Files
16.5.2
Using the Metadata and Default Collection Files
16.6
Monitoring JMX Applications Deployed on Oracle WebLogic Application Servers
16.6.1
Creating Metadata and Default Collection Files using jmxcli
16.6.2
Using the Metadata and Default Collection Files
16.7
Adding a Target to a Management Agent
16.7.1
Adding a Web Services Target - CalculatorService
16.7.2
Adding a WS-Management Target - TrafficLight
16.7.3
Configuring a Standalone Java Application or JVM Target
16.7.4
Adding a Target Instance for a Custom J2EE Application on WebLogic
16.8
Monitoring Credential Setup
16.9
Viewing Monitored Metrics
16.10
Creating JMX Metric Extensions
16.10.1
Using the Enterprise Manager Console
16.10.2
Using the JMXCLI to create a Metric Extension Archive
16.11
Surfacing Metrics from a Standalone JVM or Oracle Coherence
16.11.1
Using the Enterprise Manager Console
16.11.2
Using JMXCLI
17
Using the Web Services Framework
17.1
Using APIs to Write Java Clients
17.1.1
About SOAPMessageBuilder
17.1.2
About WebServiceInvoker
17.1.3
Using the InvokeAPITester Sample Program
18
Using Management Repository Views
18.1
Overview
18.1.1
Using Repository Views
18.2
Application Deployment Views
18.2.1
MGMT$J2EE_APPLICATION
18.2.2
MGMT$J2EEAPP_EJBCOMPONENT
18.2.3
MGMT$J2EEAPP_JRFWS
18.2.4
MGMT$J2EEAPP_JRFWSOPER
18.2.5
MGMT$J2EEAPP_JRFWSPOLICY
18.2.6
MGMT$J2EEAPP_JRFWSPORT
18.2.7
MGMT$J2EEAPP_WEBAPPCOMPONENT
18.2.8
MGMT$J2EEAPP_WSCONFIG
18.2.9
MGMT$J2EEAPP_WSPORTCONFIG
18.3
Blackout Views
18.3.1
MGMT$BLACKOUT_HISTORY
18.3.2
MGMT$BLACKOUTS
18.3.3
GC$BLACKOUT_TARGETS
18.4
Compliance Views
18.4.1
MGMT$COMPLIANCE_STANDARD_RULE
18.4.2
MGMT$COMPLIANCE_STANDARD
18.4.3
MGMT$COMPLIANCE_STANDARD_GROUP
18.4.4
MGMT$CS_EVAL_SUMMARY
18.4.5
MGMT$COMPOSITE_CS_EVAL_SUMMARY
18.4.6
MGMT$CS_RULE_EVAL_SUMMARY
18.4.7
MGMT$CS_GROUP_EVAL_SUMMARY
18.4.8
MGMT$CS_TARGET_ASSOC
18.4.9
MGMT$CSR_CURRENT_VIOLATION
18.4.10
MGMT$CSR_VIOLATION_CONTEXT
18.4.11
MGMT$EM_RULE_VIOL_CTXT_DEF
18.5
Compliance Real-time Monitoring Views
18.5.1
MGMT$CCC_ALL_OBS_BUNDLES
18.5.2
MGMT$CCC_ALL_OBSERVATIONS
18.5.3
MGMT$CCC_ALL_VIOLATIONS
18.5.4
MGMT$COMPLIANT_TARGETS
18.5.5
MGMT$COMPLIANCE_SUMMARY
18.5.6
MGMT$COMPLIANCE_TREND
18.6
Configuration Management Views
18.6.1
MGMT$CSA_COLLECTIONS
18.6.2
MGMT$CSA_FAILED
18.6.3
MGMT$CSA_HOST_OS_COMPONENTS
18.6.4
MGMT$CSA_HOST_SW
18.6.5
MGMT$CSA_HOST_COOKIES
18.6.6
MGMT$CSA_HOST_CUSTOM
18.6.7
MGMT$CSA_HOST_RULES
18.6.8
MGMT$CSA_HOST_CPUS
18.6.9
MGMT$CSA_HOST_IOCARDS
18.6.10
MGMT$CSA_HOST_NICS
18.6.11
MGMT$CSA_HOST_OS_PROPERTIES
18.6.12
MGMT$CSA_HOST_OS_FILESYSEMS
18.7
Custom Configuration Specification Views
18.7.1
MGMT$CCS_DATA
18.7.2
MGMT$CCS_DATA_SOURCE
18.7.3
MGMT$CCS_DATA_VISIBLE
18.7.4
MGMT$CCS_DATA
18.8
Database Configuration Views
18.8.1
MGMT$DB_TABLESPACES
18.8.2
MGMT$DB_DATAFILES
18.8.3
MGMT$DB_CONTROLFILES
18.8.4
MGMT$DB_DBNINSTANCEINFO
18.8.5
MGMT$DB_FEATUREUSAGE
18.8.6
MGMT$DB_INIT_PARAMS
18.8.7
MGMT$DB_LICENSE
18.8.8
MGMT$DB_REDOLOGS
18.8.9
MGMT$DB_ROLLBACK_SEGS
18.8.10
MGMT$DB_SGA
18.8.11
MGMT$DB_TABLESPACES_ALL
18.8.12
MGMT$DB_OPTIONS
18.9
Events Views
18.9.1
MGMT$INCIDENTS
18.9.2
MGMT$INCIDENT_CATEGORY
18.9.3
MGMT$INCIDENT_TARGET
18.9.4
MGMT$INCIDENT_ANNOTATION
18.9.5
MGMT$EVENTS_LATEST
18.9.6
MGMT$EVENTS
18.9.7
MGMT$EVENT_ANNOTATION
18.9.8
MGMT$PROBLEMS
18.9.9
MGMT$PROBLEM_ANNOTATION
18.10
Hardware Views
18.10.1
MGMT$HW_CPU_DETAILS
18.10.2
MGMT$HW_NIC
18.10.3
MGMT$HW_NIC_BONDS
18.10.4
MGMT$HW_IO_DEVICES
18.11
Inventory Views
18.11.1
MGMT$TARGET
18.11.2
MGMT$TARGET_TYPE
18.11.3
MGMT$TARGET_TYPE_DEF
18.11.4
MGMT$TARGET_ASSOCIATIONS
18.11.5
MGMT$TARGET_MEMBERS
18.11.6
MGMT$TARGET_FLAT_MEMBERS
18.11.7
MGMT$TARGET_TYPE_PROPERTIES
18.11.8
MGMT$TARGET_PROPERTIES
18.12
Job Views
18.12.1
GC$JOB_EXECUTION_PARAMETERS
18.12.2
GC$JOB_NESTED_JOBS
18.12.3
GC$JOB_PARAMETERS
18.12.4
GC$JOB_TARGETS_SYS
18.12.5
GC$JOBS_SYS
18.12.6
MGMT$CA_TARGETS
18.12.7
MGMT$CA_EXECUTIONS
18.12.8
MGMT$JOBS
18.12.9
MGMT$JOB_TARGETS
18.12.10
MGMT$JOB_EXECUTION_HISTORY
18.12.11
MGMT$JOB_STEP_HISTORY
18.12.12
MGMT$JOB_ANNOTATIONS
18.12.13
MGMT$JOB_NOTIFICATION_LOG
18.13
Linux Patching Views
18.13.1
MGMT$HOSTPATCH_HOSTS
18.13.2
MGMT$HOSTPATCH_GROUPS
18.13.3
MGMT$HOSTPATCH_GRP_COMPL_HIST
18.13.4
MGMT$HOSTPATCH_HOST_COMPL
18.14
Management Template Views
18.14.1
MGMT$TEMPLATES
18.14.2
MGMT$TEMPLATE_POLICY_SETTINGS
18.14.3
MGMT$TEMPLATE_METRICCOLLECTION
18.14.4
MGMT$TEMPLATE_METRIC_SETTINGS
18.15
Metric Views
18.15.1
MGMT$METRIC_CATEGORIES
18.15.2
MGMT$METRIC_COLLECTION
18.15.3
MGMT$METRIC_ERROR_CURRENT
18.15.4
MGMT$METRIC_ERROR_HISTORY
18.15.5
GC$METRIC_CATEGORIES
18.15.6
GC$METRIC_COLUMNS
18.15.7
GC$METRIC_COLUMNS_TARGET
18.15.8
GC$METRIC_ERROR_CURRENT
18.15.9
GC$METRIC_ERROR_HISTORY
18.15.10
GC$METRIC_GROUPS
18.15.11
GC$METRIC_GROUPS_TARGET
18.15.12
GC$METRIC_KEYS
18.15.13
GC$METRIC_LATEST
18.15.14
GC$METRIC_STR_VALUES
18.15.15
GC$METRIC_STR_VALUES_LATEST
18.15.16
GC$METRIC_VALUES
18.15.17
GC$METRIC_VALUES_DAILY
18.15.18
GC$METRIC_VALUES_HOURLY
18.15.19
GC$METRIC_VALUES_LATEST
18.16
Monitoring Views
18.16.1
MGMT$ALERT_CURRENT
18.16.2
MGMT$TARGET_METRIC_COLLECTIONS
18.16.3
MGMT$TARGET_METRIC_SETTINGS
18.16.4
MGMT$AVAILABILITY_CURRENT
18.16.5
MGMT$AVAILABILITY_HISTORY
18.16.6
MGMT$ALERT_HISTORY
18.16.7
MGMT$METRIC_DETAILS
18.16.8
MGMT$METRIC_CURRENT
18.16.9
MGMT$METRIC_HOURLY
18.16.10
MGMT$METRIC_DAILY
18.17
Operating System Views
18.17.1
MGMT$OS_SUMMARY
18.17.2
MGMT$OS_COMPONENTS
18.17.3
MGMT$OS_HW_SUMMARY
18.17.4
MGMT$OS_PATCH_SUMMARY
18.17.5
MGMT$OS_FS_MOUNT
18.17.6
MGMT$OS_KERNEL_PARAMS
18.17.7
MGMT$OS_PATCHES
18.17.8
MGMT$OS_PROPERTIES
18.17.9
MGMT$OS_MODULES
18.17.10
MGMT$OS_LIMITS
18.17.11
MGMT$OS_INIT_SERVICES
18.18
Oracle Home Directory Patching Views
18.18.1
MGMT$EM_HOMES_PLATFORM
18.18.2
MGMT$HOMES_AFFECTED
18.18.3
MGMT$APPL_PATCH_AND_PATCHSET
18.18.4
MGMT$APPLIED_PATCHES
18.18.5
MGMT$APPLIED_PATCHSETS
18.19
Oracle Home Directory Views
18.19.1
MGMT$OH_HOME_INFO
18.19.2
MGMT$OH_DEP_HOMES
18.19.3
MGMT$OH_CRS_NODES
18.19.4
MGMT$OH_CLONE_PROPERTIES
18.19.5
MGMT$OH_COMPONENT
18.19.6
MGMT$OH_COMP_INST_TYPE
18.19.7
MGMT$OH_COMP_DEP_RULE
18.19.8
MGMT$OH_PATCHSET
18.19.9
MGMT$OH_VERSIONED_PATCH
18.19.10
MGMT$OH_PATCH
18.19.11
MGMT$OH_PATCHED_COMPONENT
18.19.12
MGMT$OH_PATCH_FIXED_BUG
18.19.13
MGMT$OH_PATCHED_FILE
18.19.14
MGMT$OH_FILE
18.19.15
MGMT$PA_RECOM_METRIC_SOURCE
18.19.16
MGMT$OH_INV_SUMMARY
18.19.17
MGMT$OH_INSTALLED_TARGETS
18.20
Oracle WebLogic Server Views
18.20.1
MGMT$WEBLOGIC_APPLICATIONS
18.20.2
MGMT$WEBLOGIC_EJBCOMPONENT
18.20.3
MGMT$WEBLOGIC_FILESTORE
18.20.4
MGMT$WEBLOGIC_JDBCDATASOURCE
18.20.5
MGMT$WEBLOGIC_JDBCMULTIDS
18.20.6
MGMT$WEBLOGIC_JMSCONNFACTORY
18.20.7
MGMT$WEBLOGIC_JMSQUEUE
18.20.8
MGMT$WEBLOGIC_JMSSERVER
18.20.9
MGMT$WEBLOGIC_JMSTOPIC
18.20.10
MGMT$WEBLOGIC_JOLTCONNPOOL
18.20.11
MGMT$WEBLOGIC_JVMSYSPROPS
18.20.12
MGMT$WEBLOGIC_MACHINE
18.20.13
MGMT$WEBLOGIC_NETWORK_CHANNELS
18.20.14
MGMT$WEBLOGIC_NODEMANAGER
18.20.15
MGMT$WEBLOGIC_RACONFIG
18.20.16
MGMT$WEBLOGIC_RAOUTBOUNDCONFIG
18.20.17
MGMT$WEBLOGIC_RESOURCECONFIG
18.20.18
MGMT$WEBLOGIC_SERVER
18.20.19
MGMT$WEBLOGIC_STARTSHUTCLASSES
18.20.20
MGMT$WEBLOGIC_VIRTUALHOST
18.20.21
MGMT$WEBLOGIC_WEBAPPCOMPONENT
18.20.22
MGMT$WEBLOGIC_WORKMANAGER
18.20.23
MGMT$WEBLOGIC_WSCONFIG
18.20.24
MGMT$WEBLOGIC_WSPORTCONFIG
18.21
Oracle WebLogic Domain Views
18.21.1
MGMT$WEBLOGIC_DOMAIN
18.21.2
MGMT$WEBLOGIC_OPSSSYSPROP
18.21.3
MGMT$WEBLOGIC_OAMCONFIG
18.22
Oracle WebLogic Cluster Views
18.22.1
MGMT$WEBLOGIC_CLUSTER
18.23
Security Views
18.23.1
MGMT$ESA_ALL_PRIVS_REPORT
18.23.2
MGMT$ESA_ANY_DICT_REPORT
18.23.3
MGMT$ESA_ANY_PRIV_REPORT
18.23.4
MGMT$ESA_AUDIT_SYSTEM_REPORT
18.23.5
MGMT$ESA_BECOME_USER_REPORT
18.23.6
MGMT$ESA_CATALOG_REPORT
18.23.7
MGMT$ESA_CONN_PRIV_REPORT
18.23.8
MGMT$ESA_CREATE_PRIV_REPORT
18.23.9
MGMT$ESA_DBA_GROUP_REPORT
18.23.10
MGMT$ESA_DBA_ROLE_REPORT
18.23.11
MGMT$ESA_DIRECT_PRIV_REPORT
18.23.12
MGMT$ESA_EXMPT_ACCESS_REPORT
18.23.13
MGMT$ESA_KEY_OBJECTS_REPORT
18.23.14
MGMT$ESA_OH_OWNERSHIP_REPORT
18.23.15
MGMT$ESA_OH_PERMISSION_REPORT
18.23.16
MGMT$ESA_POWER_PRIV_REPORT
18.23.17
MGMT$ESA_PUB_PRIV_REPORT
18.23.18
MGMT$ESA_SYS_PUB_PKG_REPORT
18.23.19
MGMT$ESA_TABSP_OWNERS_REPORT
18.23.20
MGMT$ESA_TRC_AUD_PERM_REPORT
18.23.21
MGMT$ESA_WITH_ADMIN_REPORT
18.23.22
MGMT$ESA_WITH_GRANT_REPORT
18.23.23
MGMT$ESM_COLLECTION_LATEST
18.23.24
MGMT$ESM_FILE_SYSTEM_LATEST
18.23.25
MGMT$ESM_PORTS_LATEST
18.23.26
MGMT$ESM_SERVICE_LATEST
18.23.27
MGMT$ESM_STACK_LATEST
18.24
Service Tag Views
18.24.1
MGMT$SERVICETAG_INSTANCES
18.24.2
MGMT$SERVICETAG_REGISTRY
18.25
Storage Reporting Views
18.25.1
MGMT$STORAGE_REPORT_DATA
18.25.2
MGMT$STORAGE_REPORT_KEYS
18.25.3
MGMT$STORAGE_REPORT_PATHS
18.25.4
MGMT$STORAGE_REPORT_ISSUES
18.25.5
MGMT$STORAGE_REPORT_DISK
18.25.6
MGMT$STORAGE_REPORT_VOLUME
18.25.7
MGMT$STORAGE_REPORT_LOCALFS
18.25.8
MGMT$STORAGE_REPORT_NFS
18.26
Target Views
18.26.1
MGMT$AGENTS_MONITORING_TARGETS
18.26.2
MGMT$EM_ECM_MOS_PROPERTIES
18.26.3
MGMT$EM_ECM_TARGET_FRESHNESS
18.26.4
MGMT$MANAGEABLE_ENTITIES
18.26.5
GC$PROPERTY_VALUES
18.26.6
GC$GLOBAL_TARGET_PROPERTIES
18.26.7
GC$ASSOC_INSTANCES
18.26.8
GC$ASSOC_INST_WITH_INVERSE
18.26.9
GC$TARGET
18.27
Examples
19
Using Receivelets
19.1
About Receivelets
19.2
SNMP Receivelet
20
Using Fetchlets
20.1
About Fetchlets
20.2
OS Command Fetchlets
20.2.1
OS Fetchlet
20.2.2
OSLines Fetchlet (split into lines)
20.2.3
OSLineToken Fetchlet (tokenized lines)
20.3
SQL Fetchlet
20.4
SNMP Fetchlet
20.5
HTTP Data Fetchlets
20.5.1
URL Fetchlet (raw)
20.5.2
URL Lines Fetchlet (split into lines)
20.5.3
URL Line Token Fetchlet (tokenized lines)
20.6
URLXML Fetchlet
20.7
URL Timing Fetchlet
20.8
Dynamic Monitoring Service (DMS) Fetchlet
20.8.1
Advantages to Using DMS for Oracle Management Agent Integration
20.8.2
DMS Fetchlet/Oracle Management Agent Integration Instructions
20.9
JDBC Fetchlet
20.10
WBEM Fetchlet
20.11
JMX Fetchlet
20.12
Web Services Fetchlet
20.12.1
Using Credentials for Authentication
20.13
WS-Management Fetchlet
20.13.1
Using Credentials
20.14
REST Fetchlet
20.14.1
Response Processing
20.14.2
About REST CLI
A
Out-of-Box Associations
Index
Scripting on this page enhances content navigation, but does not change the content in any way.