ConnectToSourceOracleSyncTaskOutputResponse

data class ConnectToSourceOracleSyncTaskOutputResponse(val databases: List<String>, val sourceServerBrandVersion: String, val sourceServerVersion: String, val validationErrors: List<ReportableExceptionResponse>)

Output for the task that validates Oracle database connection

Constructors

constructor(databases: List<String>, sourceServerBrandVersion: String, sourceServerVersion: String, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of schemas on source server

Link copied to clipboard

Source server brand version

Link copied to clipboard

Version of the source server

Link copied to clipboard

Validation errors associated with the task