Calling an Oracle Stored Procedure which has an Out Parameter from Go
In this post I will demonstrate how to call Oracle Stored Procedure which has an out parameter from Go using the Go DRiver for ORacle (godror) The code in this post is up on GitHub and was developed using Go 1.20.7 & VS Code running on Windows 10. I used a local version of the Oracle Database version […]
You must be logged in to post a comment.