Problem calling Oracle stored procedure (bug?)

View: New views
5 Messages — Rating Filter:   Alert me  

Problem calling Oracle stored procedure (bug?)

by ulix83 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everybody, I am trying to call a stored procedure Oracle 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 JVM or, in general, a bug that don't depends from my code. So I install the most recent version of JDK/JRE, 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:

# C:\Documents and Settings\ulisse\Desktop\JME\JavaApplication6\hs_err_pid3872.log

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#





Re: Problem calling Oracle stored procedure (bug?)

by Luis Cano-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It seams to be a problem with your Oracle Client, look at the problematic file:

# C  [OraClient10.Dll+0x117460]

Are you using the same driver version as your database?

Are you using ODI?

Do the user have privileges for the operation? Try using an user with more privileges just to see if it works.

Try changing the OraClient10.DLL version.

Look at these sites for hints:











On Fri, Oct 9, 2009 at 8:57 AM, ulix83 <ulix83@...> wrote:
Hello everybody, I am trying to call a stored procedure Oracle 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 JVM or, in general, a bug that don't depends from my code. So I install the most recent version of JDK/JRE, 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:

# C:\Documents and Settings\ulisse\Desktop\JME\JavaApplication6\hs_err_pid3872.log

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#






Problem calling Oracle stored procedure (bug?)

by ulix83 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Luis Cano wrote:
> It seams to be a problem with your Oracle Client, look at the problematic file:

>

> # C




Copy-and-paste of the beginning of the log. I did already try to download file  OraClient10.Dll again, but nothing changed...



Thank you



#

# 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]

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#





Problem calling Oracle stored procedure (bug?)

by ulix83 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I solved my problem.

It only need to use thin versione and oci8.

Now it's everything all right! :D





Searching sub interfaces and implementation classes of super interface

by 강신동 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Dear NetBeans team.

In method tracking into the forward, 
I can not trace code at the interface...

Please, Add the function ...
Needed NetBeans function :  searching sub interfaces and implementation classes at mouse point of a super interface.


Best regards. 

-Shindong