File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
db-23ai-fundamentals/new-schema-level-privileges Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ The objective of this workshop is to learn how to work with the schema-level pri
317
317
</copy>
318
318
```
319
319
320
- 
320
+ 
321
321
322
322
10. Sign out of the `it_user` session and log into `hr_user`. We will see how the privileges of this user is limited when compared to hr_user.
323
323
- `USERNAME`: hr_user
@@ -367,7 +367,7 @@ The objective of this workshop is to learn how to work with the schema-level pri
367
367
SELECT * FROM DBA_TAB_PRIVS WHERE GRANTEE = 'IT_USER';
368
368
</copy>
369
369
```
370
- 
370
+ 
371
371
372
372
3. We will `Sign out` of ADMIN account and switch to it_user account. At the login screen, enter the login credentials we set up for the it_user user.
373
373
- `USERNAME`: it_user
You can’t perform that action at this time.
0 commit comments