<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security Audit on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/security-audit/</link><description>Recent content in Security Audit on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Thu, 04 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/security-audit/index.xml" rel="self" type="application/rss+xml"/><item><title>Oracle Table Privileges Granted to a Role via role_tab_privs</title><link>https://www.oraclescripts.com/post/sql-query-that-shows-table-privileges-that-are-granted-to-a-role/</link><pubDate>Thu, 04 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/sql-query-that-shows-table-privileges-that-are-granted-to-a-role/</guid><description>
&lt;h2 id="oracle-table-privileges-granted-to-a-role-via-role_tab_privs"&gt;Oracle Table Privileges Granted to a Role via role_tab_privs&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;ROLE_TAB_PRIVS&lt;/code&gt; holds the complete inventory of object privileges Oracle has packaged into each named role — every table, view, and sequence grant, the precise privilege type, whether the right covers the entire object or is scoped to a single column, and whether the role can pass the grant further down the privilege chain. It is the correct starting point when you need to answer the question that surfaces in every access review: what table-level access does this role actually allow?&lt;/p&gt;</description></item></channel></rss>