You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request for become a Data Security Superhero in Just 90 Minutes with Oracle Data Safe (#372)
* removal of images using caps
removal of images using caps
* Updates for Cloud World 2025
* cloud world additions
* typos
* Text updates based on Bettina's feedback
* Updates after run-through test
* Updates for AI World
* videos added
I've added videos to each lab and made 2 updates according to Bettinas feedback.
* added violation log and updated steps
added violation log and updated steps
Copy file name to clipboardExpand all lines: data-safe/sqlfw/sqlfw-ocw.md
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ This lab assumes you have:
69
69
70
70
7. Click the name of your database.
71
71
72
-
8. On the **Autonomous Database details** page, from the **Database actions** menu, select **Database Users**.
72
+
8. On the **Autonomous Database** page, from the **Database actions** menu, select **Database Users**.
73
73
74
74
9. On the **APP_USER** tile, click the three dots, and select **Edit**.
75
75
@@ -83,48 +83,46 @@ This lab assumes you have:
83
83
84
84
12. Click **Apply Changes**.
85
85
86
-
13. If REST does not get enabled, click the three dots again, and select **Enable REST**. In the **REST Enable User** dialog box, click **REST Enable User**.
87
-
88
-
14. To the right of the URL in the `APP_USER` tile, click the **Open in new tab** icon.
86
+
13. To the right of the URL in the `APP_USER` tile, click the **Open in new tab** icon.
89
87
90
88
The sign-in page for Database Actions is opened in a new tab.
91
89
92
-
15. Sign in as `APP_USER` and enter the password.
90
+
14. Sign in as `APP_USER` and enter the password.
93
91
94
-
16. Click the **SQL** tab.
92
+
15. Click the **SQL** tab.
95
93
96
-
17. Close any tip dialog boxes.
94
+
16. Close any tip dialog boxes.
97
95
98
-
18. On the worksheet, enter the following, and then click the **Run Statement** button:
96
+
17. On the worksheet, enter the following, and then click the **Run Statement** button:
99
97
100
98
```text
101
99
<copy>SELECT FIRST_NAME, LAST_NAME, EMPLOYEE_ID FROM HCM1.EMPLOYEES;
102
100
</copy>
103
101
```
104
102
105
-
19. On the worksheet, enter the following, and then click the **Run Statement** button:
103
+
18. On the worksheet, enter the following, and then click the **Run Statement** button:
106
104
107
105
```text
108
106
<copy>SELECT LOCATION_ID, STREET_ADDRESS, CITY FROM HCM1.LOCATIONS ORDER BY LOCATION_ID;
109
107
</copy>
110
108
```
111
109
112
-
20. On the worksheet, enter the following, and then click the **Run Statement** button:
110
+
19. On the worksheet, enter the following, and then click the **Run Statement** button:
113
111
114
112
```text
115
113
<copy>SELECT LOCATION_ID, CITY FROM HCM1.LOCATIONS WHERE LOCATION_ID='1000';
116
114
</copy>
117
115
```
118
116
119
-
21. Return to the **Autonomous Database | Oracle Cloud Infrastructure** tab.
117
+
20. Return to the **Autonomous Database | Oracle Cloud Infrastructure** tab.
120
118
121
-
22. From the navigation menu, select **Oracle Database**, and then **SQL Firewall** under **Data Safe - Database Security**.
119
+
21. From the navigation menu, select **Oracle Database**, and then **SQL Firewall** under **Data Safe - Database Security**.
122
120
123
-
23. Click the name of your target database.
121
+
22. Click the name of your target database.
124
122
125
-
24. Click the SQL collection for `APP_USER`.
123
+
23. Click the SQL collection for `APP_USER`.
126
124
127
-
25. To stop the SQL workload capture of allowed SQL statements, click **Stop**, and wait for the status to change to **COMPLETED**.
125
+
24. To stop the SQL workload capture of allowed SQL statements, click **Stop**, and wait for the status to change to **COMPLETED**.
128
126
129
127
The SQL collection is created for `APP_USER`.
130
128
@@ -211,25 +209,31 @@ When you run the SQL statements in this task, use the **Run Statement** button i
211
209
212
210
1. Return to the **SQL Firewall | Oracle Cloud Infrastructure** tab. You may need to wait a couple of minutes for the violations to show up.
213
211
214
-
2. Under **Unique allowed SQL statements**, click **Add from violations**.
212
+
2. On the **SQL Firewall policy information** tab, click the **View report** link next to **Violation reports**. Review the two violations.
0 commit comments