How would you move a tablespace (using STOGROUP) to a
different DASD volume allocated to that tablespace?
Answer Posted / 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 |
Post New Answer View All Answers
Is db2 free?
What is bind in db2?
What is table space in db2?
What is nvl in db2?
List some fields from sqlca?
What is the use of db2?
Explain about mirror activator disk mirroring?
How can you find out the # of rows updated after an update statement?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Why select is not preferred in embedded sql programs?
How to resolve deadlock issue
How many types of page locks can be held in db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is db2 look?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?