| Administrator | 
		Hi,
 I guess you already did all the srvtcl-related cluster registrations, tns-ifiles, TNS entries and listener(including scan) configuration for supporting these services architecture.. So you just need to tell EBS to use them.
 Concurrent manager uses the TNS_ALIAS defined for them. They use s_cp_two task for their connections.
 The other application components use TNS_ALIAS, dbc and APPS_JDBC_URL (present in the context file as well).. so you will just the necessary configuration changes according to your connection requirements and that's it..
 |