Tuesday, November 25, 2008

dbca error ORA-12547: TNS:lost contact

SQL> conn sys as sysdba
Enter password:
oraclelion: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
ERROR:
ORA-12547: TNS:lost contact
Solved by installing rpm libaio-0.3.103-3.x86_64.rpm
Try to apply using force option as
#rpm –Uvh - - force
Check the version of rpm installed by using the below view
# rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH}\n' grep libaio
libaio-0.3.104-2(x86_64libaio-devel-0.3.104-2(x86_64

No comments: