Oracle coding error ORA-06550
Hi,I get the following error on compiling my code -***********************************************************ORA-06550: line 16, column 1:PLS-00103: Encountered the symbol "ELSE" when expecting one of thefollowing: begin case declare end exit for goto if loop mod null pragma raise return...
View Answer
| Jul 18 2008 2:59 PM GMT
| asked by
ITKE
Oracle development, Oracle error messages, ORA-06550
ORA-06550 error: the function is undefined or not a procedure, yet I have defined the function
I get the following error message:ORA-06550: line 2, column 1: PLS-00221: 'CUSTOM_AUTH' is not a procedure or is undefined ORA-06550: line 2, column 1: PL/SQL: Statement ignored Error ERR-10460 Unable to run authentication credential check function.I have defined the function custom_auth
View Answer
| Mar 13 2008 1:24 AM GMT
| asked by
T Will
ORA-06550, Undefined Function, PL/SQL
How do you get around an ORA-06550 error?
I am making a program that will ask the user to enter a customer number. All of the customer numbers are numbers only. If the user enters in a customer number with a letter in it by mistake they will receive an ora-06550 error on that line number. How can I create an exception that will allow me to...
View Answer
| Nov 28 2007 4:52 PM GMT
| asked by
Jonsorr
Oracle 10g, ORA-06550, Oracle error messages


