oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.25k stars 1.07k forks source link

Error: ORA-03106: fatal two-task communication protocol error #1388

Closed sannPropelApps closed 3 years ago

sannPropelApps commented 3 years ago

After getting a connection from pool,it is throwing Error: ORA-03106: fatal two-task communication protocol error,what may be the cause,though pool was created successfully and connection from that pool successfully.

cjbj commented 3 years ago

Check for trace files. Google shows various causes. Last time I saw this was when I was executing the exact same query text in the same connection with a LOB, the first time with fetchAsString, and the second time getting a Lob. My solution was to change the statements by adding a whitespace. Disabling the statement cache also worked. But, as I say, you could have other causes.

stale[bot] commented 3 years ago

This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed because it has not been updated for a month.