下記のようにsqlplus起動して、connectしようとしたら、
表記のエラーが発生しました。
--------
[oracle@bfsdev ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 火 6月 5 22:31:14 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect / as sysdba
oracleORCL: error while loading shared libraries: libaio.so.1: cannot
open shared object file: No such file or directory
ERROR:
ORA-12547: TNS: 接続を失いました。
--------
ググったら、下記情報を発見。(まあ、誰かしらは同じ経験してますね)
http://blog.so-net.ne.jp/nobonobo/2006-10-17
結局、解決策は、libaioの最新のものをインストールでした。
# yum install libaio
# yum install libaio-devel
DB構築までの道のりが遠い...
--
blog: http://suz-lab.blogspot.com/

0 コメント:
コメントを投稿