Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
528 views

PLS-00103 Error at end of function

Receiving the following error relating to a function: 'ERROR at line 20: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: end not pragma final instantiable ...
0
votes
2answers
111 views

Oracle: exception and error

I have written this function in SQL and I can't figure out why but it keeps on returning an error in the exception section. I've checked the syntax, got documented but I had no luck, will anyone ...
0
votes
1answer
559 views

PLS-00103 error for procedure

I have 2 servers (one for testing, one for production), both have the following Oracle packages (identical output on both of them for SELECT * FROM V$VERSION; : Oracle9i Enterprise Edition Release ...
0
votes
1answer
636 views

ORA-06550 and PLS-00103

HI, I am using UNIX OS and working on oracle. I am getting the error message below E ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin ...
0
votes
1answer
555 views

Error PLS-00103 compiling user-defined function in Oracle

I'm trying to create a user defined function in Oracle that will return a DATE when given a text argument containing a date substring. I've tried a couple ways of writing this, and all seem to throw ...