问题
I have created a store procedure in Oracle. Can anyone let me know if there is a procedure to execute this oracle Store Procedure from Azure Data Factory V2?
回答1:
- You could try preCopyScript in copy activity.
- You could try custom activity.
来源:https://stackoverflow.com/questions/51591123/oracle-store-procedure-in-azure-data-factory-v2