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

Thread: unload java stored procedures

  1. #1
    Join Date
    Nov 2001
    Posts
    1
    http://www.dbasupport.com/oracle/jcenter/stoproc.shtml describes how to load a java stored procedure and says to post questions to the Java forum. I cannot find the Java forum so I am posting it here.

    Does anyone know how to get a class file out of Oracle 8i so it can be decompiled.

    I have a little problem where some long gone programmers lost the .java source files and they only loaded the .class files into Oracle. I am in a support department and we need to fix some bugs. In the past we have used a decompiler to figure out java code but this time the code is in Oracle.

    Is there a unloadjava program?


    Thanks

  2. #2
    Join Date
    Nov 2001
    Posts
    1

    Question DropJava

    Hi, Brad,

    I just came across with the command: "dropjava" command in command line in the book:"Oracle Desk Reference", which explains that 'Dropjava drops nominated Java classes, sources, and archives from the database'.

    Please check Oracle documentation for further details to see if you can find something you need.

    Oraora.dba

  3. #3
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Hi Brad,

    For uninstall java from Oracle database run:

    $ORACLE_HOME/javavm/install/rmjvm.sql

    To install java again:

    $ORACLE_HOME/javavm/install/initjvm.sql

    Hope that helps

    Angel


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