I need to move a table (and its index) from one dbspace to another due to some size limitations in the original space. Luckily its a temp table, so I am thinking that the simplest solution is to schema the table out, drop it and rebuild it in the new dbspace.
Am I shooting myself in the foot or is it really this simple?
Running ids 9.2 on aix 4.3 if it matters.
Am I shooting myself in the foot or is it really this simple?
Running ids 9.2 on aix 4.3 if it matters.