0% found this document useful (0 votes)
696 views1 page

How To Reload Datapump Utility EXPDP-IMPDP

This document provides steps to reload the Oracle DATAPUMP utility which may become corrupted. It involves running scripts such as catdp.sql, dbmspump.sql, catdph.sql, prvtdtde.plb, and catdpb.sql located in the $ORACLE_HOME/rdbms/admin directory to reinstall the DATAPUMP types, packages, and objects. It also recommends recompiling invalid objects using utlrp.sql if needed.

Uploaded by

ldouri
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
696 views1 page

How To Reload Datapump Utility EXPDP-IMPDP

This document provides steps to reload the Oracle DATAPUMP utility which may become corrupted. It involves running scripts such as catdp.sql, dbmspump.sql, catdph.sql, prvtdtde.plb, and catdpb.sql located in the $ORACLE_HOME/rdbms/admin directory to reinstall the DATAPUMP types, packages, and objects. It also recommends recompiling invalid objects using utlrp.sql if needed.

Uploaded by

ldouri
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Page 1 of 1

">

How To Reload Datapump Utility EXPDP/IMPDP [ID 430221.1]

Modified 22-DEC-2010 Type HOWTO Status PUBLISHED

In this Document
Goal
Solution

Applies to:

Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.2.0.2 - Release: 10.1 to 11.2
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.2.0.2 [Release: 10.1 to 11.2]
Information in this document applies to any platform.
Checked for relevance on 11-Nov-2008

Goal

How to reload DATAPUMP utility.

Solution

In some cases DataPump utility may get corrupted and we need to recreate DataPump utility to overcome internal
corruption. To do this, you need to run a set of scripts as given below.

Note: Run the following as sysdba user:

SQL> connect / as sysdba

 For Oracle version 10.1 :

1. Catdp.sql orders the installation of all its components including


the Metadata API which was previously installed separately.
By default catproc.sql invoke this script.
SQL >@ $ORACLE_HOME/rdbms/admin/catdp.sql
2. dbmspump.sql will create DBMS procedures for dataPUMP
SQL >@ $ORACLE_HOME/rdbms/admin/dbmspump.sql

 For Oracle version 10.2, 11.1 and 11.2 :

1. Catdph.sql will Re-Install DataPump types and views


SQL >@ $ORACLE_HOME/rdbms/admin/catdph.sql
Note: If XDB is installed the it is required to run "catmetx.sql" script also.
2. prvtdtde.plb will Re-Install tde_library packages
SQL >@ $ORACLE_HOME/rdbms/admin/prvtdtde.plb
3. Catdpb.sql will Re-Install DataPump packages
SQL >@ $ORACLE_HOME/rdbms/admin/catdpb.sql
4.Dbmspump.sql will Re-Install DBMS DataPump objects
SQL >@ $ORACLE_HOME/rdbms/admin/dbmspump.sql
5. To recompile invalid objects, if any
SQL >@ $ORACLE_HOME/rdbms/admin/utlrp.sql

Related

Products

 Oracle Database Products > Oracle Database > Oracle Database > Oracle Server - Enterprise Edition
 Oracle Database Products > Oracle Database > Oracle Database > Oracle Server - Enterprise Edition

Keywords

DATAPUMP; EXPDP; METADATA

Back to top

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO... 04/02/2011

You might also like