As my external database is Oracle, does this forge be workable?
If yes, may you instruct how to do it?
Hi Jessica,
I think you can use 2 ways
1. Oracle REST Data services
2. Use some Application layer eg Java, .Net to build REST API that call the store proc
in my case, I created a REST API for the stored procedures in the external oracle database. My outsystems application will consume the REST API.
Hope that helps.
Hi Ronny,
May you provide me more how to recreate REST API for stored procedures? I haven't any ideas how to do it.
Thank in advance
Thank Ronny.
Let me try.
For Oracle (and even for sql server) the recommended and supported approach is to use the RuntimePublic.Db api For which you can find documentation here
cheers,
Guilherme