View Single Post
  #4 (permalink)  
Old July 2nd, 2008, 09:53
Nadeem Naqvi Nadeem Naqvi is offline
Junior Member
 
Join Date: Jun 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Nadeem Naqvi is on a distinguished road
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
Reply With Quote