I have a python script which loops through log files in a directory and uses oracle sqlloader to load the log files to the oracle database. the script works properly and even the sqlloader..
I have a cursor in an ORACLE function that I am dynamically generating using the arguments of the function.