Skip to content

Instantly share code, notes, and snippets.

@eiAlex
Created February 1, 2018 16:28
Show Gist options
  • Save eiAlex/746ca07cd0c09501fd3b44a223526d37 to your computer and use it in GitHub Desktop.
Save eiAlex/746ca07cd0c09501fd3b44a223526d37 to your computer and use it in GitHub Desktop.
SELECT * FROM V$INSTANCE; // Lista as instancias , não estou certo se busca instancias de outra database.
SELECT * FROM dict;
DESC (TABELA); //O comando DESC DESCRIBE (abreviaÇÃO DESCRIBE) é utilizado para descrever um objecto do oracle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment