MigrateOracleAzureDbPostgreSqlSyncTaskInput interface

Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations

Properties

selectedDatabases

Databases to migrate

sourceConnectionInfo

Connection information for source Oracle

targetConnectionInfo

Connection information for target Azure Database for PostgreSQL

Property Details

selectedDatabases

Databases to migrate

selectedDatabases: MigrateOracleAzureDbPostgreSqlSyncDatabaseInput[]

Property Value

sourceConnectionInfo

Connection information for source Oracle

sourceConnectionInfo: OracleConnectionInfo

Property Value

targetConnectionInfo

Connection information for target Azure Database for PostgreSQL

targetConnectionInfo: PostgreSqlConnectionInfo

Property Value