求助:F5下安装oracle10g时,停在71%。

求助:F5下安装oracle10g时,停在71%。

F5下安装oracle10g时,停在71%,无法向下安装。到linking oracle net required support files这一步。有没有高手遇到这个问题,指点一下。       
怎么没有人回答啊!老大,快快救救我们这些人吧!      
用 这个呢?
http://www.oracle-base.com/artic ... lationOnFedora5.php

================================================
During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:

    # Change this...
    LIB=`$ECHO ${TtoLIB}  | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI}  | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`

    # To this...
    LIB=`$ECHO ${TtoLIB}  | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI}  | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`

If you don't do this the ntcontab will hang indefinitely during the linking phase.      
我也碰到这个问题,急,有人知道怎么解决吗?