marco.meli
25th September 2019, 02:01
Hi,
Can I have a sample of store procedure and statement in db connection point ion page for scenario entering a Bod and decorate it with extra select and send it forward ?
Thanks.

BBPEdgar
25th February 2020, 02:54
(Google translator)
Hi

In Oracle you can create a function and then consume it as a BOD the function must return xmltype with the root node: (DataArea) to be recognized by ION.

The connection in Oracle you need:
Oracle controller
Host server
Server port
SID (Session ID)
User and password
In documents you configure the load of your BOD
Select FunctionName (). Getclobval () from dual