DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Help needed!schedule oracle 9i export in win2k

Hybrid View

  1. #1
    Join Date
    Feb 2003
    Posts
    12

    Question Help needed!schedule oracle 9i export in win2k

    Hi ,
    I have created a bactch file called export.bat
    (1) step- creating of .bat fiile
    EXPORT.BAT
    -----------
    EXP SYSTEM/A FILE=C:\DUMP\EXP_SCOTT.DMP LOG=C:\EXP_SCOTT.LOG OWNER = 'SCOTT' COMPRESS = Y


    (2) step - scheduling the .bat file
    In the command prompt

    c:/> At 10:00 /every:F c:/EXPORT.BAT


    Once i shcedula it the job is not getting executed.

    Thanks,
    Ramesh

  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    put it in Scheduler coz at times AT command dosent work properly....

    if u put in NT scheduler u hav added advantage, that u can see Y it failed to execute...

    Abhay.
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  3. #3
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Hi,
    if you know cron of unix then downlaod cron.exe from web ( www.google.de )
    it works like cron with unix and has the same crontab-file.

    Orca

  4. #4
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Hi,
    another eay is to schedule it with the job-system of oracle enterprise-manager.
    Orca

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width