in cloud, a package created by PL/SQL Developer, how to make the procedure be available for projection custom action method and database task?
Solved
in cloud, a package created by PL/SQL Developer, how to make the procedure be available for projection custom action method and database task?
Best answer by Charana Udugama
Hi
Try this method.
You can export an existing Database Task. Then you just modify the exported XML file to have “YOUR_PACKAGE_API.YOUR_PROCEDURE” as the method and the necessary parameters. Then you can import the XML file back to Cloud. Then you have a new database task in the system which calls your new procedure.
Here is the example for “EVENT_SYS.EVENT_EXECUTE”. Which is a core method not available for DB Tasks. I’ve imported it like this, and it works just fine.



Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.