How can I check the status of DB?

For Sybase, you can use the Applet version jisql --here

Or the use jisql client - here.

For DB2,

  1. Connect to any sbpub machine.
  2. . ~db2inst1/sqllib/db2profile  (bash) or source ~db2inst1/sqllib/db2cshrc (csh)
  3. type "db2" to start the DB2 CLI.
  4. type "Connect to DBName user usrid using password"

Back to Help Contents