Sending XML as input to Oracle stored procedure
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have the following XML, and I need to copy the Workflow related data i.e Name and Descriptin and Module name in Workflow Master table Level Number, NumberOfActors in Level Master table, Rule Action, LevelNumberAfterAction, StateAutoChangeDuration in Rule Master table. I want to do this in Oracle, and passing this XML as input to stored procedure. Please let me know how to do this.