Cross Platform Scheduling [message #59689] |
Tue, 16 December 2003 06:53 |
portia
Messages: 1 Registered: December 2003
|
Junior Member |
|
|
We are in the planning process of moving a major application from the mainframe OS/390 platform to a Red Hat Linux Advance Server 2i platform. We need a job scheduler that can send and receive information from both platforms. Is Oracle JobScheduler capable of obtaining of this information? If so, how? If not, is there another product that is capable of fullfilling our needs?
We will be using Oracle 9i Release 2. I have found information for Oracle Scheduler for Oracle Database 10g, but I can't find information for a scheduler using Oracle 9i release 2.
Thanks
|
|
|
|
Re: Cross Platform Scheduling [message #59691 is a reply to message #59689] |
Tue, 16 December 2003 07:37 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
how?
use database links to talk to the other databases ( between the databases in different platforms).
use dbms_job to schedule the job in any of the database u want..
|
|
|