Amazon Oracle components
| tAmazonOracleClose | Closes the transaction committed in the connected database. |
| tAmazonOracleCommit | Commits in one go a global transaction instead of doing that on every row or every batch, and provides gain in performance, using a unique connection. |
| tAmazonOracleConnection | Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs. |
| tAmazonOracleInput | Reads a database and extracts fields based on a query. |
| tAmazonOracleOutput | Writes, updates, makes changes or suppresses entries in a database. |
| tAmazonOracleRollback | Cancels the transaction commit in the connected database and avoids to commit part of a transaction involuntarily. |
| tAmazonOracleRow | Executes the SQL query stated onto the specified database. |