DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

How to increase table space in DB2?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to increase table space in DB2?

User ALTER command to change the PRIQTY and SECQTY of the Tablespace.
Eg.
ALTER TABLESPACE db.ts PRIQTY 50 SECQTY 50.
Here PRIQTY => primary quantity in 50 KB and SECQTY => Secondary quantitly 50 KB.
If the definition of the above parameter is lesser at the TS creation time, then the tablespace size will increase.

(Continued on next question...)

Other Job Interview Questions