If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > 8.1.7 initjvm script failed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-21-03, 20:23
no_oracle_dba no_oracle_dba is offline
Registered User
 
Join Date: Jul 2003
Location: CA
Posts: 1
8.1.7 initjvm script failed

We just ran the javavm/install/initjvm.sql script and everything went well until:

...
SQL> create role javadebugpriv;

Role created.

SQL>
SQL>
SQL> -- Load all the Java classes
SQL> -- Java Sanity check for installation
SQL> -- Define package dbms_java
SQL> @@initjvm2
SQL> -- subscript for initjvm.sql and ilk
SQL>
SQL> -- Load all the Java classes
SQL> create or replace java system;
2 /
create or replace java system;
*
ERROR at line 1:
ORA-29509: incorrectly formed Java binary class definition

Does anyone have any wisdom, please? This is the first EVER attempt by anyone here to initialize the JVM for Oracle 8.1.7 on Solaris.
Reply With Quote
  #2 (permalink)  
Old 07-22-03, 09:50
aruneeshsalhotr aruneeshsalhotr is offline
Registered User
 
Join Date: Jul 2003
Location: US
Posts: 314
INITJVM

Hi
I am also interested in getting more information on the initjvm step.
Last week, I was trying to view all the scripts around, and couldnt get much info on the initjvm step, as to why it may be used, and what is the purpose of JVM in oracle.
Thanx and Regards
Aruneesh
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On