728x90

Windows Server 2008에 Windows XP용 오라클 클라이언트 설치시 javaw.exe 오류가 발생한다.

이런 경우 silent 모드로 설치하면 굳이 Vista/Server 2008용 클라이언트를 받을 필요 없이 설치가 가능


silent 모드로 설치하기 위해서는 응답파일을 사용해야하며 이는 클라이언트 설치파일에 포함되어 있다.

클라이언트 파일 압축을 풀고 10201_client_win32\client\response 디렉토리에 clientadmin.rsp라는 파일을 열어 아래 내용을 수정한다.

 

#------------------------------------------------------------------------------

#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="OraClient10ghome1"


수정이 끝나면 오라클 클라이언트 파일 압축을 풀어놓은 디렉토리로 이동하여 다음과 같이 수행한다.

setup.exe -silent -responsefile <응답파일위치>

728x90

+ Recent posts