Skip to content

Commit 3751996

Browse files
Update lab4_query_by_example.py
1 parent 32d9f61 commit 3751996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-platform/autonomous-database/autonomous-json/python-duality-views/files/lab4_query_by_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#connect with thick-client
55
oracledb.init_oracle_client()
66

7-
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
7+
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
88
connection = oracledb.connect(user="myapp",
99
password="YOUR_PASSWORD",
1010
dsn="localhost:1521/FREEPDB1")

0 commit comments

Comments
 (0)