chfs -a options=cio /your/filesystem
> show parameter filesystemio_options;
> show parameter disk_asynch_io;
// disk_asynch_io 가 true 이어야 함 !!!
// disk_asynch_io 가 true 이어야 함 !!!
> select name, asynch_io from v$datafile d inner join v$iostat_file f on d.file#=f.file_no;
> alter system set filesystemio_options='SETALL' scope=spfile;
> #alter system set disk_asynch_io=true scope=spfile;
> select name, asynch_io from v$datafile d inner join v$iostat_file f on d.file#=f.file_no;
'IBM Power' 카테고리의 다른 글
aix 6.1 performance 관련 bug fix (0) | 2012.01.31 |
---|---|
oracle11gr2 rac with powerha && gpfs (0) | 2012.01.19 |
init.ora 기본 파라미터 변경 for 11gr2 on aix (0) | 2012.01.09 |
Oracle 10g control file 관리 (0) | 2011.12.21 |
WebSphere && WebLogic을 위한 Parameter && Options (0) | 2011.12.06 |