Import fails with IMP-00058: ORACLE error 942 encountered
We are on Oracle 10.2.0.4 on Solaris 8. I have a table having a clob column which I am trying to export from one db and import into a schema in another db. It has a clob column. The table is in USERS tablespace in source schema. I want to create it in DATA1 tablespace in target schema. So I am precreating empty table in DATA1 tablespace and running import with ignore=y. However import gives the error "IMP-00058: ORACLE error 942 encountered". Can you please suggest if there is a way to avoid this -= I think it is a bug.