RE: async i/o on 10g rhel 4

  • From: "Magni Fabrizio" <Fabrizio.Magni@xxxxxxxxx>
  • To: <Dave.Herring@xxxxxxxxxx>, "oracle-l" <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 21 Mar 2006 11:25:07 +0100

10gR2 for linux has the executable already linked for async I/O.
It is not possibile to relink against different libaio anymore.
 
You shouldn't try the async_on/async_off on this version.
 
Regards
Fabrizio

        
         

        Has anyone successfully relinked Oracle 10.2.0 on RHEL 4 with
async i/o on?  According to notes I've found, you need to do the
following:

         

        cd $ORACLE_HOME/rdbms/lib

        make PL_ORALIBS=-laio -f ins_rdbms.mk async_on

         

         

Other related posts: