Skip to content

Commit ee1ad0a

Browse files
committed
Update with recommended value as suggested by SQL*Net team
1 parent b82a22a commit ee1ad0a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6928,11 +6928,13 @@ wallet location, the distinguished name of the database server, and even lets
69286928
some network configuration options be set. This means that
69296929
[`tnsnames.ora`](#tnsadmin) or [`sqlnet.ora`](#tnsadmin) files are not needed
69306930
for some further common connection scenarios. For example, if a firewall
6931-
terminates idle connections every four minutes, you may decide it is more
6931+
terminates idle connections every five minutes, you may decide it is more
69326932
efficient to keep connections alive instead of having the overhead of
69336933
recreation. Your connection string could be
6934-
`"mydbmachine.example.com/orclpdb1?expire_time=3"` to send packets every three
6935-
minutes with the [`SQLNET.EXPIRE_TIME`][159] feature.
6934+
`"mydbmachine.example.com/orclpdb1?expire_time=2"` to send packets every two
6935+
minutes with the [`SQLNET.EXPIRE_TIME`][159] feature. The general
6936+
recommendation for `EXPIRE_TIME` is to use a value that is slightly less than
6937+
half of the termination period.
69366938

69376939
#### <a name="embedtns"></a> 14.2.2 Embedded Connect Descriptor Strings
69386940

0 commit comments

Comments
 (0)