Linux News
The world is talking about GNU/Linux and Free/Open Source Software
Asynchronous I/O for Oracle9iR2(9.2.0.5) on Red Hat Fedora Core 2
Brief description of AIO implementation for Oracle9iR2(9.2.0.5) on Red Hat Fedora Core 2
|
|
Perform installation procedure exactly as advised in [1].
Check for libaio version:-
# rpm -q libaio
libaio-0.3.99-3
We need libaio-0.3.96-3 to be installed instead of libaio-0.3.99-3
Just get names of two rpms dependent on libaio-0.3.99-3 and remove all three of them from the system.
Issue:-
# rpm -e libaio-0.3.99-3.i386.rpm
view needed names with "failed dependencies" message
and put them in one "rpm -e " command.
Install libaio-0.3.96-3:-
# rpm -ivh libaio-0.3.96-3.i386.rpm libaio-devel-0.3.96-3.i386.rpm
Then follow procedure , described in details in [2].
References
1.http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_8.shtml
2.http://lxer.com/module/newswire/view/22615/
|
You cannot post until you login.