Hi, I have to retrieve values from a PL\SQL procedure with OUT parameter that is a Nested Table (oracle collection). I tried with tDBSP using different combination (Type OUT, Type RECORD SET, Custom Type ARRAY, Custom Type STRUCT) but I think that I'm missing something.
tLogRow it returns an empty row, I tried to put a tParseRecordSet in between but it parse a null Record Set so the output in tLogRow is zero row. Anybody knows how to extract these data?