If in PL/SQL I have
FUNCTION stored_function
RETURN PLSQL_RECORD_TYPES.REF_DATA_CURSOR;
Then
Type: Posts; User: djm; Keyword(s):
If in PL/SQL I have
FUNCTION stored_function
RETURN PLSQL_RECORD_TYPES.REF_DATA_CURSOR;
Then
I can't find anyone else having an issue like this, so I'm not sure quite what's going on, but when retrieving some data using getForObject into a String, I seem to be having encoding problems.
...