Cartesian Merge Join are sometimes more expensive. takes long time to run and uses resources.
To avoid the cartesian merge join you can disable using below command to make it run in that session. You dont want to apply this change to the DB as it would need oracle support to disable it.
alter session set "_optimizer_cartesian_enabled"=FALSE;
No comments:
Post a Comment