I have been using Oracle 11 occi
libraries to interface my OracleDb server.
After trying to upgrade to the Oracle12 occi
libraries I have noticed that the process's
soft stack size limit have chnaged.
After doing some experiments I havre zoomed in on the dfference :
On Oracle11, the occi::createenvironment
call changes the stack size soft limit to 32MB
(The default the process starts with is 8MB and the hard limit is unlimited).
After moving to Oracle12 client, this behavior went away. I do ot know if this is because of the way the client was installed or bcause of a change in the client itself. I could ot find any documentation to this behavior.
Can you advise ?