If any of the values >0, there is an existential fight
If the event is restored, the log_small_entry_max_size in the small init.ora can be reduced. If a recovery is made, the parameters of the log_simulatanous_copies in the Init.ora can be increased.
The optimal parameters of any rollback segment cannot be set too small, if the optimal<minextents will degrade the operating performance of the system.
SELECT Class,count from V$waitstat WHERE UPPER (The ' System Undo HEADER '), ' system undo block ',
' Undo HEADER ', ' undo Block ');
SELECT SUM (VALUE) from V$sysstat WHERE UPPER (NAME)
In (' DB block GETS ', ' consistent GETS ');
The ratio of each of the first checks to the second inquiry is best <0.01
3. Improve the efficiency of the zone.
SELECT reloads,pins from V$librarycache;
Reloads the number of times the SQL command is loaded and decomposed
Pins the number of times to look up a phrase in a data library for a SQL high speed buffer.
If the ratio of reloads to pins is greater than 1%, it should increase the number of shared_pool_size in Init.ora.
SELECT getmisses,gets from V$rowcache;
If the ratio of reloads to pins is greater than 10%, it should increase the number of Init.ora
The reference value of the shared_pool_size.
4. The maximum number of open targets at any time of the user
Modifies the parameters of the open_cursors in the Init.ora.
And the fast-slow being is the way in which the cursor is kept in conversation.
Increase the session_cached_cursors=100 in the Init.ora
5. SELECT sum (GETS), sum (getmisses) from V$rowcache;
The getmisses ratio must be close to 0, in order to enhance the performance, you can increase the Init.ora parameters shared_poll_size and db_block_buffers values.
6. SELECT Name,value from V$sysstat WHERE UPPER (NAME) in
(' Sorts (MEMORY) ', ' Sorts (DISK) ');
If the order on the magnetic disc is higher, the value of the sort_area_size in the Init.ora can be increased.
7. LGWR log files If the switch is too fast to affect the activity of the data library, the performance of the next.
In the Init.ora checkpoint_process=true
log_checkpoint_interval=10000
log_checkpoint_timeout=1800
8. Multi-thread Service (MTS) configuration
1> Mts_service
This is the service name used by the adjustment program to sql*net the listener.
It's best to take the same name as SID.
2> mts_dispatchers
Configure the number of adjustment processes.
3> mts_max_dispatchers
Configure the maximum number of adjustments for the process.
4> mts_sercers
Activate the first number of shared services.
5> mts_max_servers
Set the maximum number of shared services.
6> mts_listenter_address
This is the address of the service name used by the adjustment program to sql*net the listener.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.