
September 8th, 2003, 08:56 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
java.sql.SQLException: ORA-06550:
Hi,
I have a stored procedure in Oracle that compiles and executes correctly. When I call the same from java (jdbc thin driver) I get the following error message:
java.sql.SQLException: ORA-06550: line 1, column 47:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
begin case declare end exception exit for goto if loop mod
null pragma raise return select update while with
<an identifier> <a double-quoted delimited-identifier>
<a bind variable> << close current delete fetch lock insert
open rollback savepoint set sql execute commit forall merge
<a single-quoted SQL string> pipe
Can someone give me advice as to what maybe the problem...
thanks
SK
|