We have a stored procedure on Oracle that returns a number of variables. we can call the SP using Execute an Oracle Query as we need to declare some variables up front. It runs but we are not able to see the output variables. We have tried numerous ways to look at the ResultSet.Table1 in PA and the QueryResult in PAD. But they are all empty.
Does anyone know how to retrieve the results.? We have a work around in PAD using a JAVA file to run the SP using POWERSHELL and we are then able to parse the return string and it works.