View row security policies. For details on row security policies, refer to the “Security Policies” chapter
SHOW ROW POLICY [ FOR { <user_name> | ROLE <role_name> } ];
<user_name>
User name
<role_name>
Role name
The user executing this SQL command must have at least the following privileges:
| Privilege | Object | Notes |
|---|---|---|
| ADMIN_PRIV | Global |
SHOW ROW POLICY;
SHOW ROW POLICY FOR user1;
SHOW ROW POLICY for role role1;