Hello,

I have a question about using MTS and how the connection is handled when using MTS.

Lets say the client has requested a connection to the database in an MTS setup.

The listener tells the user process to call back on the address where the dispatcher is listening (a REDIRECT). The user calls the dispatcher and establishes a connection. The dispatcher now has a CLIENT connection ESTABLISHED and will also continue to listen for any new connections.

1) At this point what if the Dispatcher that was handling the connection dies?
2) What happens to the connections that it was handling before it died?
3)How does the response message from the SGA gets pircked up and passed back to the client.

Thanks in advance.