System Tables Views Oracle PLSQL

--Determine what object privileges were available through roles granted him
--connect rntsoft/password;
SELECT ROLE, OWNER, TABLE_NAME, PRIVILEGE FROM ROLE_TAB_PRIVS;