Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Is it possible to trigger a procedure from OAC Dataflow?
Jahnavi-Oracle
Rank 6 - Analytics Lead
Can we trigger a package or a procedure in database via DV Data-flow. If anyone has tried it, or if anyone know if it is even possible, please let me know.
Tagged:
0
Answers
-
Hi @Jahnavi-Oracle ,
afaik it's not possible to trigger a package or a procedure directly in a data flow.
Which kind of transformations are you trying to apply with the package/procedure? Can you replicate them by using ootb steps in the data flow?
If the ootb steps are not enough to satisfy your requirements, you can always use a custom scripts/OCI functions to implement your own transformations (and in theory call any package/procedure)
0 -
Thank you for the response @Federico Venturin .
I will check on these options.
0