Re: Wait LCP to ensure durability
The IO threads are using count=1, this is a bit of a misnomer.
There is a lot of IO threads, one for each open file at least
and in addition by default 2 threads for tablespace files.
In the configuration it is mandatory to set count, so it must
be set to 1, for IO threads we actually ignore this number.
These threads are most likely the threads with tid's a bit
higher (in the 8000 and 9000 ranges).
You can get even better understanding which are the IO threads
by ensuring that top prints the last CPU the thread executed on.
The IO threads should all have executed last on CPU 11.
Subject
Views
Written By
Posted
2320
September 28, 2017 03:46AM
962
September 28, 2017 03:50AM
1161
September 28, 2017 03:17PM
1779
October 02, 2017 01:56AM
1068
October 02, 2017 06:39AM
1077
October 04, 2017 03:49AM
1214
November 22, 2017 01:07AM
1047
November 22, 2017 01:35AM
1023
November 22, 2017 02:23AM
1012
November 22, 2017 03:30AM
965
November 23, 2017 05:06AM
1008
November 25, 2017 02:33AM
1064
November 25, 2017 04:08AM
1074
November 25, 2017 04:16AM
983
November 25, 2017 07:33AM
901
November 25, 2017 11:44AM
941
November 25, 2017 03:37PM
875
November 26, 2017 01:00AM
1156
November 26, 2017 08:06AM
938
November 27, 2017 04:28AM
994
November 27, 2017 04:58AM
Re: Wait LCP to ensure durability
915
November 27, 2017 08:44AM
980
November 27, 2017 09:16AM
940
November 27, 2017 04:16PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.