Hi
I need to move a partitioned table from one dbspace to other dbspace. I tried the follow syntax:
ALTER TABLE USER1.TABLE MOVE TO NEW_DBSPACE;
But, when I query the objects on original dbspace I still see some FP indexes of this table.
Obviously, I tried to move manually these FP indexes with follow syntax:
ALTER TABLE USER.TABLE1 ALTER COLUMN1 MOVE TO NEW_DBSPACE;
But, I Obtained a error message: "Could not execute statement. Table 'TABLE1' is already partitioned SQLCODE=-1251, ODBC 3 State "HY000"
Kindly suggest
Best regards
Jairo