I'm posting this here for everyone who needs this functionality. I needed it and could not find any satisfactory solution so I hope this is of use to someone else.I've been looking for a long time for a solution on how to deal with oracle procedures with output parameters.
Some background info;We're running our new frontoffice-screens in OutSystems; and our data is stored in Oracle Databases.These databases contain 20+years-old functionality and we'd like to call those functions and procedures as they are proven and we don't want to migrate those (yet).Outsystems version: 11.10.22Oracle database version: 12.1So functions were never an issue but procedures, especially with outputs, were.I've come up with this solutionSo to explain a little;
There are currently two downsides and that's because of our database version.
Anyway our outcome of this query isAnd that is what I need.I hope this will help someone.with regards,Rogier Fluitsma
Thanks Rogier
Nice Initiative to sharing solutions in advance :)