impdp is hanging due to ora-1536
I did 'alter user user01 quota unlimited on users'. The impdp is still hanging:
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE:
ORA-39171: Job is experiencing a resumable wait.
ORA-01536: space quota exceeded for tablespace 'USERS'
ORA-39171: Job is experiencing a resumable wait.
ORA-01536: space quota exceeded for tablespace 'USERS'
ORA-39171: Job is experiencing a resumable wait.
ORA-01536: space quota exceeded for tablespace 'USERS'
ORA-39171: Job is experiencing a resumable wait.
...
The alert file says:
statement in resumable session 'user01.SYS_IMPORT_FULL_01.1' was suspended due to
ORA-01536: space quota exceeded for tablespace 'USERS'
Please help!
Thanks,