DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: error when exporting

  1. #1
    Join Date
    Jan 2002
    Posts
    28
    I tried to export all the objects that own by myself to a .dmp file. I got this error message:
    EXP-00008: ORACLE error 6550 encountered
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'SYS.LT_EXPORT_PKG' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.schema_info_exp
    . exporting statistics
    Export terminated successfully with warnings. I am not sure what the problem is. Could you help? Thanks in advance!

  2. #2
    Join Date
    Jan 2001
    Posts
    3,134
    Can you post the parfile or parameters you are using as well, that would help.

    MH
    I remember when this place was cool.

  3. #3
    Join Date
    Dec 2001
    Posts
    221
    which version u r using. 9i????
    Santosh Jadhav
    8i OCP DBA

  4. #4
    Join Date
    Aug 2001
    Posts
    75

    Connect as sys and grant this privileges before running the export:
    GRANT EXECUTE ON sys.lt_export_pkg TO exp_full_database;

    OR

    GRANT EXECUTE ON sys.lt_export_pkg TO PUBLIC;

    Sanjay

    Originally posted by tang
    I tried to export all the objects that own by myself to a .dmp file. I got this error message:
    EXP-00008: ORACLE error 6550 encountered
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'SYS.LT_EXPORT_PKG' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.schema_info_exp
    . exporting statistics
    Export terminated successfully with warnings. I am not sure what the problem is. Could you help? Thanks in advance!
    OCP 8i

  5. #5
    Join Date
    Jan 2002
    Posts
    28
    Thanks a lot to all of you. Sanjay's suggestion is right. It works now. By the way, I am using version9i.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width