Hi All,
I created batch file to create database schema backup as follows:
expdp system/password@db_name SCHEMAS=graind18 DUMPFILE=expdpD18.dmp LOGFILE=expdpD18.log
I scheduled it to be executed each day thru Task Scheduler.
However, backup file is not created.
When I execute batch file, backup file get created in default DATA_PUMP_DIR directory, or in another directory If I create it and add it to be specified in the above "expdp" command.
I am wondering what I am missing here when scheduling backup thru Task Scheduler.
I have another Batch file which move database backup file to another location and it gets executed as scheduled.
I would appreciate any feedback.
Thank you,
Olivera