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
So in this code I wrote, I am trying to connect to my database through a ssh tunnel. And when I am only using oracledb.createPool(dbconfig), everything works fine. But when I wrote const connection = await oracledb.getConnection(dbConfig);, the process timed out. The SSH tunnel got connected successfully by the way.
So in this code I wrote, I am trying to connect to my database through a ssh tunnel. And when I am only using
oracledb.createPool(dbconfig)
, everything works fine. But when I wroteconst connection = await oracledb.getConnection(dbConfig);
, the process timed out. The SSH tunnel got connected successfully by the way.The text was updated successfully, but these errors were encountered: