What protocol is used by the concurrent manager to connect to the database?
i watched a DOUG presentation by about performance tuning.
The presenter said something about the wait - sqlnet message from client - coming from a tcp connection to the database.
There concurrent manager should be connecting via bequeth or ipc protocol.
That makes sense since they are vm's all on the same hardware. Why would they even use tcp ip to connect when they are pretty much already connected.
How do you update this for EBS?