Execute Immediate and Multiple-Rows
16310Jun 4 2010 — edited Jun 4 2010Hi guys,
what happens exactly when I execute
a SQL-Statement which returns multiple columns and multiple
rows with execute immediate?
does oracle execute the statement completely?
for example:
execute immediate 'select a, b, c from x';
regards
s.