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