Re: impdp errors during migration
Posted by ErmanArslansOracleBlog on Mar 04, 2020; 6:49am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/impdp-errors-during-migration-tp8111p8115.html
During your import run, your table is created with 34359721984bytes -> 32.767,984375 M in size.
Your max size is also 32767M. So probably that's why you are getting that error. because of the difference - 0,984375
Let's do the things suggested in that document and update me.
Especially this one -> Alter the tablespace/data file in the source database to contain a MAXSIZE value that is above the actual data file size. The next time you run the "full export" the create tablespace will no longer contain an invalid value. So make that MAXSIZE 32768 and retry the exp-imp.