Oracle OEM 13c OMS and Oracle DB Installation
In this blog we are going to discuss OEM 13c Installation
Installing RDMS and EMPRD (EM database):
8)
Create
owner which doesn’t have Admin Privileges: (Can’t proceed further if the owner
had admin privileges)
Username: xxxxx
12)
Minimum required memory allocation is 6GB:
23)
Make sure
EMPRD had minimum configuration to proceed with OEM installation:
ALTER SYSTEM SET processes=300 SCOPE=SPFILE;
ALTER SYSTEM SET session_cached_cursors=200 SCOPE=SPFILE;
ALTER SYSTEM SET sga_target=2G SCOPE=SPFILE;
ALTER SYSTEM SET shared_pool_size=600M SCOPE=SPFILE;
ALTER SYSTEM SET pga_aggregate_target=1G SCOPE=SPFILE;
ALTER SYSTEM SET job_queue_processes=20 SCOPE=SPFILE;
ALTER SYSTEM SET log_buffer=10485760 SCOPE=SPFILE;
ALTER SYSTEM SET open_cursors=300 SCOPE=SPFILE;
13c: New requirement:
alter system set optimizer_adaptive_features=FALSE
scope=both;
Restart the instance.
Those parameters are min.
values which mean you can increase those values via your needs.
Oracle recommended to use UNDO tablespace is at least 200M
in size. Also, make sure you have 3 redo logs of at least 300M to prevent a
warning during the installation.
Installing OMS:
6)
Provide new Administrator credentials and EMPRD
database details:
Adding EMPRD database in OEM:
4)
Test the connection to EMPRD: