11.2 sample file cdemocoll.c missing. Got it or please provide an example
Can anyone give me an example of using OCI to select from a nested table. or a copy of cdemocoll.c and any headers it requires.
Basically what we need to do is
select cast(collect(name) as vchar_ntt) from emp;
then be able to iterate through the vchar_ntt