Skip to main content

AliasSubDbOracleCluster

This page provides generated reference documentation for the AliasSubDbOracleCluster data model.

Overview

PropertySummary
urlThe database url to which this alias is to be connected.
schemaThe database schema to which this alias is to be connected.
userThe user to be used to log to the Oracle Cluster server.
passwordThe password of the user to be used to log on to the Oracle Cluster server.
timezoneThe timezone of the alias definition.
includeSynonymsSpecifies whether to support synonyms when using Oracle.
autoOrderByIDIf yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.

url

Type: String

The database url to which this alias is to be connected.


schema

Type: String

The database schema to which this alias is to be connected.


user

Type: String

The user to be used to log to the Oracle Cluster server.


password

Type: String

The password of the user to be used to log on to the Oracle Cluster server.


timezone

Type: String

The timezone of the alias definition.


includeSynonyms

Type: Boolean
Default: false

Specifies whether to support synonyms when using Oracle.


autoOrderByID

Type: Boolean
Default: true

If yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.