Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoldengateOracleConnectionProperties

import type { GoldengateOracleConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of Goldengate Oracle Database Connection.

interface GoldengateOracleConnectionProperties {
authenticationMode?: "ORACLE_AUTHENTICATION_MODE_UNSPECIFIED" | "TLS" | "MTLS";
connectionString?: string;
gcpOracleDatabaseId?: string;
password?: string;
passwordSecretVersion?: string;
sessionMode?: "SESSION_MODE_UNSPECIFIED" | "DIRECT" | "REDIRECT";
technologyType?: string;
username?: string;
walletFile?: string;
}

§Properties

§
authenticationMode?: "ORACLE_AUTHENTICATION_MODE_UNSPECIFIED" | "TLS" | "MTLS"
[src]

Optional. Authentication mode.

§
connectionString?: string
[src]

Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.

§
gcpOracleDatabaseId?: string
[src]

Optional. Database instance id of database in Oracle Database @ Google Cloud. If gcp_oracle_database_id is provided, connection_string must be empty.

§
password?: string
[src]

Optional. Input only. The password Oracle Goldengate uses in plain text.

§
passwordSecretVersion?: string
[src]

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses. Format: projects/{project}/secrets/{secret}/versions/{version}.

§
sessionMode?: "SESSION_MODE_UNSPECIFIED" | "DIRECT" | "REDIRECT"
[src]

Optional. The mode of the database connection session to be established by the data client.

§
technologyType?: string
[src]

Optional. The technology type.

§
username?: string
[src]

Optional. The username Oracle Goldengate uses to connect.

§
walletFile?: string
[src]

Optional. The wallet contents Oracle Goldengate uses to make connections to a database.