GetUserTablesOracleTaskInput interface
Input for the task that gets the list of tables contained within a provided list of Oracle schemas.
Properties
connection |
Information for connecting to Oracle source |
selected |
List of Oracle schemas for which to collect tables |
Property Details
connectionInfo
Information for connecting to Oracle source
connectionInfo: OracleConnectionInfo
Property Value
selectedSchemas
List of Oracle schemas for which to collect tables
selectedSchemas: string[]
Property Value
string[]