Skip to content
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

Check User is SYS, SYSTEM, or has access to APEX_ADMINISTRATOR_ROLE #1

Open
martindsouza opened this issue Apr 21, 2015 · 0 comments
Open

Comments

@martindsouza
Copy link
Member

Check that user is either SYS, SYSTEM or:

select *
from user_role_privs
where granted_role = 'APEX_ADMINISTRATOR_ROLE';

Need to link Oracle query result with rest of script. Spool output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant