Linux 9i 설치

DBMS/Oracle 2008/07/16 09:11
  1. Linux에 오라클 계정 생성
    #groupadd oinstall
    #groupadd dba
    #useradd -m -g oinstall -G dba, oinstall oracle
  2. oracle 압축해제
    #gzip -d [파일명].cpio.gz 
    #cpio -idmv < [파일명].cpio
  3. oracle 디렉토리 설정
    #mkdir -p [홈폴더명]
    #chown -R oracle.oinstall [홈폴더명]
    #mkdir -p [데이터폴더]
    #chown -R oracle.oinstall [데이터폴더]
  4. Oracle 설치(oracle 계정으로 X-window 로그인)
    #export LANG=ko_KR.eucKR #한글이 깨질 경우 #export LANG=C or 공백
    #./runInstaller & 

이 글은 스프링노트에서 작성되었습니다.

크리에이티브 커먼즈 라이선스
Creative Commons License

'DBMS > Oracle' 카테고리의 다른 글

오라클 접속 포트 고정시키기  (0) 2008/07/16
로그마이너  (0) 2008/07/16
SQL*Plus Instant Client  (0) 2008/07/16
Oracle Object For OLE(OO4O)  (0) 2008/07/16
Linux 9i 설치  (0) 2008/07/16
JOIN UPDATE  (0) 2008/07/16
tags : , ,
Trackback 0 : Comment 0
◀ PREV : [1] : ... [51] : [52] : [53] : [54] : [55] : [56] : [57] : [58] : [59] : NEXT ▶