You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the error: internal error in file ../src/njsConnection.c, line 2490 (no error message) when trying to create multiple CQN subscriptions using the same name.
If I call connection.subscribe() only once I have no issues.
The same code runs fine in v5.5.0
Include a runnable Node.js script that shows the problem.
Thanks @jogold for reporting this.
One quick question:
Is your Oracle Database docker or on-prem?
Please run connection.oracleServerVersion in your program to provide us the exact Oracle Database version.
oracle: 19.0.0.0.ru-2023-10.rur-2023-10.r1
platform: linux
version: 22.12.0
arch: x64
require('oracledb').versionString: 6.7.1
require('oracledb').oracleClientVersionString: 21.16.0.0
Getting the error:
internal error in file ../src/njsConnection.c, line 2490 (no error message)
when trying to create multiple CQN subscriptions using the same name.If I call
connection.subscribe()
only once I have no issues.The same code runs fine in v5.5.0
The text was updated successfully, but these errors were encountered: