DBAsupport.com Forums - Powered by vBulletin
Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: EXP-00008: ORACLE error 29516 encountered

  1. #21
    Join Date
    Oct 2001
    Posts
    45
    This indicate your java system load incorrectly. Did you run rmjvm.sql successfully before your java installation. If the initjvm.sql script fails to complete for any reason, the JVM removal script must be run prior to another attempt at JVM installation. The script initplsj.sql is used to Initialize the Java library needed by PL/SQL. You should run it after your successful loading the JVM.

  2. #22
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Did you load the Java Virtual Machine without any error messages? If not run the removal script as xiaomao suggested.



  3. #23
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    Hi all Participated,

    Now problem is solved. Thanks to every one.

    FYI : I got the following problem while running the initplsj.sql

    SQL> @initplsj

    Call completed.

    Error while resolving class oracle/plsql/net/TCPConnection
    ORA-04043: object oracle/plsql/net/TCPConnection does not exist
    Error while resolving class oracle/plsql/net/InternetAddress
    ORA-04043: object oracle/plsql/net/InternetAddress does not exist
    loadjava: 2 errors

    Call completed.

    I got solved this problem, by specifying -force dbms_java.loadjava like :
    call dbms_java.loadjava('-force -resolve plsql/jlib/plsql.jar');

    Now My full exports are fine.

    Can i change my LD_LIBRARY_PATH back to $ORACLE_HOME/lib ?

    Thanks to every one involved in solving the problem.

    Regards
    Nagesh

  4. #24
    Join Date
    Oct 2001
    Posts
    45
    Sure you can change LD_LIBRARY_PATH pointing to $ORACLE_HOME/lib. I am glad to hear you have solved your problems.

  5. #25
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    Hi Xiaomao,

    Thank You Very Much.

    Regards
    Nagesh

  6. #26
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Now My full exports are fine.

    Can i change my LD_LIBRARY_PATH back to $ORACLE_HOME/lib ?

    Thanks to every one involved in solving the problem.

    Regards
    Yes. Glad to hear that your problem is over.


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