Top "Ora-06550" questions

You tried to compile a block of PLSQL code, but a compilation error occurred.

PLS-00103: Encountered the symbol "end-of-file" in simple update block

The following Oracle statement: DECLARE ID NUMBER; BEGIN UPDATE myusername.terrainMap SET playerID = :playerID,tileLayout = :tileLayout WHERE ID = :ID END; …

sql oracle plsql ora-00933 ora-06550
Oracle : receiving ORA-06550 and PLS-00905

i have a holiday table which contains the data are HOLIDAYDA DESCRIPTION --------- -------------------- 19-JAN-11 to 17-JAN-11 to 10-JAN-11 new …

sql oracle plsql ora-00933 ora-06550
APEX: apex_application.g_print_error_message problem

When i'm using this command apex_application.g_print_success_message := '<span style="color:GREEN">Message</…

oracle oracle-apex ora-06550
How to initialize a varray table of {TABLE}%ROWTYPE?

I have a varray defined like: declare TYPE tnr_l IS VARRAY(30) of lve%ROWTYPE; I want this varray to …

oracle plsql initialization ora-06550 varray
Using bind variables in SQL Plus with more than one row returned?

This is a stupid problem, but I can't seem to get around it. I have a query that's causing trouble …

oracle sqlplus ora-06550 bind-variables ora-01422