<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="zh" translate="yes"/>
  <column name="COUNTRY_CODE" type="string" constant="TW" 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">Oracle 本位目錄的重要修正程式建議</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">檢查「Oracle 本位目錄」是否遺漏重要修正程式.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">若要確保安全和穩定的組態, 請套用所有相關和目前的重要修正程式.  已發現下列重要修正程式建議的漏洞.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CPF_POLICY_RECOM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">針對每個重要修正程式建議套用其中一個指定的修正程式.</col>
  </row>

</dataset>

</table>