From c710fb89a62bf76db5a4c01eeb588ca08dc47e05 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 6 Apr 2020 14:02:20 -0600 Subject: [PATCH] Update tutorial links. --- ...d-Oracle-Database-Scripting-for-the-Future.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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.

      -
    • Linux
    • -
    • macOS - please note the special instructions for macOS in the link.
    • -
    • Windows
    • +
    • Linux
    • +
    • macOS - please note the special instructions for macOS in the link.
    • +
    • Windows
  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.