Skip to content

Commit

Permalink
fix incorrect SQL Loader command. apache#4322
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Sep 18, 2024
1 parent 12a195e commit fb9ba6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public String createCommandLine(OraBulkLoaderMeta meta, boolean password) throws
databaseName = '"' + databaseName + '"';
}

sb.append(databaseName);
sb.append("/" + databaseName);
} else {
throw new HopException("No connection specified");
}
Expand Down

0 comments on commit fb9ba6d

Please sign in to comment.