Problem with C++ DOA ??

stef

Member³
Hi All,

We using DOA for very long time. Now we have started an update.
Going from Windows to Linux and 19c.

Same application behavior diffrent.
A lot off queries and stored-procedures working fine.
But on some of them we get an Access Violaton immediate after "->Active = true" activate the query.
Does anybody had same issue, can it be that the dataset can not be loaded. Oracle Monitor is performing the query and also PLSQL using the query is working fine?

If you have anything simular issue please let us know,

 
Can you check if the MAX_STRING_SIZE parameter of the database is STANDARD or EXTENDED? For compatibility purposes it should be set to STANDARD.
 
Hi Marco,

This is set to Standard, as also mentioned by Kim,
same issue.

 
Last edited:
We're looking into this. There are indications that the Oracle19c Server may incorrectly return string fields with an extended size (32KB), even when max_string_size=standard for the database instance.
 
Back
Top