Skip Headers
Oracle® Enterprise Manager Configuration Change Console User's Guide
10g Version 10.2.0.4 for Windows or UNIX

Part Number E12913-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

C Application-Specific Sample Patterns

This section describes and provides examples of how to monitor entity types for supported platforms.

Pattern Type: Indicates the pattern type. There are three types of patterns: Full path name, wildcard string, and regular expression:

Table C-1 Component Rule Sets

Component Rule Set Types Pattern Pattern Type Comments Example

File

path

path

F

same as path

/tmp/foo.txt

Process

event

process name

W

start, stop

java.exe

resource

process name

W

resource

java.exe

both

process name

W

start, stop, resource

java.exe

OS user

user

user

W

 

domain\user1

connect type

connect type

W

 

ftp, IIS, telnet, etc

All DB snapshot rule sets

     

**See DB Snapshot table below

 

Active Directory

user

user name

W

 

joeuser

computer

computer name

W

 

*WIN2K

group

group name

W

 

administrators

all

any

W

pattern matches any type

administrators

Registry

key

reg key name

F

 

HKEY_LOCAL_MACHINE\SOFTWARE

value

reg value name

F

   

all

any

F

   

All SQL Trace Monitor

user

user name

W

 

dbuser1

sqltext

SQL text

-

matches any text within the SQL text (no wildcard support)

MYTABLE

appname

application name

W

 

javaw.exe


Snapshot-based Monitoring Entity Types

These entity types apply to all snapshot-based database monitoring modules:

Table C-2 Snapshot-based Monitoring Entity Types

Types Pattern Type Comments Example

Table

W

 

SALES_*

table.attribute

R

 

SALES_*.NAME

table.column

R

 

SALES_*.COST

table.column.attribute

R

 

SALES_*.COST.DATATYPE

table.constraint

W

 

TABLE1.MYCONST

table.constraint.attribute

R

 

TABLE1.MYCONST.NAME

view

W

 

MYVIEW

view.attribute

R

 

MYVIEW.NAME

view.column

R

 

MYVIEW.ID

view.column.attribute

R

 

MYVIEW.ID.DATATYPE

procedure

W

 

MYPROC

procedure.attribute

R

 

MYPROC.NAME

index

W

 

MYINDEX

index.attribute

R

 

MYINDEX.NAME

all

R

Matches any entity type whose name matches the pattern. Useful for specifying '*' so that all changes are reported

*