In this article
Table of Contents | ||||
---|---|---|---|---|
|
Overview
Use this account type to connect
...
Oracle Snaps with data sources that use Oracle accounts. This account
...
uses dynamic values and enables you to specify account properties as expressions
...
You can manage your Oracle Thin Dynamic accounts by using either SnapLogic Manager or Designer.
...
that reference Pipeline parameters.
Multiexcerpt include macro name Secrets_Management_Dynamic_Accounts templateData [] page S3 Dynamic Account addpanel false
Multiexcerpt include macro | ||||||||
---|---|---|---|---|---|---|---|---|
|
Prerequisites
Kerberos authentication for Oracle setup in the Windows/Linux environment.
Known Issues
None.
Account Settings
...
Use the Create Account window\Settings tab to create Oracle Thin Dynamic accounts:
Parameter Name | Data Type | Description | Default Value | Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Label* | String | Required. The Unique name for the account. Preferably, update the account name if your project includes more than one account of the same type. | N/A | Oracle123DB | ||||||||||||||||||
JDBC URL Source | Dropdown List | Required. The source of the JDBC URL that you want to use.
| Snap Generated | N/A | ||||||||||||||||||
Oracle123DB | Account properties* | StringFieldset | Required. Enter the information to create a connection to the database. | N/A | N/A | |||||||||||||||||
Hostname | String/Expressions | Required if JDBC URL Source is Snap Generated. The server address to which the application must connect.
| N/A |
| ||||||||||||||||||
Port | Numbernumber | String/Expressions | Required if JDBC URL Source is Snap Generated. The database server's port number to which the application must connect to..
| 1521 | 1521 | |||||||||||||||||
Database name | String/Expressions | Required if JDBC URL Source is Snap Generated. The database name to which the application must connect.
| N/A | MYDB | ||||||||||||||||||
Custom JDBC URL | String/Expressions | Required if JDBC URL Source is User Provided. The JDBC URLs that you want to use to connect to your Oracle account.
| N/A | MYDBN/A | ||||||||||||||||||
Username | String/Expressions | The user name that is allowed to connect to the database. It is used as the default username when retrieving connections. The user name must be valid in order to set up the data source.
| N/A | TECTONIC | ||||||||||||||||||
Password | String/Expressions | The password used to connect to the data source. It is used as the default password when retrieving connections. The password must be valid in order to set up the data source.
| N/A | N/A | ||||||||||||||||||
JDBC JARs | StringFieldset | List of JDBC JAR files to be loaded. Click to add a JDBC Driver; , click to remove a JDBC Driver. | N/A | N/A | ||||||||||||||||||
JDBC driver | String |
| String | Enter the JDBC jar file to be loaded. Use to select an existing file. A different driver binary for a driver must have a different name, the same name can not be reused for a different driver.
| N/A | N/A | JDBC Driver ClassProject Spaces/my_diagnostic_space/my_diagnostic /sqljdbc4-2.0.jar | |||||||||||||||
JDBC driver class* | String | Required. The name of the JBDC driver to use. | oracle.jdbc.OracleDriver | oracle.jdbc.OracleDriver | ||||||||||||||||||
Database specifier type* | StringDropdown List | Specify the database specifier type to use. The selected option decides which format of URL for JDBC is to be used internally. The valid options are:
| Service name | Service name | ||||||||||||||||||
SSL/ TCPS | StringCheckbox | Opt for or against connecting through SSL to the Oracle instance. If selected, the following format of URL is used internally: jdbc:oracle:thin@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=<HOST>)(PORT=<PORT>))(CONNECT_DATA=(<SID/ SERVICE_NAME>=<DATABASE_NAME>))) | Not Selected | Not Selected | ||||||||||||||||||
Authentication method | Dropdown List | Choose the authentication method to use when connecting to Oracle. The available options are:
| User ID and Password | Kerberos | ||||||||||||||||||
Kerberos config path | String/Expression | Appears when the Authentication method is Kerberos. Specify the path to the Kerberos configuration file.
| N/A | /opt/app/oracle/dbhome/network/admin/krb5.conf | ||||||||||||||||||
Advanced properties | N/A | Specify advanced properties to connect to the database. | N/A | N/A | ||||||||||||||||||
Auto commit | StringCheckbox/Expressions | Opt for or against setting the auto-commit property for a database.
| Selected | Selected | ||||||||||||||||||
Batch size* | Integer/Expressions | Required. Set the number of statements that the Snap must execute at a time.
| 50 | 100 | ||||||||||||||||||
Fetch size* | Integer/Expressions | Required. Set the number of rows that the Snap must fetch at a time when executing a query.
| 100 | 100 | ||||||||||||||||||
Max pool size* | Integer/Expressions | Required. Set the maximum number of connections that a pool must maintain at a time. | 50 | 50 | ||||||||||||||||||
Max | life timelifetime (minutes)* | Integer/Expressions | Required. Set the maximum lifetime of maximum time (in minutes) of a connection in the pool. Ensure that the value you enter is a few seconds shorter than any database or infrastructure-imposed connection time limit. A value of 0 indicates an infinite lifetime, subject to the Idle Timeout value. An in-use connection is never retired. Connections are removed only after they are closed. | 30 | 35 | |||||||||||||||||
Idle | Timeouttimeout (minutes)* | Integer/Expressions | Required. Set the maximum number of times maximum time (in seconds?) that a connection is allowed to sit idle in the pool. A value of 0 indicates that idle connections are never removed from the pool. | 5 | 5 | |||||||||||||||||
Checkout timeout (milliseconds)* | Integer/Expressions | Required. Set the time in milliseconds to wait for a connection to be available when the pool is exhausted.
| 10000 | 10000 | ||||||||||||||||||
URL Propertiesproperties | N/A | Specify input regarding URL properties. | N/A | N/A | ||||||||||||||||||
URL property name | String/Expressions | Name for the URL property. | N/A | Batch refresh time in seconds_Refresh_Time | ||||||||||||||||||
URL property value | NString/AExpressions | Value for the URL property. | N/A | 10 |
Prerequisites
- None.
Limitations
...
Troubleshooting
Error | Reason | Resolution |
---|---|---|
| Caused by: javax.security.auth.login.LoginException. | Ensure to provide a valid ticket cache path |
| Operation unavailable. | Ensure to create the Kerberos ticket for the user using |
| Keytab is not valid. | Ensure to create a new keytab file and place it in |
| An Invalid name provided (Mechanism level: KrbException: Cannot locate default realm) | Ensure to provide valid |
| Oracle service is down. | Ensure the Oracle service is up and running. |
| The Listener refused the connection with the following error: ORA-12505, TNS: The listener does not currently know of the SID given in the connect descriptor. | For Linux environment:
For Windows environment:
|
...