Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Created April 11, 2019 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikerodionov/164dd46fc819bc0977443764c75e4cae to your computer and use it in GitHub Desktop.
Save mikerodionov/164dd46fc819bc0977443764c75e4cae to your computer and use it in GitHub Desktop.
Check object owner in Oracle DB.sql
select owner, object_name, object_type
from ALL_OBJECTS
where object_name = 'YOUR_OBJECT_NAME'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment