tOracleTableList
Lists the names of specified Oracle tables using a SELECT statement based on a
WHERE clause.
tOracleTableList iterates on a
set of tables through a defined Oracle connection.
tOracleTableList Standard properties
These properties are used to configure tOracleTableList running in the Standard Job framework.
The Standard
tOracleTableList component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Component list |
Select the tOracleConnection |
Where clause for table name selection |
Enter the WHERE clause that will be used to identify the tables to |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect log data at the component level. |
Global Variables
Global Variables |
CURRENT_TABLE: the name of the table currently iterated
NB_TABLE: the number of tables iterated upon so far. This
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component is to be used along with other Oracle components, |
Dynamic settings |
Click the [+] button to add a row in the table Once a dynamic parameter is defined, the Component List box in the Basic For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Related scenarios
For a tOracleTablerList related scenario, see Iterating on DB tables and deleting their content using a user-defined SQL template.