Found the following in a 10G database.
insert into ... select /*+ PUSH_SUBQ */ * from ... type query, only a portion of the rows would be returned.
removing the hint, all expected rows would be inserted into the table.
A definite trick for young players, as the insert statement never returned any errors.
4096 Columns
3 weeks ago