I am trying to setup DBMS_SCHEDULER in Oracle 11g to run a remote database job.
I have a remote Oracle 11g R2 database on unix and a local one on Windows.
I read that you can install the oracle scheduler agent from the 11g client install for machines that don't have Oracle installed but this is not needed for running remote jobs if Oracle is present on both machines. With the remote agent installation, you run schagent and provide parameters to register the agent to the remote machine but I cant find any instructions on the web regarding how to register remote agents when both machines have Oracle installed or what to use as the agent name in this case.
I have added an entry to tnsnames.ora for the remote DB and can tnsping, etc.
If I run the dbms_scheduler.create_database_destination
procedure, it requires an agent name but where can I find this for the database or how can I check that it is running on Unix or Windows?