I am having problem while doing an import into an 11g database(11.2.0.3.0) by using impdp through oracle 11g(11.2.3.0) client. In that case, all objects are imported into the database with some compilation warnings. However, exit code returns 5. Hence, job failed.

If i do the import into the 11g database by using impdp through oracle 10g(10.2.4.0) client, all objects are imported as same as above. And exit code returns 0. Hence, Job completed.

I have executed impdp(Import dump) command through linux server 2.6.32-279.el6.x86_64.

I am expecting to get exit code return as 0 while importing through 11g server. Any one help me if you have any idea.