diff --git a/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html b/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html index 557ae6f..2edaa9b 100644 --- a/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html +++ b/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html @@ -106,19 +106,21 @@

Preface

+

This is the cx_Oracle tutorial. These instructions and the files used in them can be found in the cx_Oracle GitHub repository.

+

If you are running this tutorial in your own environment, install the required software:

    -
  1. Python. Version 3.6 is preferred.

  2. -
  3. cx_Oracle version 7.2 and the Oracle Client libraries.

    +
  4. Python. Version 3.6 (or later) is preferred.

  5. +
  6. cx_Oracle version 7.2 (or later) and the Oracle Client libraries.

  7. -
  8. SQL*Plus such as from the Oracle Instant Client SQL*Plus Package.

  9. +
  10. SQL*Plus such as from the Oracle Instant Client SQL*Plus Package.

The Advanced Queuing section requires Oracle client 12.2 or later. The SODA section requires Oracle client 18.5, or later, and Oracle Database 18 or later.