Is there anyway to get the view definitions to point to the new schema after a database export/import via datapump? i.e: If I have view in the source db called user1.test (DDL: select empno, empname from user1.emp) and I do an export and then import it via datapump remapping user1 to user2. Now the user2 view is called user2.test (DDL: select empno, empname from user1.emp) Which is wrong. Any help, appreciated