ジョブ・ステータスの変更

Enterprise Manager 12cより前のリリースでは、ジョブ・ステータスの変更はoraEM4JobAlertトラップ・タイプを使用して送信されていました。Enterprise Manager 12c以降では、これらのアラートに対応するイベント・タイプはjob_status_changeアラートです。Enterprise Manager 12cまたは13cのトラップのoraEMNGEventTypeの値は、「Job Status Change」に設定されます。

表C-5 ジョブ・ステータス変更のマッピング

12C以前のOID番号 12C以前のOID名 12c以降のOID番号 12c以降のOID名

1.3.6.1.4.1.111.15.1.2.1.2.1

oraEM4JobAlertJobName

1.3.6.1.4.1.111.15.3.1.1.29.1

oraEMNGEventSourceObjName

1.3.6.1.4.1.111.15.1.2.1.3.1

oraEM4JobAlertJobOwner

1.3.6.1.4.1.111.15.3.1.1.33.1

oraEMNGEventSourceObjOwner

1.3.6.1.4.1.111.15.1.2.1.4.1

oraEM4JobAlertJobType

1.3.6.1.4.1.111.15.3.1.1.32.1

oraEMNGEventSourceObjSubType

1.3.6.1.4.1.111.15.1.2.1.5.1

oraEM4JobAlertJobStatus

1.3.6.1.4.1.111.15.3.1.1.62.1

oraEMNGEventTypeAttr2

1.3.6.1.4.1.111.15.1.2.1.6.1

oraEM4JobAlertTargets

1.3.6.1.4.1.111.15.3.1.1.23.1

oraEMNGEventTargetTypeおよび

該当なし

該当なし

1.3.6.1.4.1.111.15.3.1.1.21.1

oraEMNGEventTargetName

1.3.6.1.4.1.111.15.1.2.1.7.1

oraEM4JobAlertTimeStamp

1.3.6.1.4.1.111.15.3.1.1.10.1

oraEMNGEventReportedTime

1.3.6.1.4.1.111.15.1.2.1.8.1

oraEM4JobAlertRuleName

1.3.6.1.4.1.111.15.3.1.1.39.1

oraEMNGEventRuleSetName

1.3.6.1.4.1.111.15.1.2.1.9.1

oraEM4JobAlertRuleOwner

1.3.6.1.4.1.111.15.3.1.1.41.1

oraEMNGEventRuleOwner

1.3.6.1.4.1.111.15.1.2.1.10.1

oraEM4JobAlertMetricName

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.11.1

oraEM4JobAlertMetricValue

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.12.1

oraEM4JobAlertContext

1.3.6.1.4.1.111.15.3.1.1.44.1

oraEMNGEventContextAttrs

1.3.6.1.4.1.111.15.1.2.1.13.1

oraEM4JobAlertKeyName

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.14.1

oraEM4JobAlertKeyValue

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.15.1

oraEM4JobAlertSeverity

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.16.1

oraEM4JobAlertJobId

該当なし

該当なし

1.3.6.1.4.1.111.15.1.2.1.17.1

oraEM4JobAlertJobExecId

1.3.6.1.4.1.111.15.3.1.1.61.1

oraEMNGEventTypeAttr1

* ノート: 1.3.6.1.4.1.111.15.1.1.1.7.1 oraEM4AlertKeyValueを1.3.6.1.4.1.111.15.1.1.1.7.1 oraEM4AlertKeyValueへの12cまたは13cのmetric_alertイベントにマッピングする場合、1.3.6.1.4.1.111.15.3.1.1.84.1 oraEMNGEventTypeAttr24を参照する必要があります。

if oraEMNGEventTypeAttr24 is null
       then
         oraEM4AlertKeyValue is null
 
       if oraEMNGEventTypeAttr24 value =  "Number of keys=1"
         oraEM4AlertKeyValue --> oraEMNGEventTypeAttr8
 
       if oraEMNGEventTypeAttr24 value =  "Number of keys=x" where x is greater than 1
         => check the values for the following pairs of attributes. 
            <oraEMNGEventTypeAttr10, oraEMNGEventTypeAttr11>
            <oraEMNGEventTypeAttr12, oraEMNGEventTypeAttr13>
            <oraEMNGEventTypeAttr14, oraEMNGEventTypeAttr15>
            <oraEMNGEventTypeAttr16, oraEMNGEventTypeAttr17>
            <oraEMNGEventTypeAttr18, oraEMNGEventTypeAttr19>
            <oraEMNGEventTypeAttr20, oraEMNGEventTypeAttr21>
            <oraEMNGEventTypeAttr22, oraEMNGEventTypeAttr23>
            ...
            ...

キー内に存在する部分の数と同じ数のペアが移入され、残りはnullに設定されます。

null以外の属性のペアでは、最初の属性にはキーのその部分の名前を指定し、2番目の属性にはキーのその部分の値を指定します。

ノート:

OID 1.3.6.1.4.1.111.15.3.1.1.13.1はイベント・タイプを指定します。例:

metric_alertイベント・タイプの場合

oraEMNGEventType=Metric Alert

target_availabilityイベント・タイプの場合

oraEMNGEventType=Target Availability

job_status_changeイベント・タイプの場合

oraEMNGEventType=Job Status Change