이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

« 이전 버전 5 현재 »

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

oracle 유저로 수행
mkdir -p $ORACLE_HOME 
unzip <설치 파일 다운로드 위치>/LINUX.X64_180000_db_home.zip -d $ORACLE_HOME
cd $ORACLE_HOME
./runInstaller

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

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

2. 구성 옵션

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

3. 데이터베이스 설치 옵션

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

4. 데이터베이스 버전

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

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

5. 설치 위치

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

 

 

 

 

 

root 유저로 실행
/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)

 

 

  • 레이블 없음