How to manual transport user session from a node to another node in RAC? [message #303603] |
Sat, 01 March 2008 00:52 |
wxfjordan
Messages: 92 Registered: December 2006
|
Member |
|
|
There are 2 node in Oracle RAC.
Node 1:
SQL> select count(sid) from v$session where username='FBDB';
COUNT(SID)
----------
336
Node 2:
SQL> select count(sid) from v$session where username='FBDB';
COUNT(SID)
----------
86
The loading of the node 1 is too heavy. I want to transport some user session to node 2 and decrease node 1 loading. For this, how to do??? Give me some direction.
Thanks.
|
|
|
|