I am working on nodejs oracledb.I would want to login to oracle db from nodejs oracledb client as SYSDBA.Please suggest
Below is the snippet which am trying
oracleSYS3.getConnection({
user :"sys",
password :"*******",
connectString :"connectionString"},function(){})
But I'm getting an error:
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER