Microsoft
Software
Hardware
Network
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
SQL 2005 Pivot Query Help!
more jscript regex strip string help
How to turn off referential integrity for importing/replacing/deleti<wbr />ng validated data
Laptop NumLock coming ON at logon when I want it OFF.
Sorting listbox Rowsource
Active Directory users profiles not always mapping correctly
Finding the right permutation of a list of words
Pagemaker error while exporting "No valid ppd files were found. Check the ppd4 directory in usenglish."
Flash Preloading Images - reducing load time on website
How to create a simple form on Sharepoint?