ConnectToSourceOracleSyncTaskOutput interface     
Output for the task that validates Oracle database connection
Properties
| databases | List of schemas on source server NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Source server brand version NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Version of the source server NOTE: This property will not be serialized. It can only be populated by the server. | 
| validation | Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
databases
List of schemas on source server NOTE: This property will not be serialized. It can only be populated by the server.
databases?: string[]Property Value
string[]
		sourceServerBrandVersion
	   
	Source server brand version NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerBrandVersion?: stringProperty Value
string
		sourceServerVersion
	  
	Version of the source server NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerVersion?: stringProperty Value
string
		validationErrors
	 
	Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]