Re-scheduling DBA_SCHEDULER_JOBS to run on specific node? [message #511930] |
Thu, 16 June 2011 03:04 |
newbie01.oracle
Messages: 14 Registered: December 2009
|
Junior Member |
|
|
Hi all,
Can someone please advise on how I can change the following jobs to run on a specific node instead of where it currently always run which is NODE1/INSTANCE1 of my 2-node cluster?
Am assuming it is INSTANCE_STICKINESS that I have to change but it seems like it only takes a TRUE or FALSE value? Perhaps someone knew of any Metalink Note that discusses this?
Any advise will be much appreciated. Thanks in advance.
1* select job_name, instance_stickiness from dba_scheduler_jobs
SQL> /
JOB_NAME INSTA
------------------------------ -----
AUTO_SPACE_ADVISOR_JOB TRUE
GATHER_STATS_JOB TRUE
FGR$AUTOPURGE_JOB TRUE
PURGE_LOG TRUE
MGMT_STATS_CONFIG_JOB TRUE
MGMT_CONFIG_JOB TRUE
6 rows selected.
SQL>
|
|
|
|