Preparing the database
Prepare connection information for the database you want to connect with the Oracle Connector.
-Host name/IP address
-Port number
-Database name(SID)
-User name
-Password
Creating a Connection resource
To use the Oracle Connector in HULFT Square, you need to create a connection resource first.
1. In HULFT Square, go to [Main] - [DATA INTEGRATION] - [Connections] and click [Add New].
2. In the Type section, select [Oracle] for Connector and [Oracle 19c connection] for Type, then click [Next].
3. In the General section, set a name of the connection resource, workspace (optional) and description (optional), then click "Next".
4. In the Settings section, set the parameter values required for the connection.
To verify the connection with the entered values, click [Verify Connection].
Item name | Description | Required | Remarks |
Host name | Enter the database host name. |
○ |
|
Port number | Enter the database port number. Default number is 1521. |
○ |
|
SID | Enter the database SID. |
|
|
Enter URL directly |
Select whether or not to enter the URL of destination Oracle Server database directly.
|
|
|
URL |
Enter the URL.
|
|
|
User name | Enter a user name. | ○ |
|
Password | Enter the password. | ||
Limit the number of tables in list | Select whether to limit the number of tables listed or not. |
|
|
Number of tables in list | Enter a number of tables listed. |
|
|
Limit the number of procedures | Select whether to limit the number of procedures or not.
|
|
|
Number of procedures | Enter the number of the procedures listed. |
|
5. When the Verify connection dialog box opens, set [Integrate service] and [Profile to load resources] and click "OK".
The verification test result will appear on the dialog box.
6. If there are no problems, click "Finish" to complete the connection resource creation process.
Now you have a Oracle connection resource.
Setting up the connector
Here is an example of using the Oracle Connector on a script using the connection resource added above.
Example: Setting up a Oracle Connector [Read Table] operation
Drag and drop [Database] - [Oracle] - [Read Table] onto the script canvas to open the properties dialog.
The setting values for each item in the required settings tab are as follows:
-Destination: Select the resource name created in the section above (Creating a Connection resource).
-Table name: Select a table from the list of tables in the database.
-Schema definition: Automatically set when the Table name is selected.
Comments
0 comments
Article is closed for comments.