복사 방지 스크립트

2012년 8월 20일 월요일

[Windows] Windows 7 에서 Oracle 10g 설치

Windows 7에서 Oracle 10g Client 설치시 javaw.exe 오류시 아래와 같이 실행

1. Client 설치파일 전체를 특정 폴더에 복사한다.
2. response 폴더의 clientadmin.rsp파일의 ORACLE_HOME과 ORACLE_HOME_NAME을 수정한다.

#------------------------------------------------------------------------------
#Name : ORACLE_HOME
#Datatype : String
#Description: Complete path of the Oracle Home.
#Example : ORACLE_HOME = "/product/10.2.0/client"
#------------------------------------------------------------------------------
ORACLE_HOME="c:\oracle\product\10.2.0\client"

#------------------------------------------------------------------------------
#Name : ORACLE_HOME_NAME
#Datatype : String
#Description: Oracle Home Name. Used in creating folders and services.
#Example : ORACLE_HOME_NAME = "OraClient10ghome1"
#------------------------------------------------------------------------------
ORACLE_HOME_NAME="GM_Oracle"

3. CMD에서 아래와 같이 명령어 실행
  - setup.exe -silent -responsefile [해당경로]\response\clientadmin.rsp

4. 설치 중간에 보안경고 창이 뜨는데 차단 해제를 선택한다.




5. 설치 완료 메시지 확인 후 엔터를 치면 완료된다.

출저 : http://blog.leestory.com/431


댓글 없음:

댓글 쓰기