Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
|
|
Table name | Required | Available | Select or enter a table name to be written to. |
|
Enclose table name with quotation marks | Optional | Not available | Select whether or not to enclose the specified table name with quotation marks.
|
|
Net service name | Required | Available | Enter the Oracle net service name. |
|
Data file | Required | Available | Enter the data file path.
You can click [Browse] button to launch file chooser and find the file. |
|
Delimiter | Optional | Available | Enter or select a delimiter of the data file.
|
|
Support double quotation | Optional | Not available | Select when double quotations are used for quoting in the data file.
|
|
Schema definition | Required | - | The schema definition of the table specified in [Table name] is displayed. |
|
Schema definition/Column name | Required | Not available | Column name in the table specified in [Table name] is displayed. | |
Schema definition/Type | Required | Not available | The type of [Column name] is displayed. |
|
Item name | Description | Remarks |
---|---|---|
Launch table browser | Launch the table browser.
![]() |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
return | The return value of the launched loader is stored. |
|
message_category | When an error occurs, the corresponding message code's category is stored. |
|
message_code | When an error occurs, the corresponding message code is stored. |
|
message_level | When an error occurs, the corresponding message code's severity is stored. |
|
error_type | When an error occurs, the error type is stored. |
|
error_message | When an error occurs, the error message is stored. |
|
error_trace | When an error occurs, the error's trace information is stored. |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
Table name is not specified. |
Table name is not specified. | Specify [Table name]. |
java.io.IOException | Failed to launch Loader command. | Check whether Loader is installed and is available in the paths or not. |
java.sql.SQLException | A database access error or some other one has occurred. | Check the SQLException message. SQLException message is based on the specifications of the driver. The cause of the error might be output in SQLException message.
For more details on messages, contact the database vendor. |