Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: _DB_FILE_DIRECT_IO_COUNT
Lee,
If you would like to see the default value for _DB_FILE_DIRECT_IO_COUNT, run the following query with SYSDBA privileges:
col Parameter for a50
col "Session Value" for a20
col "Instance Value" for a20
select a.ksppinm "Parameter", b.ksppstvl "Session Value", c.ksppstvl "Instance Value" from x$ksppi a, x$ksppcv b, x$ksppsv c where a.indx = b.indx
Parameter Session Value Instance Value -------------------------------------------------- -------------------- -------------------- _db_file_direct_io_count 1048576 1048576 _db_file_noncontig_mblock_read_count 11 11
SQL>
Muqthar Ahmed
DBA
-----Original Message-----
Sent: Tuesday, October 21, 2003 8:16 AM
To: Multiple recipients of list ORACLE-L
Hi,
9.2.0.3 AIX 5L Anyone used this in 9i ??
Can you set this as you would a normal parameter (ie. as I did in 8i with undocumented parameters).
Sorry if this is a stupid question but I am still getting my head around this 9i stuff.
Plus don't worry, this is not Production I am playing but a test instance. I thought I would ask first as I would rather not recreate this.
Cheers
Lee
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Robertson Lee - lerobe
INET: lerobe_at_acxiom.co.uk
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Oct 21 2003 - 09:24:25 CDT
![]() |
![]() |