Тёмный

Oracle OEM 13.5 Installation on Windows Setup 

Database Guy
Подписаться 6 тыс.
Просмотров 1,1 тыс.
50% 1

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;
execute dbms_auto_task_admin.disable('auto optimizer stats collection',null,null);
SHUT IMMEDIATE;
STARTUP;

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@sajimenon4888
@sajimenon4888 17 дней назад
Very informative video. Keep up the great work!
@user-tk1ht5ps1j
@user-tk1ht5ps1j Месяц назад
Your efforts are much appreciated. you got one more subscriber :) Very useful video. Thank you so much and waiting for the next session.
@amineazilal2602
@amineazilal2602 2 месяца назад
you are amazing, thanks bro
@Trevorodunne
@Trevorodunne 2 месяца назад
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.
@DB2_Oracle
@DB2_Oracle 2 месяца назад
Thanks Trevor for nice comment. And glad the tutorial helped.
@derekfon3981
@derekfon3981 3 месяца назад
thank you so much for doing this video. very much appreciateed
@noopmercyyt2373
@noopmercyyt2373 13 дней назад
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
@israelramirez1617
@israelramirez1617 3 месяца назад
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?
@DB2_Oracle
@DB2_Oracle 3 месяца назад
You can continue to use dynamic registration. Static Registration (Listener configuration) allows you to start database remotely.
@israelramirez1617
@israelramirez1617 3 месяца назад
@@DB2_Oracle Understand, thank you. Now i have a fresh OEM installation, everything was fine apart of the 2022server warning... going to try to add a database target again, hope this time things works fine
Далее
Oracle OEM 13.5 on Windows Add Target
22:13
What's new in Windows Server 2025
30:00
Просмотров 13 тыс.
Oracle 19c Data Guard on Windows Step By Step Setup
1:07:18
The BEST $800 Gaming PC Build of 2024!
18:29
Просмотров 145 тыс.
Oracle ASM Create New Disk Group
8:09
Просмотров 600
Microservices with Databases can be challenging...
20:52