Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
Mobi · ePub |
1. The current context of scripting must be an DataRule Rule Module.
2. No concurrent user should be locking the DataRule Rule Module or any of its ancestors exclusively at the moment the rule is being created.
3. The rule name must not conflict with existing rule names.
createDataRuleCommand = OMBCREATE ( DATA_RULE "QUOTED_STRING" [ SET ( "setInitialPropertiesClause" [ SET "setReferenceIconSetClause" ] | "setReferenceIconSetClause" ) ] [ ADD "addDomainValueClause" ] ) setInitialPropertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "(" "propertyValueList" ")" setReferenceIconSetClause = ( REFERENCE | REF ) ICONSET "QUOTED_STRING" addDomainValueClause = ( DOMAIN_VALUE "QUOTED_STRING" ) propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" } propertyValueList = "propertyValue" { "," "propertyValue" } propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" )