'ESL'에 해당되는 글 1건

  1. 2010.08.16 Silent Installation을 통한 Oracle Embedding

Silent Installation을 통한 Oracle Embedding

Oracle 2010. 8. 16. 11:00
Oracle 하위 버전부터 지원되어왔지만, 지금까지는 사용의 필요성(?)까지는 느끼지 못했었다.

하지만, ESL 계약을 위해서는 Embedding을 해야하고, 가장 손쉬운 방법이 Silent Installation이기에....

Oracle 10g Enterprise Edit의 Transaction Processing Type으로 설치하기 위해 Response 파일을 수정하였습니다.

첨부파일을 참조하시기 바랍니다.

 
 ▣ Silent Installation을 통해 설치되는 DB 정보 요약

    . Install Type : Enterprise Edition (Oracle 10gR2)

    . DB Type : Transaction Processing Starter Database

    . DB & SID Name : orcl

    . Characterset : AL32UTF8  

    . Example Schemas : No Installed.

    . sys & system account pwd : oracle

    . ORACLE_HOME : c:/oracle/product/10.2.0/db_1

    . Oracle Data Path : c:/oracle/product/10.2.0/oradata"



 ▣ Oracle 10g Silent Installation
 
     1. otn.oracle.com에서 Oracle10gR2_Win32bit 용을 download 합니다.

     2. Download된 Installation File을 "C:\Oracle10g" 폴더 아래에 넣습니다. (ex... c:\oracle10g\database\setup.exe)

     3. 첨부파일을 다운로드 받아 c:\oracle10g\database\response에 덮어씁니다.

     4. command 창을 하나 실행합니다.

     5. command 창에서 커서를 c:\oracle10\database로 이동합니다.

     6. command 창에 아래와 같이 입력 후, 실행하면 Oracle DB가 설치됩니다.
          setup.exe -silent -nowelcome - responsefile c:\oracle10g\database\response\enterprise.rsp
    
     7. 설치 Log를 확인하여 이상여부를 확인하시면 설치 완료입니다.
            (c:\program files\oracle\inventory\logs\silentInstall설치일시.log 파일 생성)


:     

TISTORY에 Login하려면 여기를 누르세요.