<?xml version="1.0"?>
<!-- Copyright (c) 2000, 2011, Oracle and/or its affiliates. 
All rights reserved. -->

<!--
   DESCRIPTION
    TransX file for DVSYS.RULE_SET_T$ table

   NOTES
    None

   MODIFIED    (MM/DD/YY)
    jheng      01/24/11 - Backport jheng_bug-7137958 from main
    jheng      01/15/09 - add rule set for scheduler job
    ruparame   12/18/08 - Bug 7657506
    ruparame   03/27/08 - Add rule set for datapump
    cchiu      06/24/06 - Add a rule set for security fixes
    sgaetjen   01/30/06 - Initial ADE checkin 
    sgaetjen   01/30/06 - Initial ADE checkin 
    sgaetjen   01/10/06 - grammar corrections 
    sgaetjen   01/10/06 - Initial ADE checkin 
    sgaetjen   01/10/06 - Initial ADE checkin 
    sgaetjen   11/08/05 - Initial ADE checkin 
    sgaetjen   11/07/05 - Created
-->

<table name="rule_set_t$">
  <lookup-key>
    <column name="id#" />
    <column name="language" />
  </lookup-key>
  <columns>
    <column name="id#"         type="number"/>
    <column name="language"    type="string" constant="us" translate="yes"/>
    <column name="name"        type="string" translate="yes"/>
    <column name="description" type="string" translate="yes"/>
  </columns>
  <dataset>
<row><col name="id#">1</col><col name="name">Enabled</col>
        <col name="description">Convenience rule set to quickly enable system features.</col></row>
<row><col name="id#">2</col><col name="name">Disabled</col>
        <col name="description">Convenience rule set to quickly disable system features.</col></row>
<row><col name="id#">3</col><col name="name">Can Maintain Accounts/Profiles</col>
        <col name="description">Rule set that controls the roles that can manage user accounts and profiles.</col></row>
<row><col name="id#">4</col><col name="name">Can Maintain Own Account</col>
        <col name="description">Rule set that controls the roles that can manage user accounts and profiles or your own account.</col></row>
<row><col name="id#">5</col><col name="name">Allow Sessions</col>
        <col name="description">Rule set that controls the ability to create a session in the database.</col></row>
<row><col name="id#">6</col><col name="name">Can Grant VPD Administration</col>
        <col name="description">Rule set that controls the ability to GRANT EXECUTE privileges on the Oracle VPD DBMS_RLS package.</col></row>
<row><col name="id#">7</col><col name="name">Allow System Parameters</col>
        <col name="description">Rule set that controls the ability to set system init parameters.</col></row>
<row><col name="id#">9</col><col name="name">Allow Fine Grained Control of System Parameters</col>
        <col name="description">Fine Grained Rule set to control the ability to set system init parameters.</col></row>
  </dataset>
</table>
