To Oracle
If the destination link of a job is an Oracle database link, configure the destination job parameters based on Table 1.
Type |
Parameter |
Description |
Example Value |
---|---|---|---|
Basic parameters |
Schema/Tablespace |
Name of the database to which data will be written. The schema can be automatically created. Click the icon next to the text box to select a schema or tablespace. |
schema |
Table Name |
Name of the table to which data will be written. Click the icon next to the text box. The dialog box for selecting the table is displayed. This parameter can be configured as a macro variable of date and time and a path name can contain multiple macro variables. When the macro variable of date and time works with a scheduled job, the incremental data can be synchronized periodically. For details, see Incremental Synchronization Using the Macro Variables of Date and Time.
NOTE:
If you have configured a macro variable of date and time and schedule a CDM job through DataArts Studio DataArts Factory, the system replaces the macro variable of date and time with (Planned start time of the data development job – Offset) rather than (Actual start time of the CDM job – Offset). |
table |
|
Clear Data Before Import |
Whether to clear the data in the destination table before data import. The options are as follows:
|
Clear part of data |
|
WHERE Clause |
If Clear Data Before Import is set to Clear part of data, data in the destination table will be deleted based on the WHERE clause after the configuration is complete and before the import starts. |
age > 18 and age <= 60 |
|
Advanced parameters |
Import to Staging Table |
If you set this parameter to Yes, the transaction mode is enabled. CDM automatically creates a temporary table and imports data to the temporary table. After the data is imported successfully, it is migrated to the destination table in transaction mode. If the import fails, the destination table is rolled back to the state before the job starts. For details, see Migration in Transaction Mode. The default value is No, indicating that CDM directly imports the data to the destination table. In this case, if the job fails to be executed, the data that has been imported to the destination table will not be rolled back automatically.
NOTE:
If you select Clear part of data or Clear all data for Clear Data Before Import, CDM does not roll back the deleted data in transaction mode. |
No |
Prepare for Data Import |
The SQL statement that is first executed before a task is executed. Currently, only one SQL statement can be executed in wizard mode. |
create temp table |
|
Complete Statement After Data Import |
The SQL statement that is executed after a task is executed. Currently, only one SQL statement can be executed. |
merge into |
|
Loader Threads |
Number of threads started in each loader. A larger number allows more concurrent write operations.
NOTE:
This parameter is unavailable if Constraint Conflict Handling is set to replace into or on duplicate key update. |
1 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot