-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Oracle Bulk Loader: Invalid argument for username/password #4322
Comments
.take-issue |
additional issues:
|
bamaer
added a commit
to bamaer/hop
that referenced
this issue
Sep 18, 2024
bamaer
added a commit
to bamaer/hop
that referenced
this issue
Sep 18, 2024
bamaer
added a commit
to bamaer/hop
that referenced
this issue
Sep 18, 2024
bamaer
added a commit
to bamaer/hop
that referenced
this issue
Sep 18, 2024
bamaer
added a commit
to bamaer/hop
that referenced
this issue
Sep 18, 2024
Adalennis
pushed a commit
to Adalennis/hop
that referenced
this issue
Oct 1, 2024
* fix missing connection line. apache#4322 * fix NPE in SQL statements. apache#4322 * fix incorrect SQL Loader command. apache#4322 * oracle docker compose initial version. apache#4322 * removed oracle docker compose placeholder. apache#4322
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Hop version?
2.9.0
Java version?
openjdk-22.0.2
Operating system
Windows
What happened?
I'm using Oracle bulk loader to load data from a csv file generated by text file output.
Unfortunately I'm getting two Oracle errors depending on my DB connection:
ORA-12545: Connect failed because target host or object does not exist
When using TNS format in Manual connection URL
Here's log:
Error while executing sqlldr 'C:\Oracle\product\client_18.0.0\x86\bin\sqlldr.exe control=control.ctl' log='log.log' userid=user/**@'
Note there's nothing after @ in userid parameter, it's empty.
SQL*Loader-101: Invalid argument for username/password
When using Server host name + Port + Database name
Here's log:
Error while executing sqlldr 'C:\Oracle\product\client_18.0.0\x86\bin\sqlldr.exe control=control.ctl' log='log.log' userid=user/**@hostname:1521DBName'
Note there's no / between the port and Database name.
Issue Priority
Priority: 1
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: