What are the steps to prepare a OA adapter that implements procedures?
The steps are very similar to subscribing to events. However, the procedure that the OA adapter will call is imp_procname_proc owner_proc version. This procedure will have OUT arguments corresponding to the OUT arguments in the procedure defined in iStudio. In addition to writing PL/SQL code to perform the necessary tasks, the OUT arguments must be filled in with correct values. Write this code in iStudio when creating the message, or modify the stored procedure SQL script before loading it into the database. If the start script is used to start the OA adapter, then there is a way to determine whether the OA adapter was started properly. This can be viewed in the log.xml file in the logs directory of the OA adapter.