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.
check alert and trace files
The patch for bug 1467074 is mandatory to run Oracle 817 on Redhat 7.0. Did you run that patch?
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.
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.
I have not applied any patch ....
Thanks everyone :-)
Hi Julian,
Are you refering to the patch mentioned by SLASHSBABU?
or are there any other?
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
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!
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
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks