How to Create a tablespace in DB2 in windows

Source: Internet
Author: User

Creating tablespaces in DB2 is a required step in learning the DB2 database. The following describes how to create tablespaces in DB2 in windows, we hope this will help you learn how to create tablespaces in DB2.

 
 
  1. db2set db2codepage=819 
  2. db2 create database test03   
  3. db2 connect to test03 user db2amdin using 1  
  4. db2 CREATE Bufferpool USER8 SIZE 100000 PAGESIZE 8K   
  5. db2 CREATE Bufferpool USER16 SIZE 1000 PAGESIZE 16 K   
  6. db2 CREATE Bufferpool USER32 SIZE 1000 PAGESIZE 32 K   
  7. db2stop force   
  8. db2start  
  9. db2 connect to test03 user easymis using easymis  
  10. db2 "CREATE REGULAR TABLESPACE TS_USER8 PAGESIZE 8K MANAGED BY SYSTEM USING ('FSMS_8K_1') BUFFERPOOL USER8"  
  11. db2 "CREATE REGULAR TABLESPACE TS_USER16 PAGESIZE 16K MANAGED BY SYSTEM USING ('FSMS_16K_1') BUFFERPOOL USER16"  
  12. db2 "CREATE REGULAR TABLESPACE TS_USER32 PAGESIZE 32K MANAGED BY SYSTEM USING ('FSMS_32K_1') BUFFERPOOL USER32"  
  13. db2 GRANT   DBADM,CREATETAB,BINDADD,CONNECT ON DATABASE   TO USER EASYMIS  
  14. db2 GRANT   DBADM,CREATETAB,BINDADD,CONNECT,LOAD ON DATABASE   TO USER EASYMIS  
  15. db2 connect to test03 user easymis using easymis  
  16. db2 -f dbstruct.sql >kk.log  

The preceding figure shows how to create a tablespace in DB2 in windows.

How to delete tables with large data volumes in DB2

DB2 index design guidelines

Visualize DB2 Spatial Data

DB2 database lock table Problems

B2 common functions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.