I need to copy data from one database to another and one of the tables has CLOB datatype. Exporting throws an error "EXP-00003: no storage definition found for segment(5, 45443)" which I believe is due to the client and server being different oracle versions. What are my options ? SQLPLUS COPY command fails with the error "CPY0012: Object datatypes cannot be copied".

Thanks.