|  | 
		
 Hello Arslan,
 
 I hope you fine and happy,
 
 after impdp i have invalide objects in sys schema
 
 sys/******** AS SYSDBA schemas=sigtasad directory=export dumpfile=AFGPROD_20180829-DUMP.DMP logfile=IMP.log
 
 
 
 i run the below procedure but i have still invalid objects sys schema
 
 
 
 EXEC UTL_RECOMP.recomp_serial('SIGTASAD');
 
 EXEC UTL_RECOMP.recomp_parallel(4, 'SIGTASAD');
 
 -- Database level.
 
 EXEC UTL_RECOMP.recomp_serial();
 
 EXEC UTL_RECOMP.recomp_parallel(4);
 
 
 
 Kindly guide me
 
 
 
 
 |