How to Create a DB2 tablespace in an aix Environment

Source: Internet
Author: User

I believe everyone knows about the DB2 tablespace. The following describes how to create a DB2 tablespace under aix. If you are interested in the DB2 tablespace, take a look.

 
 
  1. db2set db2codepage=819 
  2. db2 create database easytest on /home/db2inst1   
  3. db2 connect to test04 user db2inst1 using db2  
  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 test04 user db2inst1 using db2  
  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 CREATE Bufferpool TMPBUF8 SIZE 10000 PAGESIZE 8K   
  14. db2 "CREATE   TEMPORARY   TABLESPACE TempTS_USER8 PAGESIZE 8K   MANAGED BY SYSTEM   USING ('/home/db2inst1/db2inst1/TEMPNODE0004'   )   EXTENTSIZE 16 OVERHEAD 10.5 PREFETCHSIZE 16 TRANSFERRATE 0.14 BUFFERPOOL "TMPBUF8" DROPPED TABLE RECOVERY OFF"  
  15. db2 GRANT   DBADM,CREATETAB,BINDADD,CONNECT,LOAD ON DATABASE   TO USER EASYMIS  
  16. db2 GRANT USE OF TABLESPACE TS_USER8 TO easymis  
  17. db2 GRANT USE OF TABLESPACE TS_USER16 TO easymis  
  18. db2 GRANT USE OF TABLESPACE TS_USER32 TO easymis  
  19. db2 connect to test04 user easymis using easymis  
  20. db2 -f dbstruct.sql >kk.log 

Take you to the DB2 Character Set and MySql Character Set

DB2 update statements for records in the same table

How to expand the tablespace and Field Length in db2

DB2 strings in DB2 Databases

Six common DB2 command lines

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.