Database Administration (MOSC)

MOSC Banner

Error on executable batch file in Oracle Scheduler

edited Jul 6, 2009 6:03AM in Database Administration (MOSC) 5 commentsAnswered ✓
 I would like to schedule a batch file to run as part of a chain job (it finishes a process by moving data from one directory on a windows machine to another directory). Creating the chain job isn't the problem, but my program fails every time I attempt to run it. I found out that the batch file runs part of the script fine, but fails on a move command.

This works:

echo "copy files to New DAX"
echo off

sfxcl.exe /log new_dax.log e:\DAX\*  /s new_dax /

rem echo "Move files from E:\DAX to E\Dax_Archive"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center