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
34SQL* Plus: Release 23 .0 .0 .0 .0 - Developer- Release on Tue Apr 11 11 :59 :22 2023
45Version 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