


REM ==========================================================================
REM Realiza backup del esquema HR con Windows Scheduler / at command
REM ==========================================================================
set datetimef=%date:~-4%_%date:~3,2%_%date:~0,2%__%time:~0,2%_%time:~3,2%_%time:~6,2%
expdp usuario/pwd schemas=hr directory=BACKUPS dumpfile=db_xxx_hr.dmp logfile=db_xxx_hr.log
REM ==========================================================================
REM ==========================================================================