10g XE and JVM [message #155283] |
Fri, 13 January 2006 08:56 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gsalzone
Messages: 1 Registered: January 2006 Location: Italy
|
Junior Member |
|
|
Hy,
I need to know if Oracle 10g XE can manage java code.
I've wrote stored procedure that contains java code but when i try to call it from my java code I receive the error :
ORA-29538: Java not installed.
In XE there isn't initjvm.sql to initialize JVM.
How can I solve my problem?
Thanks in advance
Gianluca
|
|
|
Re: 10g XE and JVM [message #155374 is a reply to message #155283] |
Sun, 15 January 2006 09:58 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Frank Naude
Messages: 4590 Registered: April 1998
|
Senior Member |
|
|
Oracle XE is a scaled down version of the database server. It doesn't support all the features found in the standard and enterprise editions of Oracle. Unfortunately, Java stored procedures is one of those features that's not included.
|
|
|