Skip to content

Commit 52654fe

Browse files
Update lab6_dbactions.txt
1 parent 96da015 commit 52654fe

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Oracle REST Data Services - Interactive Install
4040
Enter the database service name [FREEPDB1]:
4141
Provide database user name with administrator privileges.
4242
Enter the administrator username: SYS
43+
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
4344
Enter the database password for SYS AS SYSDBA: YOUR_PASSWORD
4445
Connecting to database user: SYS AS SYSDBA url: jdbc:oracle:thin:@//localhost:1521/FREEPDB1
4546

@@ -74,6 +75,7 @@ firewall-cmd --reload
7475

7576

7677
-- Enable myapp user for ORDS
78+
# === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
7779
sqlplus sys/YOUR_PASSWORD@localhost:1521/FREEPDB1 as sysdba
7880

7981
grant inherit privileges on user SYS to ORDS_METADATA;
@@ -100,7 +102,7 @@ nohup ords serve >> ords_log.log 2>&1 &
100102

101103

102104
-- Go to your browser and connect.
103-
=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
105+
=== PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
104106

105107
http://PUBLIC_IP:8080/ords/sql-developer
106108
user: myapp

0 commit comments

Comments
 (0)