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

Thread: how to deploy the .java functions into oracle db

  1. #1
    Join Date
    Oct 2005
    Posts
    90

    how to deploy the .java functions into oracle db

    Hi Gurus ,
    please Can anybody let me know how to deploy the .java functions into oracle db.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2000
    Location
    Sao Paulo,SP,Brazil, Earth, Milky Way
    Posts
    350
    Sorry, but "deploy .java function" does not compute to me : inside an Oracle db what you can have in this sense is :

    a) write a java stored procedure, it´s your .java source that you are creating here direct inside the db

    or

    b) you can load a java code (.jar , .class, etc) in the db with the LOADJAVA utility : this code can be yours, something that YOU wrote and compiled, OR can be from other origins, maybe evene something what you do not have the source code

    search in asktom.oracle.com for "LOADJAVA" and for "JAVA STORED PROCEDURE", you will find some examples. IF neither a) or b) are what you means, please explain more about your requirement.

    Regards,

    Chiappa

  3. #3
    Join Date
    Oct 2005
    Posts
    90
    Thanks chiappa,I Got an email from one of the developers saying "All of the .java programs in this directory will have to be compiled using java SDK 1.4 or higher
    And then a normal loadjava deployment of the java classes
    and the database functions in these classes"

    Please let me know not sure what to do.

    Thanks in advance.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    what version of the database

  5. #5
    Join Date
    Oct 2005
    Posts
    90
    Thanks everyone,did it through loadjava utility.

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