Skip to content

Commit f85a301

Browse files
authored
Merge pull request #816 from oracle-devrel/AlexanderHodicke-patch-9
Update SBS.JSON_DUALITY.OE.sql
2 parents 9843167 + f2f1322 commit f85a301

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

data-platform/core-converged-db/database-23c/json-relational-duality-views/demo/SBS.JSON_DUALITY.OE.sql

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[opc@rdbmsfree ~]$ docker exec -it my23free sqlplus OE/Oracle_4U@localhost:1521/freepdb1
1+
PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD!
2+
[opc@rdbmsfree ~]$ docker exec -it my23free sqlplus OE/YOUR_PASSWORD@localhost:1521/freepdb1
23

34
SQL*Plus: Release 23.0.0.0.0 - Developer-Release on Tue Apr 11 11:59:22 2023
45
Version 23.2.0.0.0
@@ -219,7 +220,7 @@ JSON_SERIALIZE(DATAPRETTY)
219220
"CUST_FIRST_NAME" : "Ron",
220221
"CUST_LAST_NAME" : "Wood",
221222
"CREDIT_LIMIT" : 2000,
222-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
223+
"CUST_EMAIL" : "test@example.com",
223224
"orders" :
224225
[
225226
{
@@ -248,7 +249,7 @@ set data = '{
248249
"CUST_FIRST_NAME" : "Ron",
249250
"CUST_LAST_NAME" : "Wood",
250251
"CREDIT_LIMIT" : 2000,
251-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
252+
"CUST_EMAIL" : "test@example.com",
252253
"orders" :
253254
[
254255
{
@@ -300,7 +301,7 @@ set data = JSON_MERGEPATCH (data,'{
300301
"CUST_FIRST_NAME" : "Ron",
301302
"CUST_LAST_NAME" : "Wood",
302303
"CREDIT_LIMIT" : 2000,
303-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
304+
"CUST_EMAIL" : "test@example.com",
304305
"orders" :
305306
[
306307
{
@@ -374,7 +375,7 @@ values (
374375
"CUST_FIRST_NAME" : "Ron",
375376
"CUST_LAST_NAME" : "Wood",
376377
"CREDIT_LIMIT" : 2000,
377-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
378+
"CUST_EMAIL" : "test@example.com",
378379
"orders" :
379380
[
380381
{
@@ -411,7 +412,7 @@ set data = JSON_MERGEPATCH (data,'{
411412
"CUST_FIRST_NAME" : "Ron",
412413
"CUST_LAST_NAME" : "Wood",
413414
"CREDIT_LIMIT" : 2000,
414-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
415+
"CUST_EMAIL" : "test@example.com",
415416
"orders" :
416417
[
417418
{
@@ -458,7 +459,7 @@ values ('{
458459
"CUST_FIRST_NAME" : "Keith",
459460
"CUST_LAST_NAME" : "Richards",
460461
"CREDIT_LIMIT" : 2000,
461-
"CUST_EMAIL" : "keith.richards@beggarsbanquet.com",
462+
"CUST_EMAIL" : "test@example.com",
462463
"orders" :
463464
[
464465
{
@@ -560,7 +561,7 @@ values ('{
560561
"CUST_FIRST_NAME" : "Keith",
561562
"CUST_LAST_NAME" : "Richards",
562563
"CREDIT_LIMIT" : 2000,
563-
"CUST_EMAIL" : "keith.richards@beggarsbanquet.com",
564+
"CUST_EMAIL" : "test@example.com",
564565
"orders" :
565566
[
566567
{
@@ -627,7 +628,7 @@ set data = JSON_MERGEPATCH (data,'{
627628
"CUST_FIRST_NAME" : "Ron",
628629
"CUST_LAST_NAME" : "Wood",
629630
"CREDIT_LIMIT" : 2000,
630-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
631+
"CUST_EMAIL" : "test@example.com",
631632
"orders" :
632633
[
633634
{
@@ -671,7 +672,7 @@ set data = JSON_MERGEPATCH (data,'{
671672
"CUST_FIRST_NAME" : "Ron",
672673
"CUST_LAST_NAME" : "Wood",
673674
"CREDIT_LIMIT" : 2000,
674-
"CUST_EMAIL" : "ron.wood@beggarsbanquet.com",
675+
"CUST_EMAIL" : "test@example.com",
675676
"orders" :
676677
[
677678
{
@@ -883,4 +884,4 @@ DATE_OF_B MARITAL_STATUS G INCOME_LEVEL
883884
--------- -------------------- - --------------------
884885

885886

886-
SQL>
887+
SQL>

0 commit comments

Comments
 (0)