Henrique
Member²
We are using DOA with Oracle 12C. In on-promise environment everything works just fine.
When we were working on the Oracle Cloud, the login and logoff process was very slow, leaving the system slow as a whole, and then we started using the TOracleSessionPool component. Using this component the system returned to be fast but we are faced with a big problem. All the TOracleDataSet components that receive a cursor type of "ref cursor" have the following error:
Project SrvMegaFinanc.exe raised exception class EAccessViolation with message 'Access violation at address 545997E3 in module 'oracommon12.dll'. Read of address 00000094'.
After
Project SrvMegaFinanc.exe raised exception class EOracleError with message 'ORA-01013: user requested cancel of current operation'.
We tried to create a new TOracleSession component to handle these Ref Cursor queries, but the errors persist intermittently.
Can you help us?
When we were working on the Oracle Cloud, the login and logoff process was very slow, leaving the system slow as a whole, and then we started using the TOracleSessionPool component. Using this component the system returned to be fast but we are faced with a big problem. All the TOracleDataSet components that receive a cursor type of "ref cursor" have the following error:
Project SrvMegaFinanc.exe raised exception class EAccessViolation with message 'Access violation at address 545997E3 in module 'oracommon12.dll'. Read of address 00000094'.
After
Project SrvMegaFinanc.exe raised exception class EOracleError with message 'ORA-01013: user requested cancel of current operation'.
We tried to create a new TOracleSession component to handle these Ref Cursor queries, but the errors persist intermittently.
Can you help us?