Normalize lab docs and keep reusable TNS alias
Some checks failed
Repo Quality / structure (push) Has been cancelled
Some checks failed
Repo Quality / structure (push) Has been cancelled
This commit is contained in:
@@ -23,7 +23,7 @@ After Oracle Deep Data Security is enabled, the database enforces data grants on
|
||||
Run shell commands from the repository root:
|
||||
|
||||
```bash
|
||||
cd ~/DEEP-DATA-SECURITY/oracle-deep-data-security-lab
|
||||
cd <repo-root>
|
||||
```
|
||||
|
||||
Connect with SQLcl:
|
||||
@@ -171,3 +171,6 @@ Oracle Deep Data Security reduces the risk of AI prompt injection and overprivil
|
||||
See [RUNBOOK.md](RUNBOOK.md) for deeper technical notes, expected evidence, and official Oracle documentation references.
|
||||
|
||||
For a LiveLabs-style guided workshop, use [WORKSHOP.md](WORKSHOP.md).
|
||||
|
||||
|
||||
Connection alias note: ddslab_tunnel is the TNS alias configured in the wallet `tnsnames.ora` for this lab. If your wallet uses another alias, replace ddslab_tunnel with your own service alias.
|
||||
|
||||
@@ -89,3 +89,6 @@ Show that an AI agent or dynamic SQL path may allow a business user to query sen
|
||||
- Fine-Grained Data Authorization: https://docs.oracle.com/en/database/oracle/oracle-database/26/ddscg/fine-grained-data-authorization.html
|
||||
- Create Data Grants: https://docs.oracle.com/en/database/oracle/oracle-database/26/ddscg/create-data-grants.html
|
||||
- CREATE DATA GRANT SQL Reference: https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/create-data-grant.html
|
||||
|
||||
|
||||
Connection alias note: ddslab_tunnel is the TNS alias configured in the wallet `tnsnames.ora` for this lab. If your wallet uses another alias, replace ddslab_tunnel with your own service alias.
|
||||
|
||||
@@ -43,13 +43,16 @@ Only authorized rows and columns are returned
|
||||
## Before You Begin
|
||||
|
||||
```bash
|
||||
cd ~/DEEP-DATA-SECURITY/oracle-deep-data-security-lab
|
||||
export TNS_ADMIN=~/DEEP-DATA-SECURITY/wallet-ddslab
|
||||
cd <repo-root>
|
||||
export TNS_ADMIN=<wallet-directory>
|
||||
sql admin@ddslab_tunnel
|
||||
```
|
||||
|
||||
SQLcl note: after running `@file.sql`, do not type `/`; it reruns the previous command.
|
||||
|
||||
|
||||
Connection alias note: ddslab_tunnel is the TNS alias configured in the wallet `tnsnames.ora` for this lab. If your wallet uses another alias, replace ddslab_tunnel with your own service alias.
|
||||
|
||||
## Lab 1 - Prepare The Environment
|
||||
|
||||
### Task 1.1 - Reset The Scenario
|
||||
|
||||
Reference in New Issue
Block a user