Все вопросы: [ora-00600]
2 вопросов
1
голосов
3ответов
4620 просмотров
passing associative array of type Timestamp to oracle stored procedure
We're running into a strange error using Oracle Odp.Net (connecting to Oracle 9). The problem is illustrated by the code snippet below. This is the error we're experiencing: ORA-00600: internal error code, arguments: [15419], [severe error during PL/SQL execution], [], [], [], [], [], [] ORA-0...
2
голосов
8ответов
22437 просмотров
Оракул ORA-00600
У меня есть инструкция SQL SELECT, которая возвращает: Error: ORA-00600: internal error code, arguments: [qerpfAllocateR], [], [], [], [], [], [], [] Если я сузил результаты, добавив еще одно условие в предложение WHERE, все в порядке. Кто-нибудь знает, что происходит? РЕДАКТИРО...