Search found 2 matches

by Maheshgx
17 Feb 2012 04:10
Forum: DOS Batch Forum
Topic: Monotoring Execution for some time using scripts
Replies: 9
Views: 8498

Re: Monotoring Execution for some time using scripts

Hi, I have following script. REM @echo off set USER=dev_odi_repo set PASSWORD=bridge125 set DB=OMPODIT SET WORK_BASE=D:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin set LOGDIR=%WORK_BASE%\scripts\work3 set TEMPDIR=%WORK_BASE%\scripts\temp3 set SQLDIR=%WORK_BASE%\scripts set ORACLE_HOME=D:\o...
by Maheshgx
17 Feb 2012 02:59
Forum: DOS Batch Forum
Topic: Monotoring Execution for some time using scripts
Replies: 9
Views: 8498

Monotoring Execution for some time using scripts

Hi, I am new to the world of scripting area. I have a scenario in Which i am writing script in which call other .bat scripts which usually takes 26 minutes for execution. What i want to do is like i want to monitor them. Say if it takes 26 minutes to execute then i want to create a scripts which wil...