Is there any way to verify oracle SQL database connection and error handling?
Recently I’m configuring Oracle SQL Databse
with node.js
.
I’m able to established DB connection successfully and able to execute query.
Is there any way to verify oracle sqldb connection established or not?
Recently I’m configuring Oracle SQL Databse
with node.js
.
I’m able to established DB connection successfully and able to execute query.