Below are the simple sql's those can be executed to achieve this.
connect / as sysdba
SQL> @?/rdbms/admin/catnoawr.sql
SQL> @?/rdbms/admin/catawrtb.sql
This helps when AWR performance is slow.I can safely remove the AWR metadata tables and recreate them.
There is a good link that will give more information for some of the basic impdp operations.
http://blog.oracle48.nl/killing-and-resuming-datapump-expdp-and-impdp-jobs/comment-page-1/
alternatively we can run impdp -help to find out all the options.
For export slow, follow below link
http://dbaharrison.blogspot.in/2014/07/datapump-export-is-slow-because-i-did.html
No comments:
Post a Comment