AtgOracleRdb
An Oracle relational database service
Overview
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
- AtgOracleRdbInstanceName 1
- AtgOracleSchema
- AtgRdbConnection
- AtgRdbDriver1
1: These types have a Singleton constraint. Only one instance may be added as a resource.
Allowed Parent Dependencies
- AtgAppServer
- Node
- Site
Attributes
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
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
AtgOracleRdbSetting:
an AtgOracleRdb setting
Design
- Super Type
- Setting
| Role | Abstract. (Objects cannot be created.) |
| Instance Names | Unique |



