Copy link to clipboard
Copied
Hi All,
I have the next command cfexecute in CF11
<cfexecute name="#app_dir#resources\oracle_instantclient\sqlldr.exe" timeout="10"
arguments='userid=sampleDB/\"mypass\"@//10.230.44.7:1521/sampleDB control=#app_dir#upload\importME.ctl log=#app_dir#upload\importME.log'
errorVariable="errorReport">
</cfexecute>
The sql loader is working but I have an issue with security because i am including the DB password in my cfc page.
Is there a way to use the CF admin data source Oracle connection here? Or
Is there a way to encrypt the password in the cfexecute?
Thanks
Johnny
FYI, I found a solution passing parameter as parfile.
Copy link to clipboard
Copied
FYI, I found a solution passing parameter as parfile.