Minor update to example files

This commit is contained in:
Sharad Chandran R 2023-05-03 16:28:02 +05:30
parent 2261c71a4a
commit 9ba7c478fe
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ async function init() {
await oracledb.createPool({
user: dbConfig.user,
password: dbConfig.password,
connectString: dbConfig.connectString
connectString: dbConfig.connectString,
// edition: 'ORA$BASE', // used for Edition Based Redefintion
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
// externalAuth: false, // whether connections should be established using External Authentication

View File

@ -85,7 +85,7 @@ async function init() {
await oracledb.createPool({
user: dbConfig.user,
password: dbConfig.password,
connectString: dbConfig.connectString
connectString: dbConfig.connectString,
// edition: 'ORA$BASE', // used for Edition Based Redefintion
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
// externalAuth: false, // whether connections should be established using External Authentication