버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

파일 압축 해제 및 설치 스크립트 실행

코드 블럭
languagebash
titleoracle 유저로 수행
linenumberstrue
mkdir -p $ORACLE_HOME 
cdunzip <설치 파일 다운로드 위치>
unzip /LINUX.X64_180000_db_home.zip -d $ORACLE_HOME
cd $ORACLE_HOME
./runInstaller
펼치기

실행 예제는 첨부 파일 참조 : unzip_dbms.txt

 

Image Removed

 

Image Removed

 

Image Removed

 

18c 버전부터는 데이터베이스 소프트웨어 설치시 설치할 경로(ORACLE_HOME)에 압축을 푼 후에 runInstaller를 실행하면 별도의 파일 복사없이 설치할 수 있습니다.

구성 옵션

Image Added

Database 소프트웨어만 설치할 것이므로 '소프트웨어만 설정'을 선택하고 <다음>을 클릭합니다.

데이터베이스 설치 옵션

Image Added

단일 서버를 위한 데이터베이스를 구성할 것이므로 '단일 인스턴스 데이터베이스 설치'를 선택하고 <다음>을 클릭합니다

데이터베이스 버전

Image Added

데이터베이스 버전은 'Enterprise Edition'을 선택합니다.

버전 선택 후 <다음>을 클릭합니다.

설치 위치

Image Added

설치 위치인 Oracle Base와 소프트웨어 위치(ORACLE_HOME)가 정상적으로 인식되었는지 확인하고 <다음>을 클릭합니다.

Image Removed

 

 

펼치기

 

 

 

 

코드 블럭
languagebash
titleroot 유저로 실행
/u01/app/oracle/product/18.3.0/db_1/root.sh 
펼치기
서식 미적용
[root@oel7 ~]# /u01/app/oracle/product/18.3.0/db_1/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/18.3.0/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Do you want to setup Oracle Trace File Analyzer (TFA) now ? yes|[no] :
yes
Installing Oracle Trace File Analyzer (TFA).
Log File: /u01/app/oracle/product/18.3.0/db_1/install/root_oel7_2018-07-30_16-27-37-975064081.log
Finished installing Oracle Trace File Analyzer (TFA)