We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb535de commit 32d9f61Copy full SHA for 32d9f61
data-platform/autonomous-database/autonomous-json/python-duality-views/files/lab3_crud_operations.py
@@ -4,7 +4,7 @@
4
#connect with thick-client
5
oracledb.init_oracle_client()
6
7
-#=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
+#=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
8
connection = oracledb.connect(user="myapp",
9
password="YOUR_PASSWORD",
10
dsn="localhost:1521/FREEPDB1")
0 commit comments