I am connecting to the database using PDO_OCI (in PHP / Windows 2003 server), and when attempting to open the connection I get the following error message from the OCI libraries:
OCISessionBegin: ORA-21561: OID generation failed
This problem occurs only after some load is placed on the system. I was reading some other thread where they were talking about increasing a shared memory pool
1022705 Unfortunately this didn't do the trick for me.
any clues? Does anyone knows under what circumstances is OCI raising that error?
thank you,
alex