re: can we call unix scripts from oracle database

Edwin

One way to do it is via external dbms_scheduler jobs, I've done it (to create daily statspack and AWR reprots) and it works a treat. The "new" way to set scheduler frequency (new over DBMS_JOBS pre 10g) allows so much flexibility I've yet to find a situation where you can't set what you want in a single command.

There are other ways, but I'll leave that to those who have used them (eg Java stored procs can access the OS if you get the permissions right)

T¬

_________________________________________________________________
Solve the Conspiracy and win fantastic prizes. http://www.theconspiracygame.co.uk/

--
http://www.freelists.org/webpage/oracle-l


Other related posts: