How to run sql loader command line using Kerberos Authencation
Hi Team,
We have a requirement to run sqlldr command with Kerberos Authencation.
When we run like below, we are getting error.
Error:
"SQL*Loader-128: unable to begin a session ORA-01017: invalid username/password; logon denied"
SQLLDR command :
/opt/oracle/instantclient_19_23/sqlldr, userid=/@"serverName:1522/orclpdb", control="/tmp/sqlldr.ctl", log="/tmp/sqlldr.log
Can you help us understand, how to run it.
Thanks