Calling Python from Oracle

后端 未结 7 2220
傲寒
傲寒 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:12

    You can use the Preprocessor feature with external tables, which allows you to invoke a Python script to populate an external table with data. An example can be found in the Using External Table section of this OTN article: https://community.oracle.com/docs/DOC-994731.

提交回复
热议问题