Skip to content

Opening book details…

About this document

Oracle Security Vulnerabilities 2018 by Kiran Kumar is a document available to read on EtoBox.

USER_C requires WITH GRANT OPTION to grant access to the view USER_B.v1. SQL> create or replace view USER_C.v2 as select * from USER_B.v1; View erstellt. SQL> select * from USER_C.v2; no rows selected So by creating a view on the third-party view, the grant option check is bypassed. * https://www.dbarj.com.br/en/2018/05/how-to-bypass-requirement-of-with-grant-option-on-views-accessing-third-party-tables/ May 2018 -

Author
Kiran Kumar
Language
EN