Question : ORA:06550 error

Sometimes I get the following error if I call a procedure from within java, but if I execute it using toad / sqlplus it is working fine. The same procedure works fine sometimes even from java. Please help...

SQL Exception Occured in CALLDN010PT : ORA-06550: line 1, column 228:
PLS-00103: Encountered the symbol "DN010PT"
ORA-06550: line 1, column 460:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:

   . ( , * % & - + / at mod rem
    as
   from into || bulk

SQL Exception sqlExcep : java.sql.SQLException: ORA-06550: line 1, column 228:
PLS-00103: Encountered the symbol "DN010PT"
ORA-06550: line 1, column 460:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:

   . ( , * % & - + / at mod rem
   
as
   from into || bulk

I am using AIX / Oracle 9i.

Answer : ORA:06550 error

it may be possible that you are generating query/statement at run-time. And the statement is made wrongly some-times. Also add (log it somewhere) the query/statement you are firing against Oracle.
Random Solutions  
 
programming4us programming4us