클라이언트를 다운 받습니다.
http://www.oracle.com/technology/software/products/database/index.html
여기에서 받았습니다(시간이 흘러 링크가 바뀌어도 책임질 수 없습니다 ^^;)
다운받은 zip 파일을 압축해제 합니다.
제가 받은 건 client라는 폴더 안에 설치 파일이 들어있네요.
C:\client\
위 폴더로 하겠습니다.
다른 폴더로 하셔도 상관없습니다. 경로 설정 시 압풀 푼 폴더를 적어주시면 됩니다.
(참고 : 경로 중 한글은 되도록이면 피하시는 것을 권장합니다)
C:\client\response
위 폴더 안에
clientadmin.rsp 파일이 있습니다.
메모장으로 여신 후 아래 붉은 부분과 같이 수정합니다.
...... 생략 ......
#------------------------------------------------------------------------------
#Name : NEXT_SESSION_RESPONSE
#Datatype : String
#Description: Optionally specifies the full path of the next session's response
# file. If only a file name is specified, the response file is
# retrieved from the <TEMP>/oraInstall directory. This variable is
# only active if NEXT_SESSION is set to true.
#Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
#------------------------------------------------------------------------------
NEXT_SESSION_RESPONSE=<Value Unspecified>
#------------------------------------------------------------------------------
#Name : ORACLE_BASE
#Datatype : String
#Description: Complete path of the Oracle Base.
#Example : ORACLE_BASE = "/u01/app/oracle"
#------------------------------------------------------------------------------
ORACLE_BASE="C:\client\"
#------------------------------------------------------------------------------
#Name : ORACLE_HOME
#Datatype : String
#Description: Complete path of the Oracle Home.
#Example : ORACLE_HOME = "/u01/app/oracle/product/11.1.0/client"
#------------------------------------------------------------------------------
ORACLE_HOME="OraClient10ghome1"
#------------------------------------------------------------------------------
#Name : ORACLE_HOME_NAME
#Datatype : String
#Description: Oracle Home Name. Used in creating folders and services.
#Example : ORACLE_HOME_NAME = "OraClient11ghome1"
#------------------------------------------------------------------------------
ORACLE_HOME_NAME=<Value Required>
...... 생략 ...... |
파일을 저장합니다.
설정은 모두 끝났습니다.
설치를 하기 위한 마지막 단계
윈도우 - 실행 창을 열고
cmd를 실행 시킵니다.
그리고 위 압축을 푼 폴더(
C:\client\)로 이동합니다.
명령어는
cd C:\client\ 로 이동합니다.
이제 아래와 같이 명령어를 치고 엔터를 입력하시면 설치가 진행 됩니다.
(cmd 창에서는 ctrl + c, ctrl +v 가 되지 않습니다. 오른쪽 마우스에 붙여넣기로 하시면 됩니다.)
setup.exe -silent -responsefile C:\client\Response\clientadmin.rsp |
그리고 이것보다 쉽게 하고 싶으신 분은
메모장을 열고 메모장에 위와 명령어를 복사하시어 붙여 넣으시고
저장시 파일명을 파일명.bat(ex. setup.bat)로 저장하시면 실행파일로 만들어집니다.
그리고 실행하시면 cmd창에서 하셨던 것과 같이 설치가 진행됩니다.