How would you move a tablespace (using STOGROUP) to a
different DASD volume allocated to that tablespace?
Answer / s
ALTER STOGROUP
ADD VOLUMES (VOL1)
REMOVE VLUMES (VOL2)
Next time when you do REORG, LOAD replace, RECOVER the
tablespaces will be defined in the new volume added.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to resolve -917 sql code in DB2?
How does one remove entries from the SCT02 table?
What is the difference between IN subselects and EXISTS subselect?
i have a db2 variable how do u declare tht into working storage section ?
How to test SQL -911 error while developing COB-DB2 program
How to find schema of a table in db2?
What is the usage of open cursor command?
how to resolve -818 error. how to see timestamp token in load module and plan
What is the syntax for seeing the columns and data types of a table in the db2 database?
wht steps we need will coding cobol and db2 pgm ?
What is an alias and how does it differ from a synonym?
Which command is used to connect to a database in DB2 ? Give the Syntax.