Be more clear about the requirements for use of SODA.

This commit is contained in:
Anthony Tuininga 2018-09-14 11:07:22 -06:00
parent dfd809b7c8
commit 20c930e2e0
2 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,13 @@
SODA SODA
**** ****
An overview of Simple Oracle Document Access (SODA) can be found
`here
<https://docs.oracle.com/en/database/oracle/simple-oracle-document-access>`__.
SODA requires Oracle Client 18.3 or higher and Oracle Database 18.1 and higher.
The role SODA_APP must be granted to the user.
SODA support in cx_Oracle is in Preview status and should not be used in SODA support in cx_Oracle is in Preview status and should not be used in
production. It will be supported with a future version of Oracle Client production. It will be supported with a future version of Oracle Client
libraries. libraries.

View File

@ -7,7 +7,9 @@
# A basic Simple Oracle Document Access (SODA) example. # A basic Simple Oracle Document Access (SODA) example.
# #
# This script requires cx_Oracle 7.0 and higher. # This script requires cx_Oracle 7.0 and higher.
# The user must have been granted the SODA_APP privilege # Oracle Client must be at 18.3 or higher.
# Oracle Database must be at 18.1 or higher.
# The user must have been granted the SODA_APP privilege.
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
from __future__ import print_function from __future__ import print_function