`
coolsooner
  • 浏览: 1313170 次
文章分类
社区版块
存档分类
最新评论

Database Configuration and I/O Issues(3)

 
阅读更多
Regulating Checkpoint Queue
调整checkpoint队列


有如下参数
FAST_START_TO_TARGET
LOG_CHECKPOINT_INTERVAL 过时
LOG_CHECKPOINT_TIMEOUT 过时
FAST_START_MTTR_TARGET


实例恢复速度与日常运行效率的权衡。
实际情况是掉电情况比较少,所以多点增量checkpoint比


较好,即平时写比较多的日志,才写磁盘。所以要调整脏


数据队列的长度。
FAST_START_MTTR_TARGET=600,则600秒就大概能实例恢复





Redo Groups and Members
同一组中的几个redo log file应该放在不同的磁盘上。
设足够的组以防止归档等待。
v$logfile
v$log
v$log_history


Archiving Performance
1.Allow the LGWR process to write to a disk


different from the one the ARCn process is reading.
2.Share the archiving work during a temporary


increase in workload:
alter system archive log all to


<log_archive_dest>
3.Increse the number of archive processes.
4.Change archiving speed:参数
LOG_ARCHIVE_MAX_PROCESSES
LOG_ARCHIVE_DEST_n
动态性能视图以助诊断:
v$archive_dest
v$archived_log
v$archive_processes
LOG_ARCHIVE_DEST_STATE_n
分享到:
评论

相关推荐

    JavaScript Applications with Node.js, React, React Native and MongoDB

    JavaScript Applications with Node.js, React, React Native and MongoDB: Design, code, test, deploy and manage in Amazon AWS By 作者: Eric Bush ISBN-10 书号: 0997196661 ISBN-13 书号: 9780997196665 出版...

    Oracle Database Listener Security Guide

    One of the most misunderstood security issues with the Oracle Database is the security of the Listener. Generally, DBAs are not aware that an attacker can easily remotely manage the Listener and ...

    Oracle.Application.Express.Administration.For.DBAs.and.Developers.epub

    This book helps database and system administrators succeed in managing Oracle Application Express (APEX) environments. Focus is on creating the right combination of scalability, high-availability, ...

    Professional Microsoft SQL Server 2008 Administration

    This means you can manage many servers at one time using Policy-Based Management, scale your I/O load using compression, and collect valuable information about your environment using data collectors,...

    S7A驱动720版本

    detect, trace and solve communication issues. - Support for MATRIX licence key added. This key does not require a special key driver. It simply needs a PC and a windows version which supports USB...

    apollo 7.3 d7-xe3

    This collection of unrelated functionality adds needless overhead to your applications and is the source of many configuration, deployment and BDE versioning issues -- all of which can be avoided by ...

    Healthy SQL.pdf

    doubtful that they know what the proper installation and configuration settings are. The goal of a vendor is to install and set up its application without regard for the ongoing health or performance...

    PostgreSQL 9.0 High Performance

    Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can ...

    Infinity Science – Software Engineering and Testing.pdf

    PART I: SOFTWARE ENGINEERING AND TESTING Chapter 1. Introduction to Software Engineering 3 1.1 Introduction to Software 3 1.2 Types of Software 5 1.3 Classes of Software 8 1.4 Introduction...

    vCenter Troubleshooting(PACKT,2015)

    We will cover troubleshooting of vCenter areas such as SQL databases, single sign-on (SSO), password issues, monitoring, storage and configuration, and operations management. We then move onto ...

    Using Perl For Web Programming.pdf

    Special Edition ...Chapter 3 Advanced Form Processing and Data Storage Using the POST Method Comparing GET and POST H Processing the Information from a POST-Method Form H G CONTENTS ...

    greenplum-db-6.2.1-rhel7-x86_64.rpm

    PXF introduces a new template file, pxf-site.xml, to specify the Kerberos and impersonation property settings for a Hadoop or JDBC server configuration. Refer to About Kerberos and User Impersonation ...

    Continuous Delivery & Continuous Integration

    The authors first examine the concept of CI and its practices from the ground up and then move on to explore other effective processes performed by CI systems, such as database integration, testing, ...

    python3.6.5参考手册 chm

    PEP 3116: New I/O Library PEP 3118: Revised Buffer Protocol PEP 3119: Abstract Base Classes PEP 3127: Integer Literal Support and Syntax PEP 3129: Class Decorators PEP 3141: A Type Hierarchy for ...

    Cisco Press - OSPF Network Design Solutions, 2nd Edition

    Part I OSPF Fundamentals and Communication 3 Chapter 1 Networking and Routing Fundamentals 5 Chapter 2 Introduction to OSPF 47 Chapter 3 OSPF Communication 103 Part II OSPF Routing and Network Design ...

    Professional C# 3rd Edition

    Console I/O 65 Using Comments 67 Internal Comments Within the Source Files 67 XML Documentation 68 The C# Preprocessor Directives 70 #define and #undef 70 #if, #elif, #else, and #endif 71 #warning and...

    Software.Testing.2nd.Edition (Sams)软件测试(英文版)

    Configuration and Compatibility Issues How Much Should You Test? Summary Quiz Chapter 11. Usability Testing User Interface Testing What Makes a Good UI? Testing for the Disabled: ...

    CentOS.7.Linux.Server.Cookbook.2nd.Ed.pdf

    Presents tricks and solutions to tackle common server issues with the help of practical examples and real-life scenarios Who This Book Is For This book is targeted at beginner and more experienced ...

    CE中文版-启点CE过NP中文.exe

    structure data from PDB files can now be used, and are stored in a database for lookup later dissect structures form can now show a list of known structures (pdb, mono, ...) Added a "revert to saved ...

Global site tag (gtag.js) - Google Analytics