ORA-32108 RHEL 5.O ORACLE 11.2
Hi every body,
We have a c++ program on RHEL 5.0 connect to Oracle database 11.2 by lib OCCI (Client 11.2)
The process (program) works ok at a given point in time the error occurrs: ORA-32108
The process reuse statements and i think that sunddely a statement is wrong; If the process is restarted works ok.
The same process works ok in hp-ux.
If i put setMaxColumnSize should be solve it but i have read that sometines return another error but not solve the error.
I run "alter system flush shared_pool" and the error appears.
There is a Bug 9705984 related to this.