사용자 도구

사이트 도구


dbms:oracle:install:installoracle11gonubuntu1604

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
dbms:oracle:install:installoracle11gonubuntu1604 [2019/01/05 20:41]
starlits
dbms:oracle:install:installoracle11gonubuntu1604 [2020/05/26 20:19]
starlits
줄 36: 줄 36:
 sudo ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so sudo ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so
  
 +sudo ln -s /usr/lib /usr/lib64
 sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/ sudo ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /usr/lib64/
 sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/ sudo ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/
줄 116: 줄 117:
 </code> </code>
  
-  * 커널 값을 수정하려면 /etc/sysctl.conf 파일을 편집기(vi 등)로 아래의 내용을 추가한다. <code bash>+  * 커널 값을 수정하려면 /etc/sysctl.conf 파일을 편집기(vi 등)로 아래의 내용을 추가한다. \\ ( /etc/sysctl.d/99-oracle.conf 별로 파일로 생성하고 재부팅해도 된다. ) <code bash>
 # oracle10g # oracle10g
 kernel.shmall = 2097152 kernel.shmall = 2097152
줄 133: 줄 134:
     * 수정 후 바로 적용하려면 **sysctl -p** 명령을 주면 바로 적용된다.     * 수정 후 바로 적용하려면 **sysctl -p** 명령을 주면 바로 적용된다.
  
-  * **/etc/security/limits.conf** 에 limit 설정을 한다. <code bash>+  * **/etc/security/limits.conf** 에 limit 설정을 한다. \\ ( /etc/security/limits.d/oracle.conf 에 추가해도 됨 )<code bash>
 # for oracle 11g # for oracle 11g
 #oracle          soft    nproc   8192 #oracle          soft    nproc   8192
줄 147: 줄 148:
 </code> </code>
  
-  * **/etc/profile** 에 다음 내용을 추가한다. <code bash>+  * **/etc/profile** 에 다음 내용을 추가한다. \\ ( /etc/profile.d/oracle.sh 에 추가해도 됨 ) <code bash>
 # for Oracle 11g # for Oracle 11g
 if [ $USER = "oracle" ]; then if [ $USER = "oracle" ]; then
줄 209: 줄 210:
 ==== 설치시작 ==== ==== 설치시작 ====
   - **runInstaller** 을 실행한다. <code>   - **runInstaller** 을 실행한다. <code>
-$ export LANG=C 
 $ cd install/database $ cd install/database
-$ ./runInstaller+LANG=C LC_ALL=C ./runInstaller
 </code> </code>
   - Oracle Installation GUI가 뜨고 그 후 과정은 오라클 설치문서대로 진행하면 된다.   - Oracle Installation GUI가 뜨고 그 후 과정은 오라클 설치문서대로 진행하면 된다.
줄 237: 줄 237:
   - http://paperiniktips.sviluppo-siti-web.com/oracle-11g-r2-installation-ubuntu-like-solve-error-agent-nmhs-makefile/   - http://paperiniktips.sviluppo-siti-web.com/oracle-11g-r2-installation-ubuntu-like-solve-error-agent-nmhs-makefile/
   - http://paperiniktips.sviluppo-siti-web.com/oracle-11c-database-linux-installation-troubleshooting-error-in-invoking-target-all_no_orcl-of-makefile/   - http://paperiniktips.sviluppo-siti-web.com/oracle-11c-database-linux-installation-troubleshooting-error-in-invoking-target-all_no_orcl-of-makefile/
 +
 +===== 추가작업 =====
 +  - ubuntu package install <code bash>
 +# apt-get install libtest-lwp-useragent-perl libconfig-json-perl 
 +</code> 
dbms/oracle/install/installoracle11gonubuntu1604.txt · 마지막으로 수정됨: 2020/05/26 20:19 저자 starlits