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

OracleToPostgresConfig

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

Configuration for heterogeneous Oracle to Cloud SQL for PostgreSQL and Oracle to AlloyDB for PostgreSQL migrations.

interface OracleToPostgresConfig {
oracleSourceConfig?: OracleSourceConfig;
postgresDestinationConfig?: PostgresDestinationConfig;
}

§Properties

§
oracleSourceConfig?: OracleSourceConfig
[src]

Optional. Configuration for Oracle source.

§
postgresDestinationConfig?: PostgresDestinationConfig
[src]

Optional. Configuration for Postgres destination.