service registration

A feature by which instances and dispatchers automatically register information with a listener. Because this information is registered with the listener, the listener.ora file does not need to be configured with this static information.

During database startup, service registration provides the listener with information about:

These enable the listener to direct a client request appropriately.

This load information enables the listener to determine which dispatcher can best handle a client connection request. If all dispatchers are blocked, the listener can spawn a dedicated server for the connection.

Related Topics

Oracle Net Services Overview