Too many Invalid objects after refreshing the schema using IMPDP
Hi All,
I am trying to refresh my UAT schema with the latest production database backup using IMPDP but after the refresh i am getting 1781 invalid objects in the database.
I have also executed UTLRP script and also tried compling the objects manully but they are not getting compiled. Following are the specifications for the same:
OS: RHEL 5.7
DB: 11.2.0.2 64 bit SE.
IMPDP command:
impdp username/passwd dumpfile=file_name logfile=logfile_name directory= datapump remap_schema=a_prod:b_uat
The default tablespaces are same for both the schemas.
What could be the problem in this?
Please reply as this is urgent