Improve Deep Data Security lab scenarios
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled

This commit is contained in:
2026-05-13 16:11:12 -03:00
parent 8314351c98
commit db3d68af10
134 changed files with 401 additions and 273 deletions

View File

@@ -3,7 +3,7 @@ WHENEVER SQLERROR EXIT SQL.SQLCODE
CREATE OR REPLACE DATA GRANT ai_sales_rep_customers
AS SELECT (customer_id, customer_name, region, account_owner, risk_rating)
ON dds_ai_customers
WHERE account_owner = ORA_END_USER_CONTEXT.username
WHERE region = 'LATAM'
TO sales_rep_role;
CREATE OR REPLACE DATA GRANT ai_regional_manager_customers