Bom dia, 
Alexandre

Tenta realizar a seguinte tarefa, monte em outro ponto por exemplo
/mnt/cdrom, e na hora de executar o runInstaller, com o usuário oracle
não execute diretamente dentro do /mnt/cdrom. 

Execute assim /mnt/cdrom/runInstaller, do raiz por exemplo. 

OK

Att 
Dutra


--- Em oracle_br@yahoogrupos.com.br, "Alex Ferreira"
<[EMAIL PROTECTED]> escreveu
>
> Olá pessoal!!
> 
> Alguém tem algum tutorial para instalar o Oracle 9i no Debian, pois
uso o 
> Ubuntu q é a mesma plataforma.
> Estou tentando instalar e dá o seguinte erro:
> 
> ./runInstaller: line 68: cd:
/media/hdb2/linux/ORACLE9i/Disk1/install/linux: 
> No such file or directory
> 
> o arquivo runInstaller está assim:
>
----------------------------------------------------------------------------------------------------------------------------------
> #!/bin/sh
> 
> # The environment variable $SRCHOME cannot be set during the
installation
> unset SRCHOME
> 
> # The environment variable $JAVA_HOME cannot be set during the
installation
> unset JAVA_HOME
> 
> # The environment variable $THREADS_FLAG cannot be set during
installation
> unset THREADS_FLAG
> 
> 
> 
> #The environment variable $DISPLAY has to be set
> if [ ! "$DISPLAY" ]; then
>    echo "DISPLAY not set!"
>    echo "Please set DISPLAY and try again."
>    exit 1
> fi
> 
> CMDDIR=`dirname $0`
> 
> if [ "$CMDDIR" = "." ];then
>    CMDDIR=`pwd`;
> fi
> # Replace relative path with fully qualified path.
> if [ ! "`echo $CMDDIR|grep '^/'`" ];then
>    CMDDIR=`pwd`/$CMDDIR;
> fi
> 
> #Check for Alpha chipset
> cd $CMDDIR
> #./check_chipset
> if [ $? = -1 ]
> then
>     echo "Installation cannot proceed. Alpha Chipset should be EV5.6 or 
> above."
>     exit;
> fi
> 
> 
> if [ x${PATH} != x ] ; then
>   PATH=/usr/bin:/usr/ccs/bin:/bin:$PATH
>   export PATH
> else
> PATH=/usr/bin:/usr/ccs/bin:/bin
> export PATH
> fi
> 
> if [ x${LD_LIBRARY_PATH} != x ] ; then
>   LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
>   export LD_LIBRARY_PATH
> else
> LD_LIBRARY_PATH=/usr/lib
> export LD_LIBRARY_PATH
> fi
> 
> if [ -f "/etc/redhat-release" ]
> then
>       RHVER=`/bin/rpm -qf /etc/redhat-release --qf "%{VERSION}\n" 2> 
/dev/null`
>       Check1=3*AS
>       Check2=3*ES
>       if [[ ($RHVER = $Check1) || ($RHVER = $Check2) ]];
>       then
>               export LD_ASSUME_KERNEL=2.4.19
>       fi
> fi
> 
> cd $CMDDIR/install/linux
> ./runInstaller $* &
>
-------------------------------------------------------------------------------------------------------------------------------------
> 
> O q será q está faltando?????
> 
> Valew!!
>






--------------------------------------------------------------------------------------------------------------------------
Atenção! As mensagens deste grupo são de acesso público e de inteira 
responsabilidade de seus remetentes.
Acesse: http://www.mail-archive.com/oracle_br@yahoogrupos.com.br/ 
--------------------------------------------------------------------------------------------------------------------------__________________________________________________________________

OPORTUNIDADES DE TRABALHO, VAGAS, EMPREGOS PARA PROFISSIONAIS ORACLE VISITE: 
http://www.oraclebr.com.br/
__________________________________________________________________
Seu banco Oracle retornou erro? Ora-??? Pesquise aqui: 
http://www.oraclebr.com.br/  
Links do Yahoo! Grupos

<*> Para visitar o site do seu grupo na web, acesse:
    http://br.groups.yahoo.com/group/oracle_br/

<*> Para sair deste grupo, envie um e-mail para:
    [EMAIL PROTECTED]

<*> O uso que você faz do Yahoo! Grupos está sujeito aos:
    http://br.yahoo.com/info/utos.html

 


Responder a