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 »
Posted by ciha
