메뉴 건너뛰기

Korea Oracle User Group

Install/Configuration

Oracle EM(Enterprise Manager) 13.4 설치 및 구성 - 1(Repository DB 설치)

 

1. Em Repository DB 생성

1) 템플릿 세팅

오라클 사이트에서 EM Repository DB 생성시 사용할 템플릿을 다운 받는다.

아래 위치에서 받을 수 있다.

 

0021.png

 

https://www.oracle.com/enterprise-manager/downloads/db-templates-13c-release4-downloads.html

 

2) 템플릿 세팅

다운 받은 템플릿을 unzip 해 준다.

[root@mpkwanem ~]# chown oracle:oinstall 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Linux_x64.zip  
[root@mpkwanem ~]# mv 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Linux_x64.zip /u01/app/oracle/product/19.0.0/db_1/assistants/dbca/templates/
[root@mpkwanem ~]# su - oracle
mpkwanem.localdomain@oracle:EMREPO:/home/oracle> cd /u01/app/oracle/product/19.0.0/db_1/assistants/dbca/templates/
mpkwanem.localdomain@oracle:EMREPO:/u01/app/oracle/product/19.0.0/db_1/assistants/dbca/templates> unzip 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Linux_x64.zip 
Archive:  19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Linux_x64.zip
  inflating: set_repo_param_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Large_deployment.sql  
  inflating: set_repo_param_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Medium_deployment.sql  
  inflating: set_repo_param_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Small_deployment.sql  
  inflating: shpool_19_5_0_0_Database_SQL_for_EM13_4_0_0_0.sql  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Large_deployment.dbc  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Medium_deployment.dbc  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Small_deployment.dbc  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0.dfb1  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0.dfb2  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0.dfb3  
  inflating: 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0.ctl  
  inflating: shpool_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Large.sql  
  inflating: shpool_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Medium.sql  
  inflating: shpool_19_5_0_0_Database_SQL_for_EM13_4_0_0_0_Small.sql  

 

3) dbca로 Repository DB 생성

mpkwanem.localdomain@oracle:EMREPO:/home/oracle> dbca

 

4) Step 1 of 15

database 생성을 시작한다.

0002.png

 

5) Step 2 of 15

database creation 모드를 Advanced configuration로 선택한다.

0003.png

 

6) Step 3 of 15

Database Deployment Type을 Oracle Single Instance database를 선택한다.

템플릿은 19_5_0_0_Database_Template_with_cdbpdb_for_EM13_4_0_0_0_Small_deployment를 선택한다.

0004.png

 

7) Step 4 of 15

Global database name과 SID를 설정한다.

0005.png

 

8) Step 5 of 15

Storage 옵션을 아래와 같이 선택한다.

0006.png

 

9) Step 6 of 15

Fast Recovery 옵션은 선택하지 않는다.(개인적인 목적에 따라 설정하면 된다.)

0007.png

 

10) Step 7 of 15

Listener 선택을 한다.(필요한 경우 아래 부분에 정보를 채워 생성하면 된다.)

0008.png

 

11) Step 8 of 15

Vault 옵션에 대한 부분은 선택하지 않는다.

0009.png

 

12) Step 9 of 15

Memory / Sizing / Character sets / Connection Mode 등을 설정한다.

0010.png

 

0011.png

 

0012.png

 

0013.png

 

13) Step 10 of 15

EM 설정은 선택하지 않는다.

0014.png

 

14) Step 11 of 15

관리계정 패스워드를 설정한다.

0015.png

 

15) Step 12 of 15

Database Creation 옵션을 아래와 같이 선택한다.

0017.png

 

16) Step 13 of 15

Summary 정보를 확인하고 설정한 내용에 대해 다시금 확인한다.

0018.png

 

17) Step 14 of 15

설치 과정이 진행중이다.

0019.png

 

18) Step 15 of 15

Repository DB 생성이 완료되었다.

0020.png

 

Repository로 사용할 DB 생성을 완료한다.

 

 

번호 제목 글쓴이 날짜 조회 수
40 패치 conflict(충돌) 검사 방법 [1] 우뽕 2023.04.04 363
39 오라클 21c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2021.12.02 487
38 오라클 21c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2021.12.02 789
37 오라클 21c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2021.12.02 337
36 오라클 21c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) [1] file 명품관 2021.12.01 789
35 오라클 21c RAC 설치 with Oracle Linux 8.2 - 1 (OS 및 스토리지 설정) 명품관 2021.12.01 3049
34 Oracle RAC RU rolling patching from 19.3 to 19.9.0.0.201020(Patch 31750108) [1] file 명품관 2020.12.08 5248
33 Oracle EM(Enterprise Manager) 13.4 설치 및 구성 - 2(EM 설치) file 명품관 2020.11.27 2317
32 Oracle Database 19c Patch Update(단일 인스턴스 오라클 DB 19.3 에서 19.9로 RU Update) 명품관 2020.11.24 35203
» Oracle EM(Enterprise Manager) 13.4 설치 및 구성 - 1(Repository DB 설치) file 명품관 2020.11.23 1184
30 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2020.11.19 2826
29 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2020.11.19 947
28 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2020.11.19 1492
27 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) file 명품관 2020.11.19 5049
26 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 1 (OS 및 스토리지 설정) 명품관 2020.11.14 4862
25 ORA-27300, ORA-27301, ORA-27302 Error 와 함께 DB Shutdown - 작성중. Talros 2020.08.28 319
24 ASM 에 spfile 등록 및 삭제 하기 우뽕 2020.07.27 4465
23 메뉴얼하게 DB 추가 작업 - GRID 리소스에 DB 추가 작업 우뽕 2020.07.27 1291
22 19c RAC - Manual Patch 적용방법 우뽕 2020.05.05 2342
21 19c RAC OJVM 패치작업 우뽕 2020.04.22 5304
위로