Hello,
The manual states in section 5.7 that "In a Test Script you are not limited to PL/SQL blocks. You can also execute single SQL statements, including select statements. Executing a select statement will display an additional Results tab page,
which displays all selected rows."
When I tried to put a select statement inside the script I received an error: "ORA-06550: line 58, column 3:
PLS-00428: an INTO clause is expected in this SELECT statement".
I obviously missed something here, but what?
Can someone enlighten me?
gad
The manual states in section 5.7 that "In a Test Script you are not limited to PL/SQL blocks. You can also execute single SQL statements, including select statements. Executing a select statement will display an additional Results tab page,
which displays all selected rows."
When I tried to put a select statement inside the script I received an error: "ORA-06550: line 58, column 3:
PLS-00428: an INTO clause is expected in this SELECT statement".
I obviously missed something here, but what?
Can someone enlighten me?
gad