Results 1 to 4 of 4
- 10-12-2009, 09:42 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 13
- Rep Power
- 0
Problem calling Oracle stored procedure (bug?)
Hello everybody, I am trying to call a stored procedure Oracle on Oracle 10g XE from Java.
I can succesfully execute query from Java, so I can say that driver, connection, ... are all right.
I have the following error when I try to call a stored procedure or a function.
I think that it is a bug of the file OraClient10.Dll, so, in general, a bug that don't depends from my code. So I install the most recent version of JDK/JRE, and I download again file OraClient10.Dll but result was the same.
Please help me!
Thank you
Ulix
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d37460, pid=3872, tid=1224
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
# Problematic frame:
# C [OraClient10.Dll+0x117460]
#
# An error report file with more information is saved as:
[...]
#
# If you would like to submit a bug report, please visit:
[...]
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
- 10-13-2009, 07:29 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Use the thin client instead of the OCI client and you won't be using that library.
- 10-13-2009, 08:47 AM #3
Member
- Join Date
- Oct 2009
- Posts
- 13
- Rep Power
- 0
I'm going to try
Thank you for your answer, I am going to try and I will let you know.
Ulix
- 10-14-2009, 09:32 AM #4
Member
- Join Date
- Oct 2009
- Posts
- 13
- Rep Power
- 0
Similar Threads
-
How to call Oracle stored procedure from Java?
By parag_narkhede in forum New To JavaReplies: 4Last Post: 10-07-2009, 07:50 AM -
calling stored procedure through java
By KTR in forum JDBCReplies: 2Last Post: 01-30-2009, 12:53 PM -
stored procedure
By sankarigopi in forum JDBCReplies: 1Last Post: 11-13-2008, 04:53 PM -
How to get multiple rows from Stored Procedure
By SRJ1957 in forum Advanced JavaReplies: 0Last Post: 08-11-2008, 08:26 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks