May 12, 2020
2
Level 4
How to Connect and Login as an Oracle User
I'm new to Laravel, and is currently using Laravel 7.
Immediately after a successful user login, how can I immediately connect/reconnect as an actual Oracle User rather than as a web application user then execute DBMS_Session.Set_Role('ALL') which will grant the current user all roles.
It's a requirement and also want to be able to keep an audit trail on each Oracle users until the user logs out. The audit must be performed at the database level. Thanks in advance.
Level 35
Please or to participate in this conversation.