Establish a UDR connection (Server)
A UDR connection is the way that a C UDR obtains access to the session context; that is, to the database server and database that the calling client application has already established.
A C UDR can establish one of two kinds of connections to a session:
- The public connection descriptor provides the C UDR invocations within an SQL command with access to the session context.
- The session-duration connection descriptor provides the C UDR invocations within a session with access to the session context.