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

Thread: java Objects created while running initjvm.sql

  1. #1
    Join Date
    Oct 2000
    Location
    Charlotte, USA
    Posts
    330
    friends,
    What is the minimum allowable valid objects to be created at the time of doing java option enabling???.ie..after running initjvm.sql......in 9i db...(v9.0.1) on sunOs5.7.

    I know in 8i count(*) should be >8000.meaning..
    when we execute the script...
    select count(*) from dba_objects where object_type like 'JAVA%'; > 8000. otherwise reinstall...(ORACLE SAYS)
    The problem here is I am getting 7110.I have deinstalled and reinstalled 2 times... all the time I am getting 7110 only.
    When I did in 8.1.6.3 i got 8984 obviously > 8000.
    Please help me..
    Thanks.
    Thanigaivasan.

  2. #2
    Join Date
    May 2002
    Location
    California, USA
    Posts
    175

    Cool

    Oracle 9i, Solaris 7, JVM + InterMedia

    SQL> select count(*) from dba_objects where object_type like 'JAVA%';

    COUNT(*)
    ----------
    12350


    Oracle 9i, Solaris 7, JVM only

    SQL> select count(*) from dba_objects where object_type like 'JAVA%';

    COUNT(*)
    ----------
    11451


    Hope that helps,



    clio_usa
    OCP 8, 8i, 9i - Senior Oracle DBA
    ---------------------------------------




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