@@ -8133,7 +8133,7 @@ version of the Oracle Client libraries.
8133
8133
If you are using Oracle Client 19c, the latest [Easy Connect Plus][151] syntax
8134
8134
allows the use of multiple hosts or ports, along with optional entries for the
8135
8135
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
8137
8137
Easy Connect Plus Configurable Database Connection Syntax][177] discusses the
8138
8138
syntax. The Easy Connect Plus syntax means that [`tnsnames.ora`](#tnsadmin) or
8139
8139
[`sqlnet.ora`](#tnsadmin) files are not needed for some further common
@@ -9579,7 +9579,7 @@ to use, and when not to use DRCP.
9579
9579
9580
9580
There are a number of Oracle Database `V$` views that can be used to
9581
9581
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].
9583
9583
This paper also gives more detail on configuring DRCP.
9584
9584
9585
9585
### <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
9870
9870
FAN events generated when the standby database goes online.
9871
9871
Standalone databases will send FAN events when the database restarts.
9872
9872
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
9874
9874
Notification][97].
9875
9875
9876
9876
#### <a name="connectionrlb"></a> 15.9.3 Runtime Load Balancing (RLB)
@@ -9884,15 +9884,15 @@ also be changed via [Oracle Client Configuration](#oraaccess).
9884
9884
RLB allows optimal use of database resources by balancing database
9885
9885
requests across RAC instances.
9886
9886
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
9888
9888
Notification][97].
9889
9889
9890
9890
#### <a name="appcontinuity"></a> 15.9.4 Application Continuity
9891
9891
9892
9892
Node-oracledb OLTP applications can take advantage of continuous availability
9893
9893
with the Oracle Database features Application Continuity and Transparent
9894
9894
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
9896
9896
Application Continuity for the Oracle Database][178] and [Continuous
9897
9897
Availability Best Practices for Applications Using Autonomous Database -
9898
9898
Dedicated][190].
0 commit comments