Is it possible to call Python within an Oracle procedure? I\'ve read plenty of literature about the reverse case (calling Oracle SQL from Python), but not the other way around.<
You can write stored procedures in Java and you can use Java to run Python code, so you can possibly combine the two to achieve what you want.