File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44SODA
55****
66
7+ An overview of Simple Oracle Document Access (SODA) can be found
8+ `here
9+ <https://docs.oracle.com/en/database/oracle/simple-oracle-document-access> `__.
10+
11+ SODA requires Oracle Client 18.3 or higher and Oracle Database 18.1 and higher.
12+ The role SODA_APP must be granted to the user.
13+
714SODA support in cx_Oracle is in Preview status and should not be used in
815production. It will be supported with a future version of Oracle Client
916libraries.
Original file line number Diff line number Diff line change 77# A basic Simple Oracle Document Access (SODA) example.
88#
99# This script requires cx_Oracle 7.0 and higher.
10- # The user must have been granted the SODA_APP privilege
10+ # Oracle Client must be at 18.3 or higher.
11+ # Oracle Database must be at 18.1 or higher.
12+ # The user must have been granted the SODA_APP privilege.
1113#------------------------------------------------------------------------------
1214
1315from __future__ import print_function
You can’t perform that action at this time.
0 commit comments