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.
xb.sql and xbi.sql - Explain Oracle Execution Plans Better! (Part 3 -
Cardinality Misestimates)
-
Here’s part 3 of my xb.sql & xbi.sql article series that I started writing
back in 2019 :-) Part 1 - Show and format execution plans by querying
V$SQL_PLAN...
Acum 2 zile
Niciun comentariu:
Trimiteți un comentariu