Data file init write event oracle
Enable system auditing. Detached process dump directory. Blank trimming semantics parameter. Bias this node has toward not preparing in a two-phase commit. Database will be compatible with this software version. Control file record keep time in days. Control file names list.
Destination for core dump files. Number of cpu's for this instance. Size of create bitmap buffer for bitmap index. Use more memory in order to get faster execution. Number of database blocks cached in memory. Data and index block checking overrides events and Store checksum in db blocks and check during reads. Number of lru latches. Size of database block in bytes. Db blocks read for each IO.
Max allowable db files. Number of background database writer processes to start. Enforce password for distributed login always be encrypted. Turns delayed block cleanout on or off. Dml locks - one for each table modified in a transaction. Just e-mail: and include the URL for the page.
All rights reserved by Burleson. Problem: I am analyzing a performance issue with an oracle database. Answer: The "Data file init write" happens when you have "autoextend" set. In Oracle 8. The cure for the direct path write waits is to locate and tune the SQL statement to reduce the number of sorts and eliminate hot disks. When the statement is executing, examine the P1 values.
If they mostly point to the TEMP tablespace, this means the statement is performing disk sort operations, and if there are a lot of them, then the statement must be tuned to reduce the number of sorts. In this case, use the appropriate operating system tools or utilities such as sar —d or iostat —dxn to ensure that there are no hot disks. Parent topic: Oracle Database Specifications for Windows.
If you do not specify a different initialization file with the option PFILE at database startup, then by default Oracle Database uses initialization parameter files located in. If you create a database manually using an SQL script, then you are required to create an initialization parameter file or copy an existing initialization parameter file and modify the contents. If you use Database Configuration Assistant to create a database, then the initialization parameter file is automatically created for you.
0コメント