Skip to main content
Version: 2026.1

AliasSubDbOracleOci

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

Overview

PropertySummary
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.
databaseThe name of the database to which this alias is to be connected.
includeSynonymsSpecifies whether to support synonyms when using Oracle.
passwordThe password of the user to be used to log on to Oracle Oci server.
schemaThe database schema to which this alias is to be connected.
timezoneThe timezone of the alias definition.
userThe user to be used to log on to the the Oracle Oci server.

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.


database

Type: String

The name of the database to which this alias is to be connected.


includeSynonyms

Type: Boolean
Default: false

Specifies whether to support synonyms when using Oracle.


password

Type: String

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


schema

Type: String

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


timezone

Type: String

The timezone of the alias definition.


user

Type: String

The user to be used to log on to the the Oracle Oci server.