14 lines
537 B
Markdown
Executable File
14 lines
537 B
Markdown
Executable File
# Expected Results
|
|
|
|
## Before Oracle Deep Data Security
|
|
|
|
- Direct table access can return accounts owned by other users.
|
|
- The legacy view returns only the current user's account because it contains the intended owner filter.
|
|
- The control depends on users and tools using the correct access path.
|
|
|
|
## After Oracle Deep Data Security
|
|
|
|
- The base table returns only the account owned by the current end user.
|
|
- The view returns the same restricted rows.
|
|
- Direct table access no longer bypasses the base table policy when MAC is enabled.
|