Export / import from 11 fromuser touser is telling me no quota en tablespace tams_admin
I created user ivuloto_admin with quota unlimited on ivuloto_data and ivuloto_idx. No unlimited tablespace privilege is on this user.
I export tams_admin and tams_idx from this same database and import fromuser=tams_admin,tams_user touser=ivuloto_admin,ivuloto_user and is failing with this:
import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
. importing TAMS_USER's objects into IVULOTO_USER
. importing TAMS_ADMIN's objects into IVULOTO_ADMIN
. . importing table "COMPANY"
IMP-00058: ORACLE error 1950 encountered
ORA-01950: no privileges on tablespace 'TAMS_DATA'
. . importing table "EQUIP_ITEM_INFORMATION"
IMP-00058: ORACLE error 1950 encountered
I export tams_admin and tams_idx from this same database and import fromuser=tams_admin,tams_user touser=ivuloto_admin,ivuloto_user and is failing with this:
import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
. importing TAMS_USER's objects into IVULOTO_USER
. importing TAMS_ADMIN's objects into IVULOTO_ADMIN
. . importing table "COMPANY"
IMP-00058: ORACLE error 1950 encountered
ORA-01950: no privileges on tablespace 'TAMS_DATA'
. . importing table "EQUIP_ITEM_INFORMATION"
IMP-00058: ORACLE error 1950 encountered
0