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

Thread: ORACLE ERROR 4031

  1. #1
    Join Date
    Jan 2001
    Posts
    36
    Hi All

    Upon running an export I am getting :

    EXP-00008: ORACLE error 4031 encountered
    ORA-04031: unable to allocate 4096 bytes of shared memory
    ("DBMS_SQL","PL/SQL MPCODE","BAMIMA: Bam Buffer")
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 16
    ORA-06512: at line 1
    . . exporting table DEF$_CALLDEST

    EXP-00008: ORACLE error 4031 encountered
    ORA-04031: unable to allocate 4096 bytes of shared memory
    ("DBMS_SYS_SQL","PL/SQL MPCODE","BAMIMA: Bam Buffer")
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 59
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 93
    ORA-06512: at line 1

    . . exporting table DEF$_DEFAULTDEST
    EXP-00008: ORACLE error 6510 encountered
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 42
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 93
    ORA-06512: at line 1

    . . exporting table DEF$_DESTINATION
    EXP-00008: ORACLE error 4031 encountered
    ORA-04031: unable to allocate 4096 bytes of shared memory
    ("DBMS_SYS_SQL","PL/SQL MPCODE","BAMIMA: Bam Buffer")
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 59
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 93
    ORA-06512: at line 1

    . . exporting table DEF$_ERROR
    EXP-00008: ORACLE error 6510 encountered
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 42
    ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 93
    ORA-06512: at line 1

    The export terminates with warnings. What do I do to get rid
    of the error ?

    Thanks in Advance
    MarkWoz


  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    have you defined a shared_pool_reserved_size ???

  3. #3
    Join Date
    Jun 2000
    Posts
    179

    Talking

    maybe your shared pool settings are small and can not suffis the need of the Operation , what are the values of the shared_pool_size and shared_pool_reserved_size
    Hisham Nagia
    IT Manager For Development
    Oracle Consultant - OCP

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