Open.ControlTier > ModuleForge
 

AtgOracleRdb

An Oracle relational database service

Overview

Open in Workbench AtgOracleRdb: An Oracle relational database service

Design

Super Type
AtgRdb
Role Concrete. (Objects can be created.)
Instance Names Unique
Notification false
Template Directory
Data View Children, proximity: 1
Logger Name

Constraints

Allowed Child Dependencies

1: These types have a Singleton constraint. Only one instance may be added as a resource.

Allowed Parent Dependencies

Attributes

Defaults for Imported Attributes

Name Default
atgRdbDriver oracle.jdbc.driver.OracleDriver

Commands

Note
Commandline options displayed in square brackets "[]" are optional. If an option expects arguments, then angle brackets are shown after the option "<>". Any default value is shown within the brackets.

switchSchemaBinding

updates the model with specified schema object

Usage
switchSchemaBinding [-fromschema <>] -schematype <> -toschema <>

Options

Option Description
fromschema name of schema to switch from
schematype type name
toschema name of schema to switch to

Schemas-ExportDmp

calls schemas to export thier data files

Usage
Schemas-ExportDmp -buildstamp <> [-dmp_file <>] [-schemaname <.*>] [-schematype <>]

Options

Option Description
buildstamp build stamp
dmp_file path to dumpfile
schemaname schema name
schematype schema type

assertServiceIsUp

checks if the service is up

Usage
assertServiceIsUp [-count <3>] [-rdbinstance <>]
Execution bash
Arguments $ORACLE_HOME/bin/tnsping ${opts.rdbinstance} ${opts.count}

Options

Option Description
count number of times to ping
rdbinstance listener name

Schemas-ImportDmp

calls schemas to import thier data files

Usage
Schemas-ImportDmp -schematype <>

Options

Option Description
schematype schema type

Related Types

The following types are defined for use with AtgOracleRdb.

AtgOracleRdbInstanceName

Overview

Open in Workbench AtgOracleRdbInstanceName: Stores the value of an Oracle TNS name

Design

Super Type
AtgOracleRdbSetting
Role Concrete. (Objects can be created.)
Instance Names Unique

Attributes

Exported Attributes
Name Property
rdbinstance settingValue

AtgOracleRdbSetting

Overview

Open in Workbench AtgOracleRdbSetting: an AtgOracleRdb setting

Design

Super Type
Setting
Role Abstract. (Objects cannot be created.)
Instance Names Unique

Constraints

Allowed Parent Dependencies