Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createPool() could support privilege: oracledb.SYSDBA #1657

Closed
andylwelch opened this issue Mar 28, 2024 · 3 comments
Closed

createPool() could support privilege: oracledb.SYSDBA #1657

andylwelch opened this issue Mar 28, 2024 · 3 comments
Labels

Comments

@andylwelch
Copy link

andylwelch commented Mar 28, 2024

  1. Describe your new request in detail

Currently it is not possible to create a connection pool with privilege. Given individual connections accept this, it would be a nice to have option to streamline many requests in a pool.

  1. Give supporting information about tools and operating systems. Give relevant product version numbers

Thanks for your work, the v6 thin client is great!

@sharadraju
Copy link
Member

Thanks for using node-oracledb Thin mode.

We will explore this!

@sharadraju
Copy link
Member

sharadraju commented May 23, 2024

@andylwelch This is now fixed in 6.5.1. Please Please verify and thank you for contributing!

@andylwelch
Copy link
Author

Thanks @sharadraju . Yes I can confirm this is working now. I am no longer getting the error:
Error: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER

I didn't realise it was meant to be supported as the automatically included types docs I was clicking through to said;

I now realise these types are maintained independently.

Thanks again for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants