Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Login to oracle db using nodejs as sysdba

e7cdd8c5-e665-4ff9-aece-14656423a795Dec 14 2015 — edited Feb 11 2016

I am working on nodejs oracledb.I would want to login to oracle db from nodejs oracledb client asSYSDBA.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

This post has been answered by Christopher Jones-Oracle on Dec 16 2015
Jump to Answer
Comments
Post Details
Added on Dec 14 2015
5 comments
2,696 views