Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBALTER CALENDAR_MODULE

Purpose

To alter a calendar module.

Prerequisites

Should be in the context of a Project.

Syntax

parseAlterModule =  OMBALTER CALENDAR_MODULE "QUOTED_STRING" ( ( RENAME TO 
          "QUOTED_STRING" [ "alterModulePropertiesOrIconSetClause" ] ) | 
          "alterModulePropertiesOrIconSetClause" )
     alterModulePropertiesOrIconSetClause =  ( SET ( ( "setPropertiesClause" [ (
           ( SET ( "setReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) ) | ( UNSET "unsetReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) ) | ( ( SET "setReferenceIconSetClause" ) | ( UNSET 
          "unsetReferenceIconSetClause" ) ) ] ) | ( "setReferenceLocationClause"
           [ ( SET "setReferenceIconSetClause" ) | ( UNSET 
          "unsetReferenceIconSetClause" ) ] ) | "setReferenceIconSetClause" ) ) 
          | ( UNSET ( "unsetReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) | "unsetReferenceIconSetClause" )
     setPropertiesClause =  PROPERTIES "propertyKeyList" VALUES 
          "propertyValueList"
     setReferenceLocationClause =  ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
     unsetReferenceLocationClause =  ( REFERENCE | REF ) LOCATION 
          "QUOTED_STRING"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyValueList =  "(" "propertyValue" { "," "propertyValue" } ")"
     propertyKey =  "UNQUOTED_STRING"
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

parseAlterModule

Alter the specified calendar module.

alterModulePropertiesOrIconSetClause

Alter the properties or icon set of the module.

setPropertiesClause

Describe the keys of properties for the calendar module.

setPropertiesClause

Basic properties for CALENDAR_MODULE:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the Calendar Module 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the Calendar Module

setReferenceLocationClause

Set the referenced location.

setReferenceIconSetClause

Set specified Icon Set.

unsetReferenceIconSetClause

Unset specified Icon Set

unsetReferenceLocationClause

Unset the referenced location.

propertyKeyList

The list of property keys.

propertyValueList

A list of property values.

propertyKey

A property key for an object.

propertyValue

A single property value. It can be a number, float, boolean or single-quoted string.

CALENDAR_MODULE Object

Table 1-7 CALENDAR_MODULE Object

Property Type Choices Min Max Default Description

DB_LOCATION

STRING

none

none

none

empty string

The location to which the schedule will be deployed.

EVAL_LOCATION

STRING

none

none

none

empty string

The location in which the scheduled object will be evaluated.