Add legacy AI, RAG vector and Data Safe audit scenarios
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:
14
scenarios/07-audit-evidence-data-safe/sql/02_identities.sql
Normal file
14
scenarios/07-audit-evidence-data-safe/sql/02_identities.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
WHENEVER SQLERROR EXIT SQL.SQLCODE
|
||||
|
||||
CREATE USER dds_audit_analyst IDENTIFIED BY "Welcome1_Audit!" ACCOUNT UNLOCK;
|
||||
GRANT CREATE SESSION TO dds_audit_analyst;
|
||||
|
||||
CREATE END USER auditor IDENTIFIED BY "Welcome1_DDS!";
|
||||
CREATE END USER payment_operator IDENTIFIED BY "Welcome1_DDS!";
|
||||
|
||||
CREATE DATA ROLE audit_read_role;
|
||||
CREATE DATA ROLE payment_operator_role;
|
||||
|
||||
GRANT DATA ROLE audit_read_role TO auditor;
|
||||
GRANT DATA ROLE payment_operator_role TO payment_operator;
|
||||
|
||||
Reference in New Issue
Block a user