Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
ruby-oci8
Commits
032f7b6b
Commit
032f7b6b
authored
Dec 20, 2015
by
Kubo Takehiro
Browse files
Fix URL links.
parent
67454693
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/timeout-parameters.md
View file @
032f7b6b
...
...
@@ -25,8 +25,8 @@ 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 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 in
`tnsnames.ora`
. If you need
these parameters without using easy connect naming, add equivalent parameters [CONNECT_TIMEOUT]
and/or [TRANSPORT_CONNECT_TIMEOUT] in your
`tnsname.ora`
instead.
these parameters without using easy connect naming, add equivalent parameters
[
CONNECT_TIMEOUT
]
[]
and/or
[
TRANSPORT_CONNECT_TIMEOUT
]
[]
in your
`tnsname.ora`
instead.
The next two parameters
`send_timeout`
and
`recv_timeout`
are available on Oracle 11g client
or upper. These parameters can be changed by {OCI8#send_timeout=} and/or {OCI8#recv_timeout=}
...
...
Write
Preview
Supports
Markdown
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