The Coding Notebook
Memorable coding moments of a software engineer
Using Associative Array with OCCI setDataBufferArray
In a recent project I had to connect from Node.js to Oracle and run some stored-procedure, I have used the node-oracle module to do that, and it worked quite nicely. The problem was that some of my stored-procedure used associative arrays as parameters, and node-oracle did not support this type of args, so how do you do this using occi?