upSchema
Command Reference
Description
Checks schema is available in the designated instance
Checks if the configured schema is available
Usage
ctl -t RdbSchema -o <objectname> -c upSchema [-instance <${Rdb.entity.attribute.rdbInstance}>] [-password <${entity.attribute.rdbSchemaPassword}>] [-schema <${entity.attribute.rdbSchemaName}>] [-username <${entity.attribute.rdbSchemaUserName}>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| instance |
Database server instance name
Identifies the database instance name, by default this instance name is derived from the referring database server object. |
string | ${Rdb.entity.attribute.rdbInstance} |
| password |
Schema user's password
password to access database schema, defaults to the rdbSchemaPassword attribute. |
string | ${entity.attribute.rdbSchemaPassword} |
| schema |
Database schema name
name of the database schema, defaults to the rdbSchemaName attribute. |
string | ${entity.attribute.rdbSchemaName} |
| username |
Schema user name
username to access database schema, defaults to the rdbSchemaUserName attribute. |
string | ${entity.attribute.rdbSchemaUserName} |


