http://www.pythian.com/news/38159/temporary-tablespaces-to-bigfile-or-not-to-bigfile/
My Oracle Support note 465840.1 has some good information about addressing tempfile contention in RAC. It mentions that “buffer busy wait” events on the file header block can be encountered in RAC as each instance allocates space in the same tempfile. It recommends creating at least as many tempfiles as there are instances in the cluster. To accommodate multiple files in a tablespace, we must create a SMALLFILE tablespace, and work around the 32G file limit. In our case, it means creating a new temporary tablespace with 24 32G tempfiles for a total capacity of 768GB, changing the default temporary tablespace, and dropping the old one.
Testing the Datadog Explain Plan Visualizer with Oracle execution plans
-
Datadog recently released a free online service explain.datadoghq.com where
you can paste in your explained SQL execution plans with metrics as JSON
text a...
Acum 6 zile
Niciun comentariu:
Trimiteți un comentariu