
- The Oracle Internet Directory listener/dispatcher sends the request to the Oracle directory server which, in turn creates server processes.
- A server process handles an LDAP operation request and connects to the Oracle database instance to access the directory store
- The directory server handles the client request by generating one server process for each operation.
Database connections from each server process are spawned as needed, depending on the value set for the configuration parameter ORCLMAXCC. The number of database connections spawned by each server is equal to ORCLMAXCC + (ORCLMAXCC/2) + 1. The default value of ORCLMAXCC in configset0 is 2. The server processes communicate with the data server by way of Oracle Net Services. an Oracle Net Services Listener/Dispatcher relays the request to the Oracle Database.
No comments:
Post a Comment