Export Problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajeev

    Export Problems

    Connect /as sysdba;
    @?/rdbms/admin/prvtxdb.plb
    exit.
  • Mark D Powell

    #2
    Re: Export Problems

    rajeevan@gmail. com (Rajeev) wrote in message news:<9dfb4b39. 0406280548.7fd4 e514@posting.go ogle.com>...
    Connect /as sysdba;
    @?/rdbms/admin/prvtxdb.plb
    exit.
    The possible solutions to this known problem are discussed in Oracle
    metalink support note 243133.1

    1- if you do not use the XML schema you can drop it
    2- if you recently upgraded or applied a patch you need to verify the
    dictionary object status and fix the schema as necessary
    3- if the patch and dictionary upgrade were successful you can just
    recompile
    package XDB.DBMS_XDBUTI L_INT as Rajeevan provided the fix for.

    HTH -- Mark D Powell --

    Comment

    Working...