Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Error: ORA-06512
Hi, thanks for answering,
here is additional information about the error and db version and so on.
I get the following exception by executing my InsertIt procedure:
SQL> execute InsertIt;
BEGIN InsertIt; END;
*
FEHLER in Zeile 1:
ORA-28576: RPC-Verbindung mit externer Prozudurverarbeitung abgebrochen ORA-06512: in "GISTSAMPLE.PLS_LIBINSERT", Zeile 0 ORA-06512: in "GISTSAMPLE.INSERTIT", Zeile 10 ORA-06512: in Zeile 1
translation:
Error in row 1:
ORA...: RPC-Connection with external procedure call is broken ORA...: in "..", row 0 ORA...: in ... row 10
But I receive the data in my external C function (inside a dll) I am working on a Windows 2000 platform with Oracle 9i
Any Ideas?
I get the same error when I call the PLS_libInsert function (see below) from a Java class inside the database. But I receive the data correctly in the dll and the data is processed correctly (not the FIRST time). The first call ends with a message box as mentioned above (read error by extproc.exe). All further calls ends also with an message box with the following error (written error by extproc.exe) but this time the dll works correctly.
(error when I call the pls_libinsert function by a Java class inside the db) Exception thrown: oracle.jdbc.driver.OracleSQLException: ORA-28576:
RPC-Verbindung mit externer Prozudurverarbeitung abgebrochen ORA-06512: in "GISTSAMPLE.PLS_LIBINSERT", Zeile 0 ORA-06512: in Zeile 1
Ok, hope this helps ,,
Yours
Mario
TurkBear wrote:
> What are the other errors that appear before this one? Or the line# reference for it - Oracle docs indicate that this is the > last of a stack : > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > ORA-06512 > > ORA-06512at str line num > > Cause:This is usually the last of a message stack and indicates where in the PL/SQL code that a problem occurred. > > Action:Fix the problem causing the exception or write an exception handler for this condition. It may be necessary to contact > the application or database administrator. > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Also, please indicate version, platform etc... > > > MD <mdoeller_at_itec.uni-klu.ac.at> wrote: > >
> > > > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- > http://www.newsfeeds.com - The #1 Newsgroup Service in the World! > Check out our new Unlimited Server. No Download or Time Limits! > -----== Over 80,000 Newsgroups - 19 Different Servers! ==----- >Received on Thu Mar 14 2002 - 02:57:20 CST
![]() |
![]() |