Saturday, February 19, 2011

After post clone you will find two instance names in front end old and new, In concurrent administrator mode.

*****************************************

After post clone you will find two instance names in front end old and new, In concurrent administrator mode.

*****************************************

Apps must be down and DB must be Up and running

*****************************************

In Toad

desc fnd_concurrent_queues;

select node_name, node_name2 from fnd_concurrent_queues;

*****************************************

SQL>startup

conn apps/apps

SQL>update fnd_concurrent_queues set node_name='TEST, where node_name2 is null;

SQL>commit;

SQL>select node_name from fnd_concurrent_queues;

******************************************
Run auto config in both DB and Apps
******************************************
THE - END
******************************************

No comments:

Post a Comment