Autosys

To see on the web

Re: Need help - pl/sql

@SY, Can this be done more efficiently by this following proc (hvnt tested it though). Passing destination table as a parameter to this proc, we can leverage dbms_scheduler feature (or any scheduler tool like Autosys) of running jobs in parallel (...)

9 January 2012
source : Forum Search

Re: Need help - pl/sql

@SY, Can this be done more efficiently by this following proc (hvnt tested it though). Passing destination table as a parameter to this proc, we can leverage dbms_scheduler feature (or any scheduler tool like Autosys) of running jobs in parallel (...)

9 January 2012
source : Oracle Forum Search for Autosys

Re: Can I call an Oracle SP from a BAT file?

userLynx wrote: I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a (...)

3 January 2012
source : Forum Search

Re: Can I call an Oracle SP from a BAT file?

userLynx wrote: I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a (...)

3 January 2012
source : Forum Search

Re: Can I call an Oracle SP from a BAT file?

userLynx wrote: I need to run an ORACLE stored procedure on rare occasions (that update a status for specific accounts ~ so it takes a parameter), and normally I would create a VB job that is called from our Scheduler Tool (Autosys) that is just a (...)

3 January 2012
source : Oracle Forum Search for Autosys