<?xml version="1.0" encoding="UTF-8"?>
<!--
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/policy/cpf_policy.dlf /st_emcore_10.2.0.4.3db11.2.0.2/1 2010/06/10 23:46:00 jagopal Exp $
  -
  - Copyright (c) 2004 Oracle. All Rights Reserved.
  -
  - NAME
  -   cpf_policy.dlf - Seed file for the MGMT_MESSAGES table
  -
  - DESCRIPTION
  -   This file contains seed data for the EM Messages table.
  -
  - NOTES
  -
  - MODIFIED   (MM/DD/YY)
  - mningomb    12/15/04 - mningomb_cpf_policy
  - mningomb    12/08/04 - Created
  -->
<table xml:lang="en" name="MGMT_MESSAGES">

<!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate -->
<lookup-key>
  <column name="MESSAGE_ID"/>
  <column name="SUBSYSTEM"/>
  <column name="LANGUAGE_CODE"/>
  <column name="COUNTRY_CODE"/>
</lookup-key>

<!-- columns indicates which columns will be loaded as part of processing the dataset and
       which should be translated by the Translation Group -->
<columns>
  <column name="MESSAGE_ID" type="string" maxsize="256"/>
  <column name="SUBSYSTEM" type="string" maxsize="64"/>
  <column name="LANGUAGE_CODE" type="string" language="%l"/>
  <column name="COUNTRY_CODE" type="string" language="%Cs"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

<!-- dataset specifies the data to be loaded into the repository -->
<dataset>

<!--Policy: Critical Patch Advisories for Oracle Homes --> 

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_NAME</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Critical Patch Advisories for Oracle Homes</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Checks Oracle Homes for missing critical patches.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">To help ensure a secure and reliable configuration, all relevant and current critical patches should be applied.  Vulnerabilities have been identified for the following critical patch advisories.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_RECOM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Apply one of the identified patches for each critical patch advisory.</col>
  </row>

</dataset>

</table>
