Skip to content

Commit eb535de

Browse files
Update lab2_first_steps.py
1 parent 95f42d2 commit eb535de

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
oracledb.init_oracle_client()
55

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

910
#connect, create and list collections
1011
soda = connection.getSodaDatabase()

0 commit comments

Comments
 (0)