0% found this document useful (0 votes)
5 views4 pages

How To Create OEM User With RO - Version 2

Uploaded by

Fadi Dib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

How To Create OEM User With RO - Version 2

Uploaded by

Fadi Dib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

How to create OEM User with Reed-Only Permissions?

1. Login to Grid Control as a super admin user (SYSMAN or equivalent)

2. Click on the links: Setup -> Security -> Administrators -> Click on Create

3. Enter Mandatory fields for User/Password click next


User: OEM_Support
Password: OEMSupport

4. Leave the default selected roles EM_USER and PUBLIC and click on Next
5. On the Target Privileges page, select "Connect to any viewable target" and “View
any Target”
6. At the bottom of the same page, under Target Privileges, click on the Add button
and select the database instance name (Select databases and Clusters you want the user to
monitor)

7. Still on the Target Privileges page, at the bottom, where you see the added
database instance name, look for the column name "Manage Target Privilege
Grants"

8. Click on View (pencil icon)


9. On the next page, Search for "Performance" and click on Go button

10. You have 2 options for view performance page:

View Database Performance Home Page


View Database Performance Privilege Group

Check the description of each and choose the one is suitable for you

11. As an example, select "View Database Performance Home Page"

- Click on the Continue button


- Click on Next
- At Step 4 of 5 Click on Next
- Review the roles, properties, etc...
- Click on the Finish button

---------------------------------------------------------------------------------------------------------------------
After applying all these steps, we need to create the Oracle user on the database
side and grant them the predefined role “OEM_MONITOR” (the user must be created
on every monitored database)

Below are the steps to create the user:


create user OEM_READONLY identified by O$M_R3AD0nly default tablespace USERS temporary
tablespace TEMP2;

grant OEM_MONITOR to OEM_READONLY;

You might also like