Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS can't find my store procedure!

Re: DBMS can't find my store procedure!

From: Na, Kyung-tae (³ª°æÅÂ) <hotchild_at_iitcorp.co.kr>
Date: Mon, 1 Feb 1999 18:59:34 +0900
Message-ID: <793tt5$hmu$1@news.nuri.net>


When DBMS returned me error ORA-06564, I test my_sp with 'desc'.

SQLWKS> desc procedure my_sp

Above command returns below error

ORA-06544 PL/SQL: internal error, arguments:[2601], [], [], [], [], [], [], []

ORA.HELP says....

ORA-06544 PL/SQL: internal error, arguments:arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8

Cause: A PL/SQL internal error occurred. Action: Report this as a bug; the first argument is the internal error number.

Copyright (C) 1995, Oracle Corporation Received on Mon Feb 01 1999 - 03:59:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US