Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
ruby-oci8
Commits
98e01baa
Commit
98e01baa
authored
Dec 20, 2015
by
Kubo Takehiro
Browse files
Delete incorrect 's'.
parent
d711ca83
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/timeout-parameters.md
View file @
98e01baa
...
...
@@ -23,7 +23,7 @@ They affect only TCP connections.
The first two parameters
`tcp_connect_timeout`
and
`outbound_connect_timeout`
are applied only to
[
connect descriptors
][
connect descriptor
]
using
[
Easy Connect Naming Method
][
EZCONNECT
]
.
If you use
s
easy connect naming method without any of
`port`
,
`service_name`
,
`server`
and
`instance_name`
,
If you use easy connect naming method without any of
`port`
,
`service_name`
,
`server`
and
`instance_name`
,
you need to use
`//host`
to distinguish it from a net service name.
The next two parameters
`send_timeout`
and
`recv_timeout`
are available on Oracle 11g client
...
...
@@ -32,8 +32,8 @@ after establishing a connection.
Note that establishing a connection consists of two phases. The first phase is connecting
to a service. The second phase is user authentication. The first two parameters
`tcp_connect_timeout`
and
`outbound_connect_timeout`
affect
s
only the first phase.
The next two parameters
`send_timeout`
and
`recv_timeout`
affect
s
network round trips
`tcp_connect_timeout`
and
`outbound_connect_timeout`
affect only the first phase.
The next two parameters
`send_timeout`
and
`recv_timeout`
affect network round trips
since the second phase.
[
TCP.CONNECT_TIMEOUT
]:
http://docs.oracle.com/database/121/NETRF/sqlnet.htm#BIIDDACA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment