can not use others
ezio, April 05, 2016 - 5:03 am UTC
Thanks for answer, I have two databases, one is 9i so I can not use that, one is 10g, but it use MSSM not ASSM.
April 05, 2016 - 6:22 am UTC
a little more
ezio, April 05, 2016 - 8:12 am UTC
thanks ,but there is no more space to create a interim table.
April 05, 2016 - 12:02 pm UTC
So in that case, after you expdp, you are going to have to drop that table anyway (because you dont have enough space for both the existing and new table).
In which case, your issue of people needing access to the table has surely gone away, because you're going to take access away for the entire length of the impdp anyway.
Sounds to me like you would be better off:
1) deciding if you need to reorg anyway
2) getting some *temporary* tspace
Otherwise you're up for a big outage and big risk....because once you drop that table, if your impdp doesnt work...welll...thats not fun