@@ -860,7 +860,7 @@ <h4>2.2 Connection pool experiments</h4>
860
860
< code > numberOfThreads</ code > . </ p >
861
861
862
862
< p > Try changing < code > getmode</ code > to
863
- < code > oracledb.POOL_GETMODE_NOWAIT</ code > , reducing the maxium pool size to
863
+ < code > oracledb.POOL_GETMODE_NOWAIT</ code > , reducing the maximum pool size to
864
864
2, and increasing the number of threads to 3. When
865
865
< code > number_of_threads</ code > exceeds the maximum size of the pool, the
866
866
< code > acquire()</ code > call will now generate an error such as
@@ -1073,7 +1073,7 @@ <h4>2.5 More DRCP investigation</h4>
1073
1073
< code > oracledb.PURITY_NEW</ code > to see the effect on the DRCP NUM_MISSES
1074
1074
statistic.</ p >
1075
1075
1076
- < p > Another experiement is to include the < code > time</ code > module at the
1076
+ < p > Another experiment is to include the < code > time</ code > module at the
1077
1077
file top:</ p >
1078
1078
1079
1079
< pre >
@@ -2496,7 +2496,7 @@ <h4>12.1 How to bind named objects</h4>
2496
2496
2497
2497
< p > This uses < code > gettype()</ code > to get the database types of the SDO
2498
2498
and its object attributes. The < code > newobject()</ code > calls create
2499
- Python representations of those objects. The python object atributes are
2499
+ Python representations of those objects. The python object attributes are
2500
2500
then set. Oracle VARRAY types such as SDO_ELEM_INFO_ARRAY are set with
2501
2501
< code > extend()</ code > .</ p >
2502
2502
@@ -3230,7 +3230,7 @@ <h2> <a name="pipelining">18. Pipelining multiple operations</a></h2>
3230
3230
</ pre >
3231
3231
3232
3232
< p > Connection is established using < code > oracledb.connect_async()</ code > .
3233
- Asynchronous methods are awated .</ p >
3233
+ Asynchronous methods are awaited .</ p >
3234
3234
3235
3235
< p > The script creates a pipeline with < code > create_pipeline()</ code > and
3236
3236
adds two database operations. The use of < code > asyncio.gather()</ code >
@@ -3265,7 +3265,7 @@ <h2> <a name="thick">19. Python-oracledb Thick mode</a></h2>
3265
3265
connectivity to Oracle Database. There are some additional features these
3266
3266
libraries provide which are therefore only available in python-oracledb Thick
3267
3267
mode. The next example shows one of these. Other Oracle Database features that
3268
- require python-oracledb Thick mode include Application Continurity , and
3268
+ require python-oracledb Thick mode include Application Continuity , and
3269
3269
Continuous Query Notification. < em > Documentation link for further reading: < a
3270
3270
href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html#enabling-python-oracledb-thick-mode "
3271
3271
> Enabling python-oracledb Thick mode</ a > </ em > .</ p >
@@ -3785,7 +3785,7 @@ <h4>Modules</h4>
3785
3785
These can be installed from PyPI, for example from < a
3786
3786
href ="https://pypi.org/project/oracledb/ " > pypi.org/project/oracledb/</ a > (as
3787
3787
shown in the tutorial < a href ="#setup " > setup</ a > instructions). In some
3788
- enviroments you may prefer to install using a package repository such as < a
3788
+ environments you may prefer to install using a package repository such as < a
3789
3789
href ="https://yum.oracle.com/oracle-linux-python.html " > yum.oracle.com</ a > for
3790
3790
Oracle Linux.</ p >
3791
3791
0 commit comments