DB2: Comandos Conexoes: Difference between revisions

From Wiki
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:
  LIST APPLICATIONS [SHOW DETAIL]  -> mostra todas as conexões
  LIST APPLICATIONS [SHOW DETAIL]  -> mostra todas as conexões
  FORCE APPLICATION [ALL | xxxx] -> desconecta todos os usuários
  FORCE APPLICATION [ALL | xxxx] -> desconecta todos os usuários
 
  LIST TABLES [FOR ALL | FOR SCHEMA xxxx]  -> mostra a tabela de usuários
  LIST TABLES [FOR ALL | FOR SCHEMA xxxx]  -> mostra a tabela de usuários
 
  DESC TABLE <table> -> mostra estrutura da tabela
  DESC TABLE <table> -> mostra estrutura da tabela
  GET INSTANCE -> mostra a instância
 
  GET INSTANCE -> mostra a instância
 
== Ver também ==
* [[DB2: Instalando o DB2 no Linux]]
* [[DB2: Criando usuários adicionais para o DB2]]
* [[DB2: Unix_Linux Startup Script]]
* [[DB2: Comandos Uteis]]
* [[DB2: Comandos Database]]
* [[DB2: Comandos Start e Stop]]
 
 
 
*[[DB2|  Mais Artigos sobre DB2]]
*[[Oracle|  Mais Artigos sobre Oracle]]
*[[Linux|  Mais Artigos sobre Linux / UNIX / AIX]]
*[[Tecnologias|  Mais Artigos sobre outras Tecnologias]]
 
 
[[Category:DB2]]
[[Category:Databases]]
[[Category:Tecnologias]]

Latest revision as of 23:21, 5 February 2013

Conexão

CONNECT TO <dbname> USER <user> USING <password>   -> conecta ao banco
GET CONNECT STATE 				   -> Status da conexão
CONNECT RESET 						-> desconecta

Conexão Exemplo

db2 activate database sample
db2 connect to sample
db2 connect reset
db2 deactivate database sample

Conexões

LIST APPLICATIONS [SHOW DETAIL]  -> mostra todas as conexões
FORCE APPLICATION [ALL | xxxx]	 -> desconecta todos os usuários
LIST TABLES [FOR ALL | FOR SCHEMA xxxx]  -> mostra a tabela de usuários

DESC TABLE

-> mostra estrutura da tabela GET INSTANCE -> mostra a instância

Ver também