Page 1 of 1

cursor question help needed

Posted: Thu Oct 07, 2010 11:48 pm
by akumar.oracle
Which line in the following statement will produce an error?
cursor action_cursor is

select name, rate, action
into action_record
from action_table;
There are no errors in this statement.