Ubuntu server 9.04 Oracle xe installation
Hi,
After installing the pakages the error is when I call sqlplus and login as SYS :-
oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
ERROR:
ORA-12547: TNS:lost contact
What I have done:-
My system is 64 bit AMD.
I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
1. ibc6-i386
2. libaio_0.3.104-1_i386.deb
3. bc
4. oracle-xe-universal_10.2.0.1-1.1_i386.deb.
The Oracle processes do not start after running /etc/init.d/oracle-xe start.
I can tnsping from the local machine.
dpkg -l |grep libaio gives the following:
ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib
This indicates that the libaio library is installed.