1. 유저 생성
2. 환경설정
## Oracle
export ORACLE_BASE=/usr/local/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0
export ORACLE_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export NLS_LANG=AMERICAN_AMERICA.KO16MSWIN949
3. clinet 파일 다운로드
linux.x64_11gR2_client.zip
4. rsp 설정파일 수정
UNIX_GROUP_NAME=dba
INVENTORY_LOCATION=/oracle/app/oraInventory
SELECTED_LANGUAGES=en,ko
ORACLE_HOME=/oracle/app/oracle/product/11.2.0
ORACLE_BASE=/oracle/app/oracle
oracle.install.client.installType=Administrator
5. 설치
./runInstaller -responseFile /oracle/client/client_install.rsp -silent -ignorePrereq
(oracle 계정으로 실행)
6. root 로 스크립트 2개 실행
/usr/local/oracle/app/oraInventory/orainstRoot.sh
/usr/local/oracle/app/oracle/product/11.2.0/root.sh
'DB' 카테고리의 다른 글
mysql replication (0) | 2013.11.22 |
---|---|
mysql flush logs (0) | 2012.08.17 |
[oracle] 유저 생성 (0) | 2010.09.09 |
[DB] mssql 복원시 계정 오류 해결 (0) | 2010.05.31 |
[DB] 오라클 redo 로그 파일 (0) | 2010.05.27 |