June 2016
Intermediate to advanced
388 pages
5h 49m
English
In this recipe, you'll learn about proxy users.
To complete this recipe, you'll need an existing (for example, OS-authenticated) user who has a DBA role and another existing user (for example, mike).
$ sqlplus /
appserver:
SQL> create user appserver identified by oracle_1;
create session to the user appserver:
SQL> grant create session to appserver;
SQL> alter user mike grant connect through appserver;
SQL> connect appserver[mike]
oracle_1):
Enter password: ...Read now
Unlock full access