General: Advanced
The Advanced tab enables you to configure advanced profile information for either a client or server computer.
Send operation Time Out
Use to specify the time, in seconds, for a database server to complete a send operation to clients to complete after connection establishment.
For environments in which clients shut own on occasion or abnormally, setting this parameter is recommended. If the database server is unable to complete a send operation in the time specified, then it logs an ORA-12535:TNS:operation timed out and ORA-12608: TNS: Send timeout occurred to the sqlnet.log file.
Without this parameter, the database server continues to send responses to clients that are unable to receive data due to a downed computer or a busy state.
You can also set this parameter on the clientside to specify the time, in seconds for a client to complete send operations to the database server after connection establishment. Without this parameter, the client may continue to send requests to a database server already saturated with requests.
Receive operation Time Out
Use to specify the time, in seconds, for a database server to wait for client data after connection establishment. A client must send some data within time interval.
For environments in which clients shut down on occasion or abnormally, setting this parameter is recommended. If a client does not send any data in time specified, then the database server logs an ORA-12535:TNS:operation timed out and ORA-12609: TNS: Receive timeout occurred to the sqlnet.log file.
Without this parameter, the database server continues to wait for data from clients that may be down or are experiencing difficulties. You can also use this setting on the clientside to specify the time, in seconds, for a client to wait for response data from the database server after connection establishment.
Without this parameter, the client may wait for a long period of time for a response from a database server saturated with requests.
Total Send Buffer Size
Specify the buffer space limit for send operations of sessions. This parameter is supported by the TCP/IP, TCP/IP with SSL, and SDP protocols.
Total Receive Buffer Size
Specify the buffer space limit for receive operations of sessions. This parameter is supported by the TCP/IP, TCP/IP with SSL, and SDP protocols.
TNS Time Out Value
Specify the time interval, in minutes, to send a probe to verify that client/server connections are active. Setting a value greater than 0 ensures that connections are not left open indefinitely, due to an abnormal client termination. If the probe finds a terminated connection, or a connection that is no longer in use, it returns an error, causing the server process to exit. This setting is intended for the database server, which typically handles multiple connections at any one time.
Limitations on using this terminated connection detection feature are:
-
It is not allowed on bequeathed connections.
-
Though very small, a probe packet generates additional traffic that may downgrade network performance.
-
Depending on which operating system is in use, the server may need to perform additional processing to distinguish the connection probing event from other events that occur. This can also result in degraded network performance.
Note: This option can be used only on the server.
Client Registration ID
Enter a unique identifier for this client. This identifier is passed to the listener with any connection request.
The listener includes this identifier in its log file. The identifier can be any string up to 128 characters long.
Logon Authentication Protocol Version
Use to specify which authentication protocols are allowed by the client or database. If the client and database server do not have at least one matching version, then authentication fails with an error.
Supported values include:
-
10 for 10i authentication protocols
-
9 for 9i authentication protocols
-
8 for 8i authentication protocols
-
Default for 10i , 9i , and 8i authentication protocols
Any value other than 10 could expose vulnerabilities that may have existed in previous version of the authentication protocols. For complete compatibility, set the list of allowable versions for logon to Default to include all versions of database in the system.
Turn off UNIX Signal Handling
Choose to configure the client to pass child process cleanup to the UNIX init process by disabling signal handlers.
Since the client application spawns a server process internally, the client application becomes responsible for cleaning up the child process when it completes. When the server process completes its connection responsibilities, it becomes a defunct process. Signal handlers are responsible for cleaning up these defunct processes.
Disable Out of Band Break
Choose to disable or enable out-of-band breaks.
If deselected, enables Oracle Net to send and receive "break" messages using urgent data provided by the underlying protocol.
If selected, disables the ability to send and receive "break" messages using urgent data provided by the underlying protocol. Once enabled, this feature applies to all protocols used by this client.
Related Topics
Configure Advanced Profile Information
Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.