Oracle OEM 13.5 Installation on Windows Setup

preview_player
Показать описание
Timeline

00:00 Overview
03:15 Install Visual C++ Redistributable
06:40 Download Oracle 19c Database home & OEM 13.5
10:10 Pre-requisites for Oracle 19c Database Home
15:40 Set Environment Variables
17:40 Install Oracle 19c Database Home
19:27 Create Listener
21:30 Create Database for OEM Repository
26:48 Listener Static Registration
28:15 Database Configuration for OEM
30:00 Install OEM
42:20 Login OEM
43:40 Stop OEM (Optional)

Database Config Steps for OEM Database

#--- Configure Database parameters to support OEM

sqlplus / as sysdba

ALTER SYSTEM SET LOCAL_LISTENER='OEM:1521' SCOPE=BOTH;
ALTER SYSTEM SET "_allow_insert_with_update_check"=true SCOPE=BOTH;
ALTER SYSTEM SET shared_pool_size=600M SCOPE=BOTH;
ALTER SYSTEM SET parallel_max_servers=8 SCOPE=BOTH;
ALTER SYSTEM SET parallel_min_servers=0 SCOPE=BOTH;
ALTER SYSTEM SET session_cached_cursors=200 SCOPE=SPFILE;
ALTER SYSTEM SET processes=300 SCOPE=SPFILE;

SHUT IMMEDIATE;
STARTUP;
Рекомендации по теме
Комментарии
Автор

There are so many Oracle videos for Linux. It's so nice to see a well-done video that focuses on Windows. Thank You!

swacosta
Автор

thank you so much for doing this video. very much appreciateed

derekfon
Автор

Your efforts are much appreciated. you got one more subscriber :) Very useful video. Thank you so much and waiting for the next session.

NaveenVeera-bw
Автор

Very informative video. Keep up the great work!

sajimenon
Автор

WOW Brilliant video thanks man works great I have my OEM up and running. it did give me warning about 2022 server but it installed ok.

Trevorodunne
Автор

Hi.
I wanted to know that to install Enterprise manager agent on windows. Do we have to do these things first then install Agent or directly we can do that? Please answer me

noopmercyyt
Автор

I followed your exact steps even when it came to name and i got configuration assistant "OMS Configuration" has failed, how to fix it?

elmahdichaibi
Автор

Yeah it is a really fantastic video... a question: It is a must to do the change to the listener configurarion? I have performed advanced installation today with normal 19c listner and all went OK... something to consider in the future?

israelramirez
visit shbcf.ru