File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
data-platform/autonomous-database/autonomous-json/python-duality-views/files Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Oracle REST Data Services - Interactive Install
40
40
Enter the database service name [FREEPDB1]:
41
41
Provide database user name with administrator privileges.
42
42
Enter the administrator username: SYS
43
+ # === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
43
44
Enter the database password for SYS AS SYSDBA: YOUR_PASSWORD
44
45
Connecting to database user: SYS AS SYSDBA url: jdbc:oracle:thin:@//localhost:1521/FREEPDB1
45
46
@@ -74,6 +75,7 @@ firewall-cmd --reload
74
75
75
76
76
77
-- Enable myapp user for ORDS
78
+ # === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
77
79
sqlplus sys/YOUR_PASSWORD@localhost:1521/FREEPDB1 as sysdba
78
80
79
81
grant inherit privileges on user SYS to ORDS_METADATA;
@@ -100,7 +102,7 @@ nohup ords serve >> ords_log.log 2>&1 &
100
102
101
103
102
104
-- Go to your browser and connect.
103
- === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD ! ===
105
+ === PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD! ===
104
106
105
107
http://PUBLIC_IP:8080/ords/sql-developer
106
108
user: myapp
You can’t perform that action at this time.
0 commit comments