03/02/2008, 12:45
|
| | Fecha de Ingreso: febrero-2008
Mensajes: 5
Antigüedad: 16 años, 9 meses Puntos: 0 | |
Re: Configurar crontab para ejecutar tareas de expdp Saludos, gracias por ayudarme bueno esta es la conf de mi bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
# Entorno Oracle
umask 022
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export ORACLE_SID=jcarlos
PATH=/usr/sbin:$PATH
export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export TMP=/tmp
export TMPDIR=$TMP
export TNS_ADMIN=$ORACLE_HOME/network/admin
".bash_profile" 23L, 519C
y no corre crontab bueno echale un ojo a mi bash_profile y dime en donde esta mi error ok, gracias por todo ok bye. :) |