2018년 3월 5일 월요일

centos oracle 설치

http://cubenuri.tistory.com/190

http://puttico.tistory.com/121?category=601216






  • centos 7 설치
    • centos7 minimal iso 파일을 rufus 프로그램을 이용하여 usb 에 설치
    • usb 부트로 설치
    • 파티션 세부 설치

  • 필요 라이브러리 설치
    • yum -y install compat-libgcc-296 compat-libstdc++-29 compat-libstdc++-33 gcc gcc-c++ glibc-deve ...
  • 시스템 파라미터 수정
    • sudo vi /usr/lib/sysctl.d/00-system.conf
    • # Disable netfilter on bridges.
    • #net.bridge.bridge-nf-call-ip6tables = 0
    • #net.bridge.bridge-nf-call-iptables = 0
    • #net.bridge.bridge-nf-call-arptables = 0
    • vi /etc/sysctl.conf
  • 시스템 파라미터 적용
    • sysctl -p
  • 파일 핸들러 수 조정
    • vi /etc/security/limits.conf
  • 64bit 리눅스 설정
    • vi /etc/pam.d/login
  • GUI 라이브러리 설치
    • yum install tigervnc-server.x86_64
    • yum install pixman pixman-devel libXfont
    • (???) yum -y groupinstall "Server with GUI"
  • java 설치
    • (설치가능 확인)yum list java*jdk-devel
    • (설치)yum install java-1.8.0-openjdk-devel.x86_64
    • (설치 확인)rpm -qa java*jdk-devel
    • vi /etc/profile...export JAVA_HOME=...
  • dba 그룹 oracle 유저 생성

    • visudo -f /etc/sudoers
    • oracle ALL=(ALL:ALL) NOPASSWD:ALL
  • .bash_profile 설정
    • ...
    • export LANG=C

  • 기타
    • vi .../product/11.2.0/db_1/ctx/lib/ins_ctx.mk
      •     -static $(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK) /usr/lib64/stdc.a
    • vi .../product/11.2.0/db_1/sysman/lib/ins_emagent.mk
      •     $(MK_EMAGENT_NMECTL) -lnnz11
  • xming putty, putty registry 변경하여 cp949
  • unzip
    • unzip ./linux.x64_11gR2_database_1of2.zip
    • unzip ./linux.x64_11gR2_database_2of2.zip
  • .../runInstaller
    • Install database software only
    • product languages 는 english 만 하자
    • installation location 은 product/11.2.0/db_1
    • (root 로 실행).../orainventory/orainstRoot.sh
    • (root 로 실행).../db_1/root.sh
  • (리스너 설정)
    • netca
  • (데이터베이스 설정)
    • dbca
  • (자동실행 설정)
    • vi /etc/oratab
    • ...

----------------------------------------------
(현재 locale 확인)

  • echo $LANG
(설정 가능한 locale 확인)
  • locale -a
(locale 변경)
  • vi /etc/sysconfig/i18n
  • export LANG="ko_KR.euckr"
(한국어 로케일 설정 서버에서 콘솔 작업시 한글 출력 깨지면
  • export LANG=C
(기타)
  • vi /usr/share/locale/locale.alias
  • 그러므로 export LANG="ko_KR" 해도 됨...

댓글 없음:

댓글 쓰기

인기글

추천 게시물

윈도우에서 오라클 11g 삭제하기

* 참조 및 출처 https://wickedmagic.tistory.com/407 https://wookoa.tistory.com/304 * 윈도우에서 오라클 11g 삭제하기 > 서비스에서 오라클 관련 서비스 모두 종료 > Un...