environment details : db2 9.7.4 on linux OS
i need an urgent help regarding the alteration of the tablespace *userspace1*
the mount in which the user space is present is full and i would want to add an other container to it which is on a different mount point and which has morespace.
but i am unable to do the same
i tried to user the command
alter tablespace userspace1
add(file,'newcontainername',2000);
but this command works for the dms tablespaces but not on this sms.
plz help..!!!