此内容没有您所选择的语言版本。

12.3. Enabling Asynchronous I/O in Oracle 9i and 10g


If you use file systems instead of raw devices or ASM for data files, then you need to ensure that the data files reside on file systems that support asynchronous I/O (OCFS/OCFS2, ext2 and ext3). To do asynchronous I/O on file systems the filesystemio_options parameter needs to be set to "asynch".
filesystemio_options=asynch
Copy to Clipboard Toggle word wrap
This parameter is platform specific. By default, this parameter is set to none for Linux and thus needs to be changed:
SQL> show parameter filesystemio_options;

NAME                                 TYPE        VALUE
------------------------------------ ----------- -----------
filesystemio_options                 string      none
SQL>
Copy to Clipboard Toggle word wrap
The filesystemio_options can have the following values with Oracle 9i R2:
  • asynch: This value enables asynchronous I/O on file system files.
  • directio: This value enables direct I/O on file system files.
  • setall: This value enables both asynchronous and direct I/O on file system files.
  • none: This value disables both asynchronous and direct I/O on file system files.
If you also want to enable Direct I/O Support which is available in Red Hat Enterprise Linux 4 or 5, set filesystemio_options to "setall".

Important

In Red Hat Enterprise Linux 3, it is recommended you use direct I/O only for ext2, ext3, GFS, NFS and OCFS file systems.

Important

In Red Hat Enterprise Linux 4 and 5, it is strongly recommended to use the “setall” parameter for ext2, ext3, GFS, NFS and OCFS file systems.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat