-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is "grant select on sysobject with grant option" currently not supported? #143
Comments
Hi Werner, What exactly do you need to do?: Grants between arbitrary schemas? This would require the grant any privilege or a connect as sysdba. Viele Grüße, |
Hi Dietmar, What I exacly need? Initially appschema has had too much privileges. We're just reducing privileges (revoke "grant any privilege", "grant any object privilege", other ANY privileges) from appschema, Granting appschema1 objects to appschema2 should be allowed. Viele Grüße, |
I summerize from my point of view:
|
granting sysobjects works with oracle_grants but "with grant options" seem to be unsupported.
arbitrary SQL command works with oracle_sql but mode sysdba seem to be unsupported.
Does there exist any possibility granting commands like "grant select on sys.user_db_links to with grant option" with oracle_modules?
This needed because it is used in view or PL/SQL in appschema1 and select/execute of appschema1-object should be granted to appschema2.
The text was updated successfully, but these errors were encountered: