Can we run Python program on server from concurrent program>?
Hi All,
I have to manipulate a lot of data in CSV files.
I found that this can be done effectively using Python program. But question is can I invoke the .py program from Concurrent program in Oracle?
I have want to automate the process and invoke python program automatically as part of request set using concurrent program.
Any help on this is much appreciated.