Hi all,
(I moved the discussion from
1117155
I have been struggling with this for several days and I thought someone may have some idea/solution.
For my development workstation, I have previously been able to install and run 64bit Oracle 11R1 and 11R2 on Ubuntu Karmic 9 and Lucid 10.04. I have recently upgraded to Ubuntu Maverick 10.10 but noticed that Oracle seems to run very sluggishly.
I decided to wipe out and re-install Oracle and downloaded the newest i.e. Oracle 11.2.0.2 for linux x86_64, and relied on my previous installation notes and whatever I can find online - such as this forum - to help me thru the various quirks. Yes, I know Ubuntu/Debian is not an officially blessed Linux distro by Oracle, but due to my past successes, I went ahead anyway.
At this stage I can install the software by runInstaller, and run netca with no problem at all.
But running dbca I get stuck with ORA-12547 TNS lost contact and can't really proceed. Due to this error I can't create an instance.
I can run tnsping and tnslistener is responding. I also verified that libaio is installed.
Someone suggested that I take a look at http://www.dba-oracle.com/t_ora_12547_tns_lost_contact.htm
so I tried relink all for Oracle but the problem still persist.
Did anyone experience the same problem? Any solution?
- Brian, stumped.
For your information, I did the following steps:
apt-get install libtool ksh pdksh lsb-rpm gcc gcc-multilib libaio1 libaio-dev lesstif2 lesstif2-dev libc6 libc6-dev-i386 libc6-dev-i386 libc6-i386 ia32-libs libelf-dev lsb-cxx make rpm build-essential unixODBC unixODBC-dev pdksh expat sysstat elfutils binutils binutils-dev binutils-source lesstif2 libc6 libc6-dev libmotif3 libstdc++6 alien
cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_amd64.deb
dpkg-deb -x libstdc++5_3.3.6-17ubuntu1_amd64.deb ia64-libs
cp ia64-libs/usr/lib/libstdc++.so.5.0.7 /usr/lib64/
cd /usr/lib64/
ln -s libstdc++.so.5.0.7 libstdc++.so.5
cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6.1_amd64.deb
dpkg-deb -x ia32-libs_2.7ubuntu6.1_amd64.deb ia32-libs
cp ia32-libs/usr/lib32/libstdc++.so.5.0.7 /usr/lib32/
cd /usr/lib32
ln -s libstdc++.so.5.0.7 libstdc++.so.5
ln -s /usr/bin/basename /bin/basename
ln -s /usr/bin/awk /bin/awk
ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so