Oracle enables asynchronous IO (db file async I/O submit)

Source: Internet
Author: User


The city board has a large number of DB file async I/O submit wait events in the dual random AWR report




Refer to two articles:



Case Oracle Wait Event db file async I/O submit cause and workaround



DB file Async I/O Submit wait Event optimization


See if the data file is open for asynchronous IO




Select Name, Asynch_Io
  From V$datafile f, V$iostat_File i
 Where f.File# = i.File_No
   And (Filetype_Name = ‘Data File‘ Or Filetype_Name = ‘Temp File‘);

See two parameters






SQL> show parameter disk_asynch_io

NAME                     TYPE     VALUE
------------------------------------ ----------- ------------------------------
disk_asynch_io                 boolean     TRUE
SQL> show parameter filesystemio

NAME                     TYPE     VALUE
------------------------------------ ----------- ------------------------------
filesystemio_options             string     none




Modify parameter filesystemio_options




 
alter system set filesystemio_options =asynch sid =‘*‘ scope=spfile;


Restart database




Oracle enables asynchronous IO (db file async I/O submit)


Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.