Difference between revisions of "DB2"

From Mesopoly 3.0
Jump to navigation Jump to search
m
Line 18: Line 18:
  
 
*[http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/core/rsql1200.htm list] of DB2 sqlcode errors
 
*[http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/core/rsql1200.htm list] of DB2 sqlcode errors
 +
 +
*[http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0001917.htm Threaded Applications with Concurrent Access]
 
*http://www.hpss-collaboration.org/hpss/index.jsp (high performance storage system)
 
*http://www.hpss-collaboration.org/hpss/index.jsp (high performance storage system)

Revision as of 13:32, 9 April 2008

baza

  • to create baze with CODEPAGE defined - DB2 CREATE DATABASE dbname USING CODESET UTF-8 TERRITORY US
  • to catalog baze db2 catalog local node dbname

backup

  • to run backup from shell
/opt/IBM/db2/V9.1/bin/db2 backup db BAZA LOAD /usr/lib/libnsrdb2.o

misc

DB2INSTANCE=db2inst1
export DB2INSTANCE
  • list of DB2 sqlcode errors