Skip to content

Commit 96da015

Browse files
Update lab5_indexing.py
1 parent 3751996 commit 96da015

File tree

1 file changed

+1
-1
lines changed
  • data-platform/autonomous-database/autonomous-json/python-duality-views/files

1 file changed

+1
-1
lines changed

data-platform/autonomous-database/autonomous-json/python-duality-views/files/lab5_indexing.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)