Fedora Core 2 에 오라클 10g 설치시...

peccavi의 이미지

안녕하세요..

Fedora Core 2 에 오라클 10g를 설치하고 있습니다.

별 무리 없이 잘 설치 되다가 막판에

ora-27125 :unable to create shared memory segment

이런 에러가 나네요..

여러군데 찾아봤지만 도무지 해결방법이 뭔지 모르겠습니다.

도와주세요.. ㅜㅡ

오라클 인스톨은 아래 문서를 참조했습니다.

http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora1.php

codebank의 이미지

http://forums.oracle.com/forums/thread.jsp?forum=135&thread=233621&message=&tstart=0&trange=15720461

혹시 여기도 보셨는지 모르겠네요.
무슨 옵션을 체크해보고 커널과 관련된 이슈가 있다는 소리같은데...
오라클은 사용안해봐서 이것밖에는 더 찾을만한게 없네요.

------------------------------
좋은 하루 되세요.

peccavi의 이미지

네.. 저기도 봤는데요,

DISABLE_HUGELBFS=1을 익스포트 해봤는데 안되네요..

커널 컴파일 없이 할 수 있는 방법도 이렇게 나와있었는데
To get Oracle 10g running on Fedora Core 2 without recompiling your kernel or running Oracle as root:

1. Download lastest Fedora Core rawhide kernel (as of the time of this writing it is kernel-2.6.6-1.376.i686.rpm)

2. Get the GID of the oracle instance (for example, group dba) and then do echo "502" > /proc/sys/vm/hugetlb_shm_group (502 is my gid)

3. Run dbca again

In order to make the sysctl change permanent, put the following in /etc/sysctl.conf:

vm.hugetlb_shm_group = 502

경로에 저 파일 자체가 없네요.. 어떻게 하라는 소린지 원...

저도 오라클은 처음이라.. 삽질이 만땅입니다.
주말에 회사에서 뭐하는짓인지 모르겠습니다..

비도오고..

답변 감사드리구요.. 좀 더 찾아 봐야겠네요..

----
jai guru deva om...

crazygt의 이미지

일단 커널 업데이트 하시고요..

제 경우는 2.6.6-1.435 입니다..

그리고, 일단 설치가 다 된거고 마지막 dbca 에서 에러 나신 거니깐

$ORACLE_HOME/bin의 oracle 파일을 oracle.bin으로 이동하시고

# mv oracle oracle.bin

oracle을 스크립트로 만드세요

#!/bin/bash
export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@

그리고나서 다시 dbca를 실행하시면 이번엔 성공적으로 설치가 되실겁니다.

제가 참고한 LINK입니다
http://forums.oracle.com/forums/thread.jsp?forum=135&thread=233621&start=15&msRange=15

David L Mansfield wrote:

I have figured out why some people get this error. If you are installing under FC2, then the workaround fails. If you are running a pre-existing installation it works. Here's why:

when the DBCA launches the oracle process to create the instance, it doesn't carry the environment variables (i.e. DISABLE_HUGETLBFS=1) to the child process (java bug?). So you cannot create a database. My workaround is:

As oracle user:

cd $ORACLE_HOME/bin
mv oracle oracle.bin
cat >oracle << "EOF"
#!/bin/bash

export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@
EOF

chmod +x oracle

I just this second finished the install and it works!

peccavi의 이미지

제 삽질에 종지부를 찍어주셨습니다.

말씀하신대로 하니 오류 없이 잘 되네요.

몇일동안 해맷더니.. 이제 감이 좀 오는것 같습니다.

정말 감사드립니다. 감사하단말만 달랑 적어놓기엔

너무 죄송할 정도네요.. ^^

건강하세요~

----
jai guru deva om...

crazygt의 이미지

네 다시 설치하실 필요가 없구요..

오라클 계정으로 dbca 라고 실행하시면

실패했던 그 프로그램이 실행이 됩니다..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.