Hello,
I´ve finished EHP installation and I'm doing the Follow-up activites when I try to drop the old tablespace I can't do it because there are objects into this old tablespace.
I´ve read this notes:
1715052 - Tablespace cannot be deleted after upgrade
1819182 - Tables (TTREE*) remain in old exchange tablespace But in this note, It doesn't explain the steps to process/change the objectos from old to new TS.
In transaction SE13 or SE11, change the data type SSEXC to APPL0 for the tables and activate your data. After you do this, you can use
a) SE14
b) ICNV
c) DB tools
to move the table to a different tablespace (for TABART APPL0).
Looking for scn I´ve founded this thread but the solution It's not "official" by Sap.
brspace -c force -o process,time -u / -f tbreorg -a reorg -tablespace PSAPPRD700 -t "*" -parallel 3 -degree 3 -newts PSAPSR3731
http://scn.sap.com/thread/3294166
Any advice?
Thanks