9i full dB exp ora600 Solution

Source: Internet
Author: User

$ Exp cybercafe/cybercafe file = cybercafe_0812.dmp compress = y buffer = 40960000 direct = y
......

. Exporting Synonyms
EXP-00008: Oracle error 600 encountered
ORA-00600: Internal error code, arguments: [ksmasg1], [4032], [4032], [], [], [], [], [], []
EXP-00000: Export terminated unsuccessfully

Http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument? P_database_id = Not & p_id = 279529.1

1. Check if you have the JavaVM installed:

?? SQL> connect/As sysdba

?? SQL> set lines 200

?? SQL> select substr (comp_id,) comp_id, status, substr (version )?

??????? Version, substr (comp_name, 1, 30) comp_name from dba_registry;

?? Comp_id ???????? Status ????? Version ??? Comp_name

?? ------------------------------------------------------------------

?? Catalog ???????? Valid ?????? 9.2.0.5.0? Oracle9i catalog views

?? Catproc ???????? Valid ?????? 9.2.0.5.0? Oracle9i packages and types

?? Catjava ???????? Valid ?????? 9.2.0.5.0? Oracle9i Java packages

?? JavaVM ????????? Valid ?????? 9.2.0.5.0? Jserver Java Virtual Machine

?? ...

2. Check the value for the init. ora parameter java_pool_size:

?? SQL> show parameter java_pool

?? Name ???????????????????????????????? Type ??????? Value

?? ----------------------------------------------------------

?? Java_pool_size ?????????????????????? Big integer 0

3. increase the size of the java_pool_size, e.g. to 100 MB:

?? SQL> alter system set java_pool_size = 100 m scope = spfile;

?? SQL> shutdown immediate

?? SQL> startup

4. Now re-run the full Database Export.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.