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.
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)
Thank you for the response @Federico Venturin .
I will check on these options.