Lahiru's thoughts on Positive Impact on DBA world
Tuesday, May 24, 2016
Creating a Read Only Role for EM Console
Create a New User to access em console.
create user oem identified by oem1
default tablespace users temporary tablespace temp;
Then that user have to have oem_monitor role.
grant create session, oem_monitor to oem;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)