internal error [1407]

March 16, 2008

This error message will appear when we write an incomplete code that uses select statement with condition from the cursor’s field on Oracle Developer.


If there is a cursor like this in the declaration part:
cursor cursor_name is select column_name1
from table_name
where column_name1=condition1;

vvcursor cursor_name%rowtype; Read the rest of this entry »