Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created April 25, 2022 08:36
Show Gist options
  • Save Tracnac/31ffbbe919743c15086fab9d930007c2 to your computer and use it in GitHub Desktop.
Save Tracnac/31ffbbe919743c15086fab9d930007c2 to your computer and use it in GitHub Desktop.
Oracle alter.log view #oracle #sql
select distinct
   originating_timestamp,
   message_text
from
   x$dbgalertext
where
   message_text like 'ORA-%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment