Category: DB2


DB2表空间与缓冲池

引:

在ITS产品的安装guideline中提到了以下初始化数据库的章节

The following is a sample script that you can run to prepare DB2 for installing the InfoSphere Traceability Ser[……]

继续阅读

DB2 Server Mgmt

1. Server, instance & database

一个物理服务器包括:
*一个管理服务器
*一个或多个实例
每个实例
*是一个逻辑服务器
*可以拥有一个到多个数据库

2. Instance creation, drop and listing[……]

继续阅读

[SQL]DB2中查出指定用户建立的表

select owner, tabname from syscat.tables where TABNAME like ‘RFIDIC%'[……]

继续阅读