Skip to content

Commit 287bc7a

Browse files
committed
Use new terminology
1 parent dfe0b9e commit 287bc7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8133,7 +8133,7 @@ version of the Oracle Client libraries.
81338133
If you are using Oracle Client 19c, the latest [Easy Connect Plus][151] syntax
81348134
allows the use of multiple hosts or ports, along with optional entries for the
81358135
wallet location, the distinguished name of the database server, and even lets
8136-
some network configuration options be set. The white paper [Oracle Database 19c
8136+
some network configuration options be set. The technical paper [Oracle Database 19c
81378137
Easy Connect Plus Configurable Database Connection Syntax][177] discusses the
81388138
syntax. The Easy Connect Plus syntax means that [`tnsnames.ora`](#tnsadmin) or
81398139
[`sqlnet.ora`](#tnsadmin) files are not needed for some further common
@@ -9579,7 +9579,7 @@ to use, and when not to use DRCP.
95799579

95809580
There are a number of Oracle Database `V$` views that can be used to
95819581
monitor DRCP. These are discussed in the Oracle documentation and in
9582-
the Oracle white paper [PHP Scalability and High Availability][26].
9582+
the Oracle technical paper [PHP Scalability and High Availability][26].
95839583
This paper also gives more detail on configuring DRCP.
95849584

95859585
### <a name="privconn"></a> 15.6 Privileged Connections
@@ -9870,7 +9870,7 @@ immediately made. Users of Oracle's Data Guard with a broker will get
98709870
FAN events generated when the standby database goes online.
98719871
Standalone databases will send FAN events when the database restarts.
98729872

9873-
For a more information on FAN see the [white paper on Fast Application
9873+
For a more information on FAN see the [technical paper on Fast Application
98749874
Notification][97].
98759875

98769876
#### <a name="connectionrlb"></a> 15.9.3 Runtime Load Balancing (RLB)
@@ -9884,15 +9884,15 @@ also be changed via [Oracle Client Configuration](#oraaccess).
98849884
RLB allows optimal use of database resources by balancing database
98859885
requests across RAC instances.
98869886

9887-
For a more information on RLB, see the [white paper on Fast Application
9887+
For a more information on RLB, see the [technical paper on Fast Application
98889888
Notification][97].
98899889

98909890
#### <a name="appcontinuity"></a> 15.9.4 Application Continuity
98919891

98929892
Node-oracledb OLTP applications can take advantage of continuous availability
98939893
with the Oracle Database features Application Continuity and Transparent
98949894
Application Continuity. These help make unplanned database service downtime
9895-
transparent to applications. See the white papers [Continuous Availability
9895+
transparent to applications. See the technical papers [Continuous Availability
98969896
Application Continuity for the Oracle Database][178] and [Continuous
98979897
Availability Best Practices for Applications Using Autonomous Database -
98989898
Dedicated][190].

0 commit comments

Comments
 (0)