Asynchronous I/O for Oracle9iR2(9.2.0.5) on Red Hat Fedora Core 2

Posted by dba477 on Oct 8, 2004 5:32 AM EDT
LXer; By Boris Derzhavets
Mail this story
Print this story

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/

  Nav
» Read more about: Story Type: Tutorial; Groups: Oracle

« Return to the newswire homepage

Subject Topic Starter Replies Views Last Post
Verifying "libaio-oracle" installation status – "OK" dba477 0 2,544 Oct 15, 2004 11:36 AM
Assemble all stuff together and improve style dba477 0 3,909 Oct 9, 2004 10:56 AM
Hey People! RedHat support Fedora too. TxtEdMacs 2 2,495 Oct 9, 2004 7:54 AM

You cannot post until you login.