GitHub user DaniLecx added a comment to the discussion: Oracle Bulk Loader: Invalid argument for username/password
There's no special characters in the user/password, if try to run the command manually (even without quotes) with the .dat and .cfg generated by Hop then it works. `sqlldr control=control0.cfg log=log.log userid=username/password@TNS_NAME` ``` SQL*Loader: Release 18.0.0.0.0 - Production on Mon May 5 09:02:43 2025 Version 18.3.0.0.0 Copyright (c) 1982, 2018, Oracle and/or its affiliates. All rights reserved. Path used: Conventional Commit point reached - logical record count 1000 Table OWS.TEMP_LOTS_CARD_PORTFOLIO: 1000 Rows successfully loaded. ``` Here's what my Oracle Bulk Loader looks like, it gets a single ID from a table input.  GitHub link: https://github.com/apache/hop/discussions/5247#discussioncomment-13036076 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org