Skip to content

Instantly share code, notes, and snippets.

@dilnei
Created March 16, 2016 14:51
Show Gist options
  • Save dilnei/32e4afbcc5e69b5b5ca9 to your computer and use it in GitHub Desktop.
Save dilnei/32e4afbcc5e69b5b5ca9 to your computer and use it in GitHub Desktop.
descobrir owners e sequences from Oracle database
Colaboração Reinaldo ;)
SELECT * FROM ALL_SEQUENCES
WHERE SEQUENCE_NAME LIKE '%SQ_NAME%'
SELECT * FROM ALL_SEQUENCES
WHERE LAST_NUMBER = 23246509
@fernandosilva
Copy link

muito bom meu bruxo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment