DBMS_ SCHEDULER ISSUE [message #594935] |
Wed, 04 September 2013 03:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/f2af2e94783564f8d089df619d8890cb?s=64&d=mm&r=g) |
roopeshh
Messages: 3 Registered: September 2013
|
Junior Member |
|
|
Hi All,
I am using 10g rac . We have scheduled gather stats on node 1 from OEM with instance stickiness is False.
but it is running on node2 sometimes . When it runs on node 2 , node 1 is up and running with lightest load.
I am confused why it is running on node 2?
Please help me out what are the possibilities for this issue.
Thanks,
Roopesh
[EDITED by LF: fixed topic title typo; was SCHEDULAR]
[Updated on: Sun, 08 September 2013 04:46] by Moderator Report message to a moderator
|
|
|
|
|
Re: DBMS_ SCHEDULAR ISSUE [message #595020 is a reply to message #595014] |
Thu, 05 September 2013 02:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I think this may be misunderstanding the situation,Quote:the first available node means node 1 why should "the first available node" mean node 1? It could mean the first node that happens to be selected by a round-robin algorithm. I have always assumed that instance_stickiness=false gives an effectively random placement of jobs. I am of course open to correction on this.
|
|
|
|
Re: DBMS_ SCHEDULAR ISSUE [message #595128 is a reply to message #595029] |
Sat, 07 September 2013 07:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
It means, to find the first node, internally Oracle decides to pick an available node on the basis of "Round-robin" algorithm. Usually for scheduling tasks the "Round-robin" principle is used. You can google it for more information.
|
|
|