You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux 64-bit | 12.7.0 |4.0.1+ | 18.1.4.1.0+ | 18.1.4.1.0+
13
-
macOS | 12.7.0 |4.0.1+ | 18.1.4.1.0+ | N/A
14
-
MS Windows 64-bit | 12.7.0 | 4.0.1+ | 18.1.4.1.0+ | N/A
12
+
Linux 64-bit | 14+ |6.0+ | 22.1.1.25.0+ | 22.1.1.25.0+
13
+
macOS | 14+ |6.0+ | 22.1.1.25.0+ | N/A
14
+
MS Windows 64-bit | 14+ | 6.0+ | 22.1.1.25.0+ | N/A
15
15
16
16
**NOTE**: Access to TimesTen Databases on any supported TimesTen server platforms can be achieved using the TimesTen client driver from any of the platforms listed above. For more information on supported TimesTen platforms, see [TimesTen Release Notes](https://docs.oracle.com/en/database/other-databases/timesten/22.1/release-notes/toc.htm).
Linux 64-bit | 3.7.5 | 7.2.2+ | 18.1.4.1.0+ | 18.1.4.1.0+
13
-
macOS | 3.7.5 |7.2.2+ | 18.1.4.1.0+ | N/A
14
-
MS Windows 64-bit | 3.7.5 |7.2.2+ | 18.1.4.1.0+| N/A
12
+
Linux 64-bit | 3.7+ | 7.2.2+ | 22.1.1.25.0+ | 22.1.1.25.0+
13
+
macOS | 3.7+ |7.2.2+ | 22.1.1.25.0+ | N/A
14
+
MS Windows 64-bit | 3.7+ |7.2.2+ | 22.1.1.25.0+| N/A
15
15
16
16
**NOTE**: Access to TimesTen Databases on any supported TimesTen server platforms can be achieved using the TimesTen client driver from any of the platforms listed above. For more information on supported TimesTen platforms, see [TimesTen Release Notes](https://docs.oracle.com/en/database/other-databases/timesten/22.1/release-notes/toc.htm).
17
17
@@ -22,9 +22,9 @@ MS Windows 64-bit | 3.7.5 |7.2.2+ | 18.1.4.1.0+| N/A
22
22
## PRE-REQUISITES
23
23
24
24
1. Python language is installed.
25
-
2. The cx_Oracle driver for Python is installed.
25
+
2. The python_oracledb for Python is installed.
26
26
3. A TimesTen database is created and data source is setup to access that database.
27
-
4. Environment to access Python, cx_Oracle driver and TimesTen data source are set up (i.e. the TimesTen environment script ttenv.sh/ttenv.csh has been executed)
27
+
4. Environment to access Python, python_oracledb driver and TimesTen data source are set up (i.e. the TimesTen environment script ttenv.sh/ttenv.csh has been executed)
28
28
29
29
For more information on setup, see [TimesTen In-Memory Database Open Source Languages Support Guide](https://docs.oracle.com/en/database/other-databases/timesten/22.1/open-source-languages/index.html).
30
30
@@ -182,4 +182,4 @@ Aliquam erat volutpat. Maecenas porttitor vel sapien non viverra. Sed dignissim
182
182
183
183
184
184
## Documentation
185
-
You can find the online documentation for Oracle TimesTen In-Memory Database in the [Documentation Library](https://docs.oracle.com/en/database/other-databases/timesten/). Online documenation for the cx_Oracle driver can be found [here](https://cx-oracle.readthedocs.io/en/latest/).
185
+
You can find the online documentation for Oracle TimesTen In-Memory Database in the [Documentation Library](https://docs.oracle.com/en/database/other-databases/timesten/). Online documenation for the python-oracledb driver can be found [here](https://cx-oracle.readthedocs.io/en/latest/).
Copy file name to clipboardExpand all lines: quickstart/classic/sample_code/odbc/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -191,15 +191,15 @@ For the full syntax, use "wiscbm -help".
191
191
192
192
**updatelob**
193
193
194
-
This program queries against a Large Binary Object(LOB) and then update the selected LOB field with new value of the same row. PRINT_MEDIA table needs to be provisioned before executing this program.
194
+
This program queries against a Large Binary Object(LOB) field and then update the selected LOB field with new value of the same row. PRINT_MEDIA table needs to be provisioned before executing this program.
0 commit comments