When you use Network_link parameter to import a database dump, you will get the error
"ORA-39149: cannot link privileged user to non-privileged user", if the EXP_FULL_DATABASE privilege is missing on the source schema.
Log in as SYS/System and grant the following privilege.
Grant EXP_FULL_DATABASE TO schema_owner;
thanks a lot.......
ReplyDeletemy prob.. has solved.....