Hello.
I am creating an Oracle database which has data structures which originally came from C++ code. Most of the data structures can be directly added via PL/SQL, however I am having difficulty dealing with a structure such as this: unsigned long variableXYZ(Indexval).
Can someone point me to a possible solution?
Thanks.
James