Download presentation
Presentation is loading. Please wait.
Published byCody Randall Modified over 9 years ago
1
Make a Real DBA 유닉스에 오라클 인스톨하기 ㈜ 신한시스템즈 김 종 근김 종 근 김 종 근김 종 근
2
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 2 유닉스에 오라클 인스톨하기 Before Installation 운영체제 설정 오라클 소프트웨어 인스톨 데이터베이스 생성 SQL*Net 설정 Q & A
3
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 3 Before Installation 설치 시 고려사항 요구 사항 점검
4
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 4 오라클 설치 시 고려사항 before Installation Products for Installation Database Configurations Installation with Existing Oracle Database Re-installation Installation Restrictions
5
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 5 하드웨어 요구 사항 before Installation HardwareRequirementCommand Memory 최소 512MB - Oracle9i Server 최소 256MB - Oracle9i Client Swap space 1GB 이상 Disk Space 3.5GB - Database software 1GB - Seed database CD-ROM ISO 9660 호환 AIX$ /usr/sbin/lsattr -E -l sys0 -a realmem Linux$ /usr/sbin/dmesg | grep "Physical:" HP$ grep MemTotal /proc/meminfo Solaris$ /usr/sbin/prtconf | grep "Memory size" Tru64$ /bin/vmstat -P | grep "Total Physical Memory" AIX$ /usr/sbin/lsps -a Linux$ /sbin/swapon -s HP$ /usr/sbin/swapinfo -a Solaris$ /usr/sbin/swap -1 Tru64$ /sbin/swapon -s 9i R2 기준
6
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 6 지원 운영 체제 버전 before Installation PlatformOperating System VersionCommand AIX 4.3.34.3.3 $ oslevel – r AIX 5.15.1 $ oslevel – r HPHP-UX version 11.0 (64-bit). $ uname – a Linux SuSE Linux Enterprise Server 7 (or SLES-7) with kernel 2.4.7, and glibc 2.2.2. Note: In addition to this distribution, Oracle Corporation works with other Linux distribution vendors to certify Oracle products with their default kernel and OS utilities. $ uname – a Solaris 32-Bit2.6 (5.6), 7 (5.7) or 8 (5.8) $ uname – a Solaris 64-Bit8 (5.8) $ uname -a Tru645.1 or 5.1A $ /usr/sbin/sizer -v 9i R2 기준
7
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 7 운영체제 설정 OS 커널 파라미터 설정 유저 생성 유저 환경 변수 설정
8
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 8 커널 파라미터 설정 OS setting [eduserver:root:/] cat /etc/system : * set kernel parameter for Oracle set shmsys:shminfo_shmmax=4294967295 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=100 set semsys:seminfo_semmni=200 set semsys:seminfo_semmns=2048 set semsys:seminfo_semmsl=512 : [eduserver:root:/]
9
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 9 커널 파라미터 설명 (1) OS setting ParameterSettingDescription SHMMAX4294967295 한 개의 Shared Memory Segment 의 최대 크기를 지정한다. 이 크기는 shmget(2) 시스템 콜에서 요구할 수 있는 최대 크기이다. SHMMIN1 한 개의 Shared Memory Segment 의 최소 크기를 지정한다. 이 값은 변경할 필요가 없다. SHMMNI100 시스템에 가용한 Shared Memory identifier 의 최대 개수를 지정한다. 모 든 Shared Memory segment 는 이 identifier 에 의해 관리되며, shmget(2) 시스템 콜의 리턴 값이다. Identifier 1 개당 약 120Bytes 정도의 메모리가 미리 할당된다. SHMSEG10 하나의 프로세서에 할당될 수 있는 최대 Shared Memory segment 의 개 수를 지정한다. 이 값은 segment 가 할당될 때, segment 의 개수를 조사하 는데 사용된다. 이 값이 32K 를 넘어서면 주의 메시지를 출력하고, 32K 로 설정한다. 9i R2 기준
10
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 10 커널 파라미터 설명 (2) OS setting ParameterSettingDescription SEMMNI100 시스템에서 사용할 수 있는 Semaphore sets(identifiers) 의 최대 개수를 제한한다. 시스템에 있는 모든 Semaphore set 은 유일한 id 와 제어구조를 갖는다. 각 Semaphore set 에 대하여 84Bytes 의 커널 메모리를 미리 할 당한다. SEMMNS1024 시스템에 있는 Semaphore 의 개수를 정의한다. 각 Semaphore 에 대하여 16Bytes 의 커널 메모리가 미리 할당된다. 인스턴스 하나당 10 을 더하고, 각 인스턴스의 모든 PROCESSES 값을 더하고, 가장 큰 PROCESSES 값을 한 번 더 더하여 계산한다. SEMMSL256 하나의 Semaphore id 에 대하여 생성될 수 있는 Semaphore 의 최대 개수 를 제한한다. 논리적으로 SEMMSL 은 SEMMNS 의 값과 같거나 적어야 한다. 만일, 이 값을 너무 크게 잡으면, 몇 개의 Semaphore id 가 시스템 전체에 있는 Semaphore 를 독식할 수 있다. 시스템의 데이터베이스 중 가장 큰 PROCESSES 파라미터 값에 10 을 더한 값으로 설정한다. 9i R2 기준
11
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 11 디렉토리 사용 계획 OS setting / /920 /admin /ORA920 /oraInventory /jre /ORA920 /oradata /oracle /bdump /pfile ORACLE_BASE 디렉토리 ( 오라클 유저 홈 ) ORACLE_HOME 디렉토리 *.dbf Administration 디렉토리 alert_.log init.ora 인벤토리 디렉토리 JRE 디렉토리 ORA_SID 데이터베이스 디렉토리
12
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 12 유저 생성 OS setting [eduserver:root:/] ls -al drwxr-xr-x 36 root root 1024 2 월 18 일 10:55./ drwxr-xr-x 36 root root 1024 2 월 18 일 10:55../ drwxr-xr-x 6 ora920 dba 512 2 월 18 일 11:15 oracle/ drwxr-xr-x 5 ora920 dba 512 2 월 17 일 18:31 oradata/ chown oracle:dba oracle [eduserver:root:/] chown oracle:dba oradata [eduserver:root:/] groupadd -g 101 dba [eduserver:root:/] useradd -u 111 -g dba -d /oracle -s /bin/ksh -m ora920 [eduserver:root:/] df -k 파일시스템 K 바이트 사용 가용 용량 설치지점 /dev/dsk/c0t0d0s0 4130854 3246530 843016 80% / : /dev/dsk/c0t0d0s6 9203881 0 9203881 0% /oracle /dev/dsk/c0t1d0s5 4131866 0 4131866 0% /oradata [eduserver:root:/]
13
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 13 유저 환경 변수 설정 OS setting [eduserver:ora920:/oracle] cat.profile umask 022 : export DISPLAY=eduserver:0.0; export ORACLE_SID=ORA920; export ORACLE_BASE=/oracle; export ORACLE_HOME=$ORACLE_BASE/920; export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export NLS_LANG=KOREAN_KOREA.KO16KSC5601; export LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LANG=ko; export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/etc: /usr/openwin/bin:/usr/local/bin:.: : [eduserver:ora920:/oracle]
14
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 14 오라클 소프트웨어 인스톨 Software Installation [eduserver:root:/] /cdrom/disk1/runInstaller Initializing Java Virtual Machine from /tmp/OraInstall2004-04-08_01-38-10PM /jre/bin/java. Please wait … su – ora920 Sun Microsystems Inc. SunOS 5.8 Generic Patch Octover 2001 [eduserver:ora920:/oracle] /usr/openwin/bin/xhost + access control disabled, clients can connect from any host [eduserver:root:/]
15
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 15 Welcome Software Installation
16
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 16 Inventory Location Software Installation
17
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 17 UNIX Group Name Software Installation
18
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 18 /tmp/orainstRoot.sh Software Installation [eduserver:root:/] /tmp/orainstRoot.sh Oracle 인벤토리 포인터 파일 생성 중 (/var/opt/oracle/oraInst.loc) 그룹 이름 변경 중 /oracle/oraInventory 대상 dba. [eduserver:root:/]
19
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 19 File Location Software Installation
20
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 20 Available Products Software Installation
21
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 21 Language Selection Software Installation
22
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 22 Installation Types Software Installation
23
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 23 Available Products Components Software Installation
24
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 24 Components Location Software Installation
25
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 25 Privileged Operating System Groups Software Installation
26
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 26 Create Database Software Installation
27
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 27 Summary Software Installation
28
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 28 Install Software Installation
29
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 29 Changing Disk Software Installation
30
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 30 Privilege Setting Software Installation
31
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 31 Privilege Setting Software Installation [eduserver:root:/oracle/920] Copying dbhome to /usr/local/bin... Copying oraenv to /usr/local/bin... Copying coraenv to /usr/local/bin... Adding entry to /var/opt/oracle/oratab file... Entries will be added to the /var/opt/oracle/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root.sh script. Now product-specific root actions will be performed. [eduserver:root:/oracle/920]./root.sh Running Oracle9 root.sh scripts... The following environment variable are set as: ORACLE_OWNER= ora920 ORACLE_HOME= /oracle/920 Enter the full pathname of the local bin directory: [/usr/local/bin]:
32
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 32 Configuration Tools Software Installation
33
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 33 Oracle Net Configuration Assistant Software Installation
34
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 34 Install Finish Software Installation
35
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 35 데이터베이스 생성 데이터베이스 생성 고려사항 DBCA (Database Configuration Assistance) 를 사용 한 데이터베이스 생성
36
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 36 데이터베이스 생성 시 고려사항 데이터베이스 용도 데이터베이스 구조 데이터베이스 명 데이터베이스 문자셋 Database Creation
37
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 37 Invoke DBCA Database Creation [eduserver:root:/] df -k 파일시스템 K 바이트 사용 가용 용량 설치지점 /dev/dsk/c0t0d0s0 4130854 3246530 843016 80% / : /dev/dsk/c0t0d0s6 9203881 2131444 7072437 24% /oracle /dev/dsk/c0t1d0s5 4131866 0 4131866 0% /oradata : [eduserver:root:/] /usr/openwin/bin/xhost + access control disabled, clients can connect from any host [eduserver:root:/] su – ora920 Sun Microsystems Inc. SunOS 5.8 Generic Patch Octover 2001 [eduserver:ora920:/oracle] cd 920/bin [eduserver:ora920:/oracle/920/bin]./dbca
38
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 38 DBCA Start Database Creation
39
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 39 Step 1/8 : Work Database Creation
40
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 40 Step 2/8 : Database Template Database Creation
41
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 41 Step 3/8 : Database ID Database Creation
42
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 42 Step 4/8 : Database Features(1) Database Creation
43
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 43 Step 4/8 : Database Features(2) Database Creation
44
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 44 Step 5/8 : Database Connect Option Database Creation
45
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 45 Step 6/8 : Initialization Parameter(1) Database Creation
46
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 46 Step 6/8 : Initialization Parameter(2) Database Creation
47
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 47 Step 6/8 : Initialization Parameter(3) Database Creation
48
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 48 Step 6/8 : Initialization Parameter(4) Database Creation
49
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 49 Step 6/8 : Initialization Parameter(5) Database Creation
50
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 50 Step 7/8 : Database Storage(1) Database Creation
51
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 51 Step 7/8 : Database Storage(2) Database Creation
52
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 52 Step 7/8 : Database Storage(3) Database Creation
53
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 53 Step 7/8 : Database Storage(4) Database Creation
54
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 54 Step 7/8 : Database Storage(5) Database Creation
55
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 55 Step 7/8 : Database Storage(6) Database Creation
56
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 56 Step 7/8 : Database Storage(7) Database Creation
57
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 57 Step 7/8 : Database Storage(8) Database Creation
58
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 58 Step 7/8 : Database Storage(9) Database Creation
59
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 59 Step 8/8 : Create Option Database Creation
60
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 60 Summary Database Creation
61
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 61 Creating Database Creation
62
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 62 Changing Password Database Creation
63
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 63 데이터베이스 생성 확인 (1) Database Creation [eduserver:ora920:/oracle] ps -ef | grep ora ora920 498 490 0 14:36:59 pts/4 0:00 -ksh ora920 867 1 0 15:43:59 ? 0:00 ora_reco_ORA920 ora920 859 1 0 15:43:59 ? 0:00 ora_dbw0_ORA920 ora920 861 1 0 15:43:59 ? 0:00 ora_lgwr_ORA920 ora920 863 1 0 15:43:59 ? 0:00 ora_ckpt_ORA920 ora920 857 1 0 15:43:59 ? 0:00 ora_pmon_ORA920 ora920 865 1 0 15:43:59 ? 0:00 ora_smon_ORA920 [eduserver:ora920:/oracle] ls – al /oradata/ORA920 -rw-r----- 1 ora920 dba 1613824 4 월 14 일 19:33 control01.ctl -rw-r----- 1 ora920 dba 1613824 4 월 14 일 19:33 control02.ctl -rw-r----- 1 ora920 dba 1613824 4 월 14 일 19:33 control03.ctl -rw-r----- 1 ora920 dba 10486272 4 월 14 일 19:33 redo01.log -rw-r----- 1 ora920 dba 10486272 4 월 14 일 19:33 redo02.log -rw-r----- 1 ora920 dba 10486272 4 월 14 일 19:33 redo03.log -rw-r----- 1 ora920 dba 262152192 4 월 14 일 19:33 system01.dbf -rw-r----- 1 ora920 dba 41951232 4 월 14 일 19:33 temp01.dbf -rw-r----- 1 ora920 dba 10493952 4 월 14 일 19:33 tools01.dbf -rw-r----- 1 ora920 dba 209723392 4 월 14 일 19:33 undotbs01.dbf
64
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 64 데이터베이스 생성 확인 (2) Database Creation [eduserver:ora920:/oracle] ls – al admin/ORA920 drwxr-xr-x 7 ora920 dba 512 4 월 14 일 15:13. drwxrwx--- 7 root dba 512 4 월 14 일 15:13.. drwxr-xr-x 2 ora920 dba 512 4 월 14 일 18:12 bdump drwxr-xr-x 2 ora920 dba 512 4 월 14 일 15:13 cdump drwxr-xr-x 2 ora920 dba 512 4 월 14 일 15:43 create drwxr-xr-x 2 ora920 dba 512 4 월 14 일 15:13 pfile drwxr-xr-x 2 ora920 dba 512 4 월 14 일 19:33 udump [eduserver:ora920:/oracle] ls – al 920/dbs drwxr-x--- 2 ora920 dba 2048 4 월 14 일 15:43. drwxr-xr-x 56 ora920 dba 1024 4 월 13 일 17:32.. -rw-r--r-- 1 ora920 dba 8385 4 월 14 일 init.ora lrwxrwxrwx 1 ora920 dba 35 4 월 14 일 15:43 initORA920.ora -> /oracle/admin/ORA920/pfile/init.ora -rw-r----- 1 ora920 dba 24 4 월 14 일 19:33 lkORA920 -rwSr----- 1 ora920 dba 1536 4 월 14 일 15:48 orapwORA920
65
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 65 SQL*Net 설정 SQL*Net Setting 네트워크를 통한 오라클 접속 서버측 설정 클라이언트 설정
66
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 66 eduserver: 192.168.0.1 네트워크를 통한 오라클 접속 SQL*Net Setting Database Instance Listener Process Listener Process Server Process Server Process Server IP? Connect Port? Database Name? Port: 1521 SID: ORA920 DB_NAME: ORA920 ① ② ③ DB Server Client
67
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 67 Invoke NetCA SQL*Net Setting [eduserver:ora920:/oracle/920/bin]./netca Oracle Net Service 구성 :
68
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 68 NetCA Start SQL*Net Setting
69
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 69 Listener SQL*Net Setting
70
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 70 Listener Name SQL*Net Setting
71
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 71 Protocol SQL*Net Setting
72
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 72 TCP/IP Protocol SQL*Net Setting
73
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 73 Other Listener SQL*Net Setting
74
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 74 Finish SQL*Net Setting
75
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 75 listener.ora SQL*Net Setting [eduserver:ora920:/oracle/920/network/admin] cat listener.ora LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = 1521)) ) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) ) SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = /oracle/920) (PROGRAM = extproc) )
76
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 76 클라이언트 설정 Start SQL*Net Setting
77
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 77 Net Service Name SQL*Net Setting
78
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 78 Net Service Version SQL*Net Setting
79
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 79 Service Name SQL*Net Setting
80
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 80 Protocol Select SQL*Net Setting
81
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 81 TCP/IP Protocol SQL*Net Setting
82
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 82 Test SQL*Net Setting
83
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 83 Connect SQL*Net Setting
84
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 84 Connect SQL*Net Setting
85
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 85 Net Service Name SQL*Net Setting
86
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 86 Other Net Service Name SQL*Net Setting
87
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 87 Finish SQL*Net Setting
88
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 88 tnsnames.ora SQL*Net Setting [eduserver:ora920:/oracle/920/network/admin] cat tnsnames.ora MYDB = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ORA920) ) [eduserver:ora920:/oracle/920/network/admin]
89
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 89 Connect test SQL*Net Setting [eduserver:ora920:/oracle] exit Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.1.0 - Production 에서 분리되었습니다. [eduserver:ora920:/oracle] SQL*Plus: Release 9.2.0.1.0 - Production on 수 Apr 14 19:35:06 2004 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 다음에 접속됨 : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.1.0 - Production SQL> sqlplus system/oracle@mydb
90
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 90 감사합니다
91
http://www.shsvc.co.kr ORACLE Installation Make a Real DBA 91 Q & A
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.