Task 3: Create a User and Grant Access
To grant user access:
1.
2.
Task 4: Configure External RADIUS Authorization (optional)
If you require external RADIUS authorization for RADIUS users who connect to an
Oracle database, then you must perform the following steps to configure the Oracle
server, the Oracle client, and the RADIUS server:
To configure the Oracle server (RADIUS client):
1.
2.
Launch SQL*Plus and execute these commands to create and grant access to a
user identified externally on the Oracle database server.
SQL> CONNECT system/manager@database_name;
SQL> CREATE USER username IDENTIFIED EXTERNALLY;
SQL> GRANT CREATE SESSION TO USER username;
SQL> EXIT
If you are using Windows, you can use the Security Manager tool in the Oracle
Enterprise Manager.
See Also:
Oracle Database Administrator's Guide
Oracle Database Heterogeneous Connectivity Administrator's Guide
Enter the same user in the RADIUS server's users file.
Administration documentation for the RADIUS server
See Also:
Add the OS_ROLE parameter to the init.ora file and set this parameter to
TRUE as follows:
OS_ROLE=TRUE
Then restart the database so the system can read the change to the init.ora
file.
Set the RADIUS challenge-response mode to ON for the server if you have not
already done so by following the steps listed in
Challenge-Response"
Enabling RADIUS Authentication, Authorization, and Accounting
on page 5-14.
Configuring RADIUS Authentication 5-17
"Configure
Need help?
Do you have a question about the Oracle Database B10772-01 and is the answer not in the manual?