Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
AlterActionPlanCommand = ( OMBALTER ( ( DEPLOYMENT_ACTION_PLAN | ANALYZE_ACTION_PLAN | CORRECTION_SCHEMA_ACTION_PLAN | CORRECTION_MAPS_ACTION_PLAN ) ) "QUOTED_STRING" ( ( "renameActionPlanClause" { "addActionClause" | "modifyActionClause" | "deleteActionClause" } ) | ( "addActionClause" { "addActionClause" | "modifyActionClause" | "deleteActionClause" } ) | ( "modifyActionClause" { "addActionClause" | "modifyActionClause" | "deleteActionClause" } ) | ( "deleteActionClause" { "addActionClause" | "modifyActionClause" | "deleteActionClause" } ) ) ) renameActionPlanClause = RENAME TO "QUOTED_STRING" addActionClause = ADD ACTION "QUOTED_STRING" [ SET "setClause" ] modifyActionClause = MODIFY ACTION "QUOTED_STRING" ( ( "renameActionClause" [ "setUnsetClause" ] ) | "setUnsetClause" ) deleteActionClause = DELETE ACTION "QUOTED_STRING" setClause = ( "propertiesClause" [ SET "setReferenceClause" ] ) | "setReferenceClause" renameActionClause = RENAME TO "QUOTED_STRING" setUnsetClause = ( ( SET "setClauseForAlter" ) | ( UNSET "unsetReferenceClause" ) ) propertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "(" "propertyValueList" ")" setReferenceClause = ( REF | REFERENCE ) "ObjType" "QUOTED_STRING" { "useClause" } setClauseForAlter = ( "propertiesClause" [ SET "setReferenceClause" | UNSET "unsetReferenceClause" ] ) | "setReferenceClause" unsetReferenceClause = ( REF | REFERENCE ) propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" } propertyValueList = "propertyValue" { "," "propertyValue" } useClause = USE DATA_RULE_USAGE "QUOTED_STRING" propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" )
OPERATION, which specifies the type of action to be taken. DEPLOYMENT_LOCATION, which sets the target location for a Code Template.
Object type. Valid values are ADVANCED_QUEUE, CUBE, DIMENSION, EXTERNAL_TABLE, CONNECTOR, FUNCTION, MAPPING, MATERIALIZED_VIEW, PROCEDURE, PROCESS_FLOW_PACKAGE, SCHEDULABLE, SEQUENCE, TABLE, and VIEW.