Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- 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