| Using Python in Oracle Procedure Hi all,
I have created the given below python script in Linux and now trying to incorporate the same in my PL/SQL Procedure.
What is the best way to call this script in Oracle Procedure?? python ClientUtil.py -command csvImport -hostname abc -username GLOG.ADMIN -password ABC -localDir /csv_file -localFileName abc.csv -csvUtilCommand i -xvalidate=None |