martes, 6 de agosto de 2019

Trabajo en Background

en MY SQL

nohup mysql -uroot -pef5hKe4UryKwBvCz < exporta_tablas_a_txt.sql > exporta_tablas_a_txt.sql.out 2>&1 &


en ORACLE

nohup sqlplus '/ as sysdba'  @"Script_CARGA_BUNDLE_TEMPORAL_01072019.sql" > "Script_CARGA_BUNDLE_TEMPORAL_01072019.out" 2>&1 &


otra opcion y la correcta 
nohup /path/to/your/script.sh > /dev/null 2>&1 &

No hay comentarios:

Publicar un comentario

RMAN - Cuando no se encuentra un archive log --- RMAN-06726: could not locate archived log

  Lo importante en todo esto, es estar dentro del catalogo correspondiente, sino el crosscheck NO FNCIONA !!   oracle backup of logfiles is ...