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

Thread: ORA-29540: class oracle/aurora/rdbms/security/PolicyTableManager does not exist

  1. #1
    Join Date
    Jun 2001
    Posts
    243
    I'm getting ORA-29540 class oracle/aurora/rdbms/security/PolicyTableManager does not exist error while I'm installing the database. This is RDBMS 817 on Solaris8. I guess initjvm.sql ran unsuccesfully?....checked my init file and relaized that I didn't had java_pool_size set....so I set the java_pool_size to 100M....and it works.....did I set it too high?....what is java_pool_size do?

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    JAVA_POOL_SIZE can vary from 1M to 1G (approx.). It defones the memory from which the Java memory manager allocates most Java state during runtime execution.

    Using the following query:

    SELECT pool, name, bytes FROM v$sgastat WHERE pool = 'java pool';

    you can follow how much memory you use and based on that you may decide to increase or reduce the JAVA_POOL_SIZE.




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