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
Copy file name to clipboardExpand all lines: languages/nodejs/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2
2
3
-
#TimesTen Node.js Samples
3
+
#TimesTen Node.js Samples
4
4
5
5
This folder contains Node.js samples that illustrate database connection and operations using the node-oracledb driver against TimesTen databases.
6
6
7
-
##Software & Platform Support
7
+
##Software & Platform Support
8
8
The following table describes the tested operating systems, node-oracledb driver and TimesTen software versions.
9
9
10
10
OS | Node.js Version | node-oracledb Driver Version | TimesTen Client Driver | TimesTen Direct Driver
@@ -45,7 +45,7 @@ Node.js sample programs to access TimesTen databases can be downloaded from [Ora
45
45
46
46
Once the samples are downloaded locally, you can change to languages/nodejs subdirectory and run the samples directly from the local machine. Descriptions of the sample programs and examples of how to run them are below.
47
47
48
-
###simple.js
48
+
###simple.js
49
49
50
50
This simple sample program connects to a TimesTen database and performs the following operations:
51
51
@@ -112,7 +112,7 @@ Performing deletes
112
112
delete(ed) 20 rows
113
113
Connection has been released
114
114
```
115
-
###queriesAndPlsql.js
115
+
###queriesAndPlsql.js
116
116
117
117
The queriesAndPlsql sample program connects to a TimesTen database and performs a number of database operations with PL/SQL:
Copy file name to clipboardExpand all lines: languages/python/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2
2
3
-
#TimesTen Python Samples
3
+
#TimesTen Python Samples
4
4
5
5
This folder contains Python samples that illustrate database connection and operations using the cx_Oracle driver against the TimesTen database.
6
6
7
-
##Software & Platform Support
7
+
##Software & Platform Support
8
8
The following table describes the tested operating systems, cx_Oracle driver and TimesTen software versions.
9
9
10
10
OS | Python Version | cx_Oracle Driver Version | TimesTen Client Driver | TimesTen Direct Driver
@@ -19,7 +19,7 @@ MS Windows 64-bit | 3.7.5 |7.2.2+ | 18.1.3.1.0+| N/A
19
19
20
20
21
21
22
-
##PRE-REQUISITES
22
+
##PRE-REQUISITES
23
23
24
24
1. Python language is installed.
25
25
2. The cx_Oracle driver for Python is installed.
@@ -48,7 +48,7 @@ Python sample programs to access TimesTen databases can be downloaded from [Orac
48
48
49
49
Once the samples are downloaded locally, you can change to languages/python subdirectory and run the samples directly from the local machine. Descriptions of the sample programs and examples of how to run them are below.
50
50
51
-
###simple.py
51
+
###simple.py
52
52
53
53
This simple sample program connects to a TimesTen database and performs the following operations:
54
54
@@ -117,7 +117,7 @@ Performing deletes
117
117
Connection has been released
118
118
```
119
119
120
-
###queriesAndPlsql.py
120
+
###queriesAndPlsql.py
121
121
122
122
This Python sample program connects to a TimesTen Database and performs a number of database operations with PL/SQL:
0 commit comments