Query Executes Quickly in SQL Developer but Extremely Slow via Node.js oracledb #1756
Suryamaheshd
started this conversation in
General
Replies: 1 comment 1 reply
-
What is the node-oracledb version that you are using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
We are experiencing a significant performance difference when running the same Oracle SQL query through different clients:
oracledb
package: The same query takes over 10 minutesTest Details
Database: Oracle
Client Library: Oracle Instant Client
Node.js Package:
oracledb
Node.js Version: v22.19.0
oracledb Version: 19.28.0
Instant Client Versions Tried: 21 and 19
Query:
Beta Was this translation helpful? Give feedback.
All reactions