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

Thread: Enabling Java in 8i

  1. #1
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Hi

    Does anyone know how to enable Java option in 8i?
    I have ran initjvm.sql and set java_pool_size but when I see v$options Java options still says false.

  2. #2
    Join Date
    Sep 2000
    Posts
    128
    There is a stored procedure I think you need to run....

    I'll try and find out what it is, if you have the upgrade notes, you may find it in there...

  3. #3
    Join Date
    Sep 2000
    Posts
    128
    This is what I was thinking of.. Have you run this yet? (as internal)

    create or replace java system
    /

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Hi

    how long does this command take to finish? ran it for like 7 8 minutses already but it just hangs, checked v$open_cursor and nothing is going on...

  5. #5
    Join Date
    Sep 2000
    Posts
    128
    I've never run it to completion becaue I've never used the java option... I ran it once by mistake (as it's listed in the patch details after catalog etc.), but it took so long on my old slow server that I killed the process through boredom!

  6. #6
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    aps has anyone else used java option? :o

  7. #7
    Join Date
    Sep 2000
    Posts
    128
    I finally found this on Metalink, don't know if it's of any help:

    [url]http://support.oracle.com.sg/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=105472.1[/url]

  8. #8
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Hm that´s what I did and when I do

    SELECT count(*)
    FROM dba_objects
    WHERE object_type LIKE 'JAVA%';

    I see about 9000 objects, however when I see options it still says Java is false. I have everything true expcet Java and Parallel Server...


  9. #9
    When you ran initjvm.sql everything was fine?
    Did you see the output?
    Ramon Caballero, DBA, rcaballe@yahoo.com

  10. #10
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    yep everything was fine, I even checked the logs. The thing is this happened in 2 machines not just 1

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