Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automating an Oracle script on Windows

Status
Not open for further replies.

071

MIS
Aug 9, 2000
153
0
0
Hello,

I have a cleanup script which I would like to run on a weekly basis.

Could anyone tell me how I could achieve this ?

Running Oracle 10 G on Windows 2003.

Thanks in advance.

Cheers,
71
 

Use the WinDoze ([thumbsdown]) scheduler.


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Thanks but I don't want to include the oracle password in the batch file !

There must be a way of achieving this using DBMS scheduler ?

Cheers,
71
 

Depends what you want to "clean up".


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
It's a purge script, why would it depend on what I want to purge ? Isn't it possible to log is as the user in question and get Oracle to call the purge script or would I have to create the script within Oracle itself.

Cheers,
71
 

You can use EM to schedule the job.


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top