Examine this function call:
cur_num := DBMS_SQL.TO_CURSOR_NUMBER (cur_val); Which two statements are true?
Select all that apply, then click Submit answer.
-
○
CUR_VAL must be opened after this line is executed in the PL/SQL block.
-
○
CUR_VAL must be a weakly typed cursor variable.
-
○
CUR_VAL can be either a strongly or weakly typed cursor variable.
-
○
CUR_VAL must be opened before this line is executed in the PL/SQL block.
-
○
The PL/SQL block can continue to use the cursor variable after this line is executed.

