Gilvã,

E so usar o script abaixo:

# Oracle database startup script
# chkconfig: 2345 99 10
# description: starts and stops the Oracle database
# Since this script runs from root
# the ORA_HOME and ORA_OWNER must be set
# "su -" to the oracle owner account to be sure the
# environment is set
ORA_HOME=/u1/app/oracle/product/9.2.0
ORA_OWNER=oracle
if [ ! -f $ORACLE_HOME/bin/dbstart -o ! -d $ORACLE_HOME ] ; then
     echo "Oracle startup: cannot start"
     exit
fi
case "$1" in
'start')
   ulimit -u 16384
   /bin/su - $ORA_OWNER -c "lsnrctl start LISTENER"
   /bin/su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
   /bin/su - $ORA_OWNER -c "$ORA_HOME/bin/agentctl start"
   /bin/su - $ORA_OWNER -c "$ORA_HOME/bin/oemctl start oms"

Espero q tenha ajudado.

Abraços...



Gilvã Gmail <[EMAIL PROTECTED]> escreveu:                             Fiz a 
instalação do Oracle em um Servidor Debian 4.0, se possível gostaria
 de obter um script de inicialização para colocar no init.d.
 
 Grato.
 
 Gilvã Lopes.
 
 [As partes desta mensagem que não continham texto foram removidas]
 
 
     
                                       

       
---------------------------------
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! 

[As partes desta mensagem que não continham texto foram removidas]

Responder a