How do I troubleshoot performance problems with an Oracle SQL statement

前端 未结 9 1514
夕颜
夕颜 2021-02-10 08:12

I have two insert statements, almost exactly the same, which run in two different schemas on the same Oracle instance. What the insert statement looks like doesn\'t matter - I\'

9条回答
  •  逝去的感伤
    2021-02-10 08:49

    I've put up my general list of things to check to improve performance as an answer to another question:

    Favourite performance tuning tricks

    ... It might be helpful as a checklist, even though it's not Oracle-specific.

提交回复
热议问题