<table 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" constant="it" translate="yes"/>
  <column name="COUNTRY_CODE" type="string" constant=" " translate="yes"/>
  <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">Advisory di patch critiche per le Oracle home</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Verifica la presenza di patch critiche mancanti nelle Oracle home</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Per garantire una configurazione sicura e affidabile, è necessario applicare tutte le patch critiche rilevanti e correnti. Sono stati individuati punti vulnerabili per i seguenti advisory di patch critiche.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_RECOM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Applicare una delle patch identificate per ogni advisory di patch critiche.</col>
  </row>

</dataset>

</table>