본문 바로가기
Oracle

Windows Vista & 7에서 Oracle 10g Client 설치시 javaw.exe 오류

by 타블로 2010. 10. 1.

Windows Vista & 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. 커맨드창으로 setup.exe를 실행한다.
  - setup.exe -silent -responsefile [Client 복사폴더]\response\clientadmin.rsp

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



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