메뉴 건너뛰기

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 19c RAC 2Node 설치-6 [ db sw ] file 우뽕 2020.04.22 120
39 19c RAC 2Node 설치-9 [ dbca ] file 우뽕 2020.04.22 129
38 19c RAC 2Node 설치-10 [ dbca ] file 우뽕 2020.04.22 141
37 19c RAC 2Node 설치-7 [ db sw ] file 우뽕 2020.04.22 216
36 ORA-32000 : Spfile 수정이 불가능. [1] file 우뽕 2020.01.23 228
35 19c RAC 2Node 설치 -3 [ GRID ] file 우뽕 2020.04.21 244
34 19c RAC 2Node 설치-11[ dbca ] file 우뽕 2020.04.22 250
33 ORA-27300, ORA-27301, ORA-27302 Error 와 함께 DB Shutdown - 작성중. Talros 2020.08.28 321
32 오라클 21c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2021.12.02 341
31 패치 conflict(충돌) 검사 방법 [1] 우뽕 2023.04.04 376
30 19c RAC 2Node 설치 -2 [ 환경, GRID ] file 우뽕 2020.04.21 394
29 12c R1 Install on Cent OS - Part 2 (Grid install) [1] file Talros 2016.02.15 396
28 오라클 21c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2021.12.02 494
27 19c RAC 2Node 설치-5 [ asmca ] file 우뽕 2020.04.21 518
26 12c R1 Install on Cent OS - Part 1 ( Preinstall ) file Talros 2016.02.02 527
25 오라클 21c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2021.12.02 795
24 오라클 21c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) [1] file 명품관 2021.12.01 805
23 DBCA에서 ORA-12546: TNS:permission denied.. file 우뽕 2020.02.14 867
22 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2020.11.19 950
21 19c RAC 2Node 설치 -4 [ GRID ] file 우뽕 2020.04.21 959
위로