INSERT-SELECT operations
There are several ways to optimize an INSERT-SELECT query that has the following format:.
There are several ways to optimize an INSERT-SELECT query that has the following format:
INSERT /*+direct*/ INTO destination SELECT * FROM source;