Clarify view bypass lab access paths
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,6 +23,7 @@ BEGIN
|
||||
CREATE OR REPLACE VIEW dds_mac_accounts_view AS
|
||||
SELECT account_id, account_name, owner_name, region, balance
|
||||
FROM dds_mac_accounts
|
||||
WHERE UPPER(owner_name) = ORA_END_USER_CONTEXT.username
|
||||
]';
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user