ELT Oracle components
tELTOracleInput | Provides the Oracle table schema that will be used by the tELTOracleMap component to generate the SQL SELECT statement. |
tELTOracleMap | Builds the SQL SELECT statement using the table schema(s) provided by one or more tELTOracleInput components. |
tELTOracleOutput | Performs the action (insert, update, delete, or merge) on data in the specified Oracle table through the SQL statement generated by the tELTOracleMap component. |
tELTOracleUniteMap | Builds a SQL SELECT statement based on the SQL SELECT statements generated by two or multiple tELTOracleMap components to carry out one of these operations against the result sets of the input tables: UNION, UNION ALL, INTERSECT, and MINUS. |