Apache Hop version?
2.8
Java version?
openJdk 11.0.2
Operating system
Windows
What happened?
In the Metadata tab, set a Relational Database Connection
- Set the Connection name
- Set the Connection type : Oracle
- Use the default provided Driver
- Set the Username and the Password
- Set the connection URL with the ojbdc alias syntax : jdbc:oracle:thin:@my_alias
- In Options tab, set JDBC option : oracle.net.tns_admin=my_path_to_tnsnames.ora_directory
- Set leave empty the other fields
- Check the TNS_ADMIN environnement variable is properly set
- Click on the Test button
The connection attempt produce an exception.
This connection URL is used successfully with other java tools (sqldevelopper, Talend).
- Change the Connection URL : jdbc:oracle:thin:@my_alias?TNS_ADMIN=my_path_to_tnsnames.ora_directory
- Click again on the Test button
The connection attempt produce an exception again.
- Change the Connection URL : jdbc:oracle:thin:@my_hostname:1521:my_SID
- Click again on the Test button
The connection is established successfully.
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
Apache Hop version?
2.8
Java version?
openJdk 11.0.2
Operating system
Windows
What happened?
In the Metadata tab, set a Relational Database Connection
The connection attempt produce an exception.
This connection URL is used successfully with other java tools (sqldevelopper, Talend).
The connection attempt produce an exception again.
The connection is established successfully.
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui