Calling Python from Oracle

后端 未结 7 2219
傲寒
傲寒 2021-02-12 23:13

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.<

相关标签:
7条回答
  • 2021-02-13 00:14

    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.

    0 讨论(0)
提交回复
热议问题