tOracleSCDELT
Reflects and tracks changes in a dedicated Oracle SCD table through SQL
queries.
tOracleSCDELT addresses Slowly Changing
Dimension needs through SQL queries (server-side processing mode), and logs the changes into a
dedicated Oracle SCD table.
tOracleSCDELT Standard properties
These properties are used to configure tOracleSCDELT running in the Standard Job framework.
The Standard
tOracleSCDELT component belongs to the Business Intelligence and the Databases families.
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 |
Property type |
Either Built-in or Repository. |
 |
Built-in: No property data stored |
 |
Repository: Select the repository |
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to Note: When a Job contains the parent Job and the child Job, if you
need to share an existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection |
Connection type |
Drop-down list of available drivers:
Oracle OCI: Select this connection
Oracle Service Name: Select this
Oracle SID: Select this connection
Oracle Custom: Select this |
DB Version |
Select the Oracle version you are using. |
Host |
The IP address of the database server. |
Port |
Listening port number of database server. |
Database |
Name of the database |
Username and |
User authentication data for a dedicated database. To enter the password, click the […] button next to the |
Source table |
Name of the input DB2 SCD table. |
Table |
Name of the table to be written. Note that only one table can be |
Action on table |
Select to perform one of the following operations on the table
None: No action carried out on the
Drop and create table: The table is
Create table: A new table gets
Create table if not exists: A table
Clear table: The table content is
Truncate table: The table content |
Schema and Edit |
A schema is a row description. It defines the number of fields Click Edit
|
 |
Built-in: The schema is created |
 |
Repository: The schema already |
Surrogate Key |
Select the surrogate key column from the list. |
Creation |
Select the method to be used for the surrogate key For more information regarding the creation methods, see SCD management methodology. |
Source Keys |
Select one or more columns to be used as keys, to ensure the |
Source fields value include Null |
Select this check box to allow the source columns to have Null Note:
The source columns here refer to the fields defined in the |
Use SCD Type 1 fields |
Use type 1 if tracking changes is not necessary. SCD Type 1 should |
Use SCD Type 2 fields |
Use type 2 if changes need to be tracked down. SCD Type 2 should
Start date: Adds a column to your
End Date: Adds a column to your SCD Note: To avoid duplicated change records, it is recommended to
select a column that can identify each change for this field.
Log Active Status: Adds a column to
Log versions: Adds a column to your |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the DB connection you |
Debug mode |
Select this check box to display each step during processing |
tStatCatcher Statistics |
Select this check box to collect log data at the component |
Global Variables
Global Variables |
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 used as an output component. It requires an |
Dynamic settings |
Click the [+] button to add a row in the table The Dynamic settings table is 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 |