Skip to content

Instantly share code, notes, and snippets.

@willis7
Created August 23, 2013 12:22
Show Gist options
  • Save willis7/6318741 to your computer and use it in GitHub Desktop.
Save willis7/6318741 to your computer and use it in GitHub Desktop.
Find all invalid objects in Oracle DB
select object_name from user_objects
where status = 'INVALID'
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment