Skip to content

Commit ed18ed8

Browse files
Update lab7_data_modeling.txt
1 parent 52654fe commit ed18ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data-platform/autonomous-database/autonomous-json/python-duality-views/files/lab7_data_modeling.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Simple Oracle Document Access (SODA) is a set of NoSQL-style APIs that let you c
44

55
How is data stored? Let's connect via sqlplus with root user.
66

7-
=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
7+
=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
88

99
sqlplus myapp/YOUR_PASSWORD@localhost:1521/FREEPDB1
1010

@@ -37,7 +37,7 @@ We can run a select all and we can see all the information, including the JSON d
3737

3838
We can create a table containing JSON data and relational data.
3939

40-
=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
40+
=== PLEASE CHANGE YOUR_ TO A REAL PASSWORD! ===
4141

4242
sqlplus myapp/YOUR_PASSWORD@localhost:1521/FREEPDB1
4343

@@ -315,7 +315,7 @@ import oracledb
315315
oracledb.init_oracle_client()
316316

317317
#connection details
318-
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
318+
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
319319

320320
connection = oracledb.connect(user="myapp",password="YOUR_PASSWORD",dsn="localhost:1521/FREEPDB1")
321321

0 commit comments

Comments
 (0)