Difference between revisions of "DB2"
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
| + | ==baza== | ||
| + | *to create baze with CODEPAGE defined - DB2 CREATE DATABASE dbname USING CODESET UTF-8 TERRITORY US | ||
| + | |||
| + | |||
| + | ==backup== | ||
*to run backup from shell / /opt/IBM/db2/V9.1/bin/db2 backup db BAZA LOAD /usr/lib/libnsrdb2.o | *to run backup from shell / /opt/IBM/db2/V9.1/bin/db2 backup db BAZA LOAD /usr/lib/libnsrdb2.o | ||
Revision as of 12:08, 28 March 2008
baza
- to create baze with CODEPAGE defined - DB2 CREATE DATABASE dbname USING CODESET UTF-8 TERRITORY US
backup
- to run backup from shell / /opt/IBM/db2/V9.1/bin/db2 backup db BAZA LOAD /usr/lib/libnsrdb2.o