I am using oracledb clint to connect oracle database using Node.JS.
While connecting any user id I want to set specific role to the user. Please suggest how to do this.
Suppose a user ABC has 4 roles - role1, role2, role3 & role4. While establishing connection for a request i want to set role3 to that user for that specific request. Please suggest how to do that.