or, you can set or export ORACLE_SID to the instance of your preference.
if you have a Unix backend, include in your script the following line. Better approach is to parameterize the sid:
export ORACLE_SID=$sid1
...
sqlldr user/pwd controlfile
Just an idea...