[Home] [Help]
[Dependency Information]
| Object Name: | CDB_RULESETS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rulesets in the database: maintained for backward compatibility in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of the ruleset |
| RULESET_NAME | VARCHAR2 | (30) | Yes | Name of the ruleset |
| RULESET_STORAGE_TABLE | VARCHAR2 | (0) | name of the table to store rules in the ruleset | |
| BASE_TABLE | VARCHAR2 | (61) | name of the evaluation context for the rule set | |
| RULESET_COMMENT | VARCHAR2 | (4000) | user description of the ruleset | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, RULESET_NAME
, RULESET_STORAGE_TABLE
, BASE_TABLE
, RULESET_COMMENT
, CON_ID
FROM SYS.CDB_RULESETS;
SYS.CDB_RULESETS does not reference any database object
SYS.CDB_RULESETS is referenced by following:
PUBLIC
CDB_RULESETS
|
|
|
|