DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: ora-3113

  1. #1
    Join Date
    Jul 2001
    Posts
    45
    Hi friends,

    DB-> 8.1.7 EE
    OS-> Linux 7.0

    I have successfully Installed the software (Oracle 8.1.7 EE - choosing the "typical" option) without creating the DB first.
    With I tried to create manually the database by first starting
    it with nomount and pfile option , I got an ORA-3113 : end-of-file
    communication error.

    Has anybody encountered similarly?
    Please help me.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    check alert and trace files

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    The patch for bug 1467074 is mandatory to run Oracle 817 on Redhat 7.0. Did you run that patch?

  4. #4
    Join Date
    Aug 2001
    Posts
    5
    Hi,
    Oralce does not work with glibc2.2 so...

    To fix the problem, you can download the file tar file "i386-glibc-2.1-linux.tar.gz" from the site http://www.kernel.org/pub/software/l...c/hjl/sdk/2.1/

    then tar /

    cd /usr/bin
    mkdir saved
    mv gcc cc ld ./saved/
    make links
    ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-gcc gcc
    ln -s gcc cc
    ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-ld ld

    cd /usr/lib
    mkdir saved
    mv libc.so libdl.so libm.so libpthread.so ./saved
    mv libc.a libdl.a libm.a libpthread.a ./saved

    run oraInstall

    clean up /usr/bin/

    rm -f gcc cc ld
    cd ./saved
    mv * ..
    cd /usr/lib/saved
    mv * ..


    Hope this helps you.

    Regards,
    Senthil Babu J
    SlashSupport.

  5. #5
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by pando
    check alert and trace files
    I think it is the patch. If he/she has not applied the patch, then there comes ORA-3113.


  6. #6
    Join Date
    Jul 2001
    Posts
    45
    I have not applied any patch ....

    Thanks everyone :-)

  7. #7
    Join Date
    Jul 2001
    Posts
    45
    Hi Julian,

    Are you refering to the patch mentioned by SLASHSBABU?
    or are there any other?

  8. #8
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    he means

    Patches
    glibc-2.1.3-stubs.tar.gz (92 kb) This patch addresses bugs: 1489496 and 1467074 - See the Readme

    it is on technet, when you go to download 8.1.7 for Linux Intel this patch is below

  9. #9
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by pando
    he means

    Patches
    glibc-2.1.3-stubs.tar.gz (92 kb) This patch addresses bugs: 1489496 and 1467074 - See the Readme

    it is on technet, when you go to download 8.1.7 for Linux Intel this patch is below
    That's correct!


  10. #10
    Join Date
    Jul 2001
    Posts
    45
    glibc-2.1.3-stubs.tar.gz (92 kb) vs.
    i386-glibc-2.1-linux.tar.gz (17.9 Mb)

    I'll try first the smaller one.

    Thanks again my friends....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width