- 浏览: 303848 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (167)
- <HTML and JavaScript and CSS> (6)
- 《Java2 基础知识及概念》 (3)
- Java2 Tools及其他 (11)
- EJB2.0 相关 (3)
- 英语学习 (4)
- Oracle Database Server (27)
- 计算机理论 (9)
- Java持久层框架 (2)
- 《Linux操作系统》 (24)
- 杂项技术 (4)
- Application Server (15)
- Windows操作系统 (7)
- Java中间件 (6)
- 娱乐生活 (4)
- 《Java设计模式》 (3)
- 《Interview Skill》 (1)
- 《Struts原理及应用》 (1)
- Workflow (2)
- 云计算 (3)
- 项目实践 (3)
- WEB相关技术 (10)
- JavaScript技巧及应用 (1)
最新评论
-
SQL> select * from v$log (status: current/active/inactive/unused)
SQL> select * from v$logfile (status: blank(in use)/stale(incomplete)/delete)
- Force log switch and CKPT
SQL> alter system checkpoint
SQL> alter system switch logfile
FAST_START_MTTR_TARGET (MTTR: meantime to recovery) (9i) 包含下面参数
FAST_START_IO_TARGET (8i)
LOG_CHECKPOINT_INTERVAL
LOG_CHECKPOINT_TIMEOUT - Adding (drop) Online Redo Log Groups
SQL> alter database add logfile group 6 ('xxx1','xxx2') size 1m;
SQL> alter database drop logfile group 6;
不能删除:当前日志组,活动日志组,没有归档的日志组 - Adding Online Redo Log Members
SQL> alter database add logfile member 'xxx1' to group 6;
SQL> alter database drop logfile member 'xxx1';
不能删除:最后一个 - Clearing, Renaming and Relocation Online Redo Log
SQL> alter database clear logfile 'xxx' (reinit)
SQL> alter database clear unarchived logfile 'xxx' (reinit) need fullbackup databaseSQL> alter database rename file 'xxx' to 'xxx1'
- Archived Redo Log File (Recovery and online backup)
SQL> shutdown immediate
SQL> startup mount
SQL> alter database archivelog/noarchivelog; 切换日志模式
SQL> alter database open;
database full backup
SQL> archive log list
SQL> select * from v$archived_log;
SQL> alter system set log_archive_start=TRUE scope=spfile; 自动存档 - LOG Minor
(1) set directory (UTL_FILE_DIR)
(2) create file
dbms_logmnr_d.build('aaa.ora','D:\oracle\admin\orcl9i\cdump');
(3) add/remove log file
dbms_logmnr.add_logfile(remove_logfile)('D:\oracle\oradata\orcl9i\REDO02.LOG',dbms_logmnr.new);
(4) start logmnr
dbms_logmnr.start_logmnr(dictfilename=>'D:\oracle\admin\orcl9i\cdump\aaa.ora');
(5) select * from v$logmnr_contents (sql_redo/sql_undo)
发表评论
文章已被作者锁定,不允许评论。
-
Oracle忘记数据库密码
2011-07-01 23:45 768alter user xxx identified by xx ... -
Oracle内存全面分析
2010-07-07 16:49 856http://www.hellodba.com/Doc/ora ... -
(15)Managing User
2010-07-07 13:59 843SQL> alter user xxx quo ... -
(14) Managing Password Security and Resources
2010-07-07 13:59 755Password Management SQL> ... -
(13) Managing Data Integrity
2010-07-07 13:58 748... -
(12) Managing Indexes
2010-07-07 13:58 740a -
(11)Managing Table
2010-07-07 13:57 807Storing User Data(1) Regular t ... -
(10) Managing Undo Data
2010-07-07 13:56 799show parameter undo; ... -
(9) Storage Structure and Relationships
2010-07-07 13:55 979Extent Allocat ... -
(8) Managing Tablespaces and Data files
2010-07-07 13:55 1101SQL> select * from v$tabl ... -
(6) Maintaining Control file
2010-07-07 13:54 710select * from v$database; se ... -
(5)Data Dictionary Content and Usage
2010-07-07 13:53 1013Data Dictionary(1) Data Dictio ... -
(4)Create a Database
2010-07-07 13:52 813Operating System EnvironmentOR ... -
(3)Manage a Oracle Instance
2010-07-07 13:39 811Init Parameter Start Sequences ... -
(2)Getting Start With the Oracle Server
2010-07-07 11:24 799Interactive Installation$ ./r ... -
《Oracle视频教程》
2010-07-07 11:23 22431. Oracle Architectural Compone ... -
Oracle EXP/IMP命令详解
2010-07-07 10:01 1077EXP命令 格式: EXP KEYWORD=value ... -
Oracle EXP Direct
2010-07-07 10:00 1238Oracle提供2种模式导出表数据,传统模式CONVENTIO ... -
EXPDP和IMPDP使用说明
2010-07-07 09:53 1050EXPDP命令行选项 1. ATTACHexpd ... -
Oracle GoldenGate备份软件
2010-07-05 13:46 2564转载:http://edu.codepub.com/2010/ ...
相关推荐
6. **Maintaining Redo Log Files**: - 重做日志文件记录了所有事务对数据库的改变,用于在系统崩溃或介质故障后恢复数据。 - 保持至少两个重做日志文件以保证连续写入和容错能力。 7. **Managing Tablespaces ...
Maintaining Redo Log Files 维护redo日志文件需要检查redo日志文件状态、备份redo日志文件等。 Managing Tablespaces and Data Files 管理表空间和数据文件需要检查表空间状态、管理数据文件等。 Managing ...
A+ Guide to Managing and Maintaining Your PC
思科认证2010版CCNP教材---Troubleshooting_and_Maintaining_Cisco_IP_Networks_(TSHOOT)_Foundation_Learning_Guide.pdf
It provides practical, real-world guidance on developing, implementing, and maintaining effective log management practices throughout an enterprise. The guidance in this publication covers several ...
《Auerbach Building and Maintaining a Data Warehouse》是2008年出版的一本关于数据仓库建设与维护的专业书籍,由Auerbach Publications发行。这本书深入探讨了数据仓库的理论与实践,为读者提供了构建和管理高效...
Maintaining and Deepening Member Participation
AngularJS Maintaining Web Applications 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
知识库(Knowledge Base, KB)是人工智能和信息技术领域中的一个重要概念,它包含了众多概念、实例和它们之间的关系。在过去十年间,随着知识图谱的广泛应用,众多知识库被构建并用于各种应用程序的驱动。...
AngularJS Maintaining Web Applications 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
Linux Clustering Building and Maintaining Linux Clusters
A simple tutorial on maintaining Team Performance. Aimed at managers and executives who are concerned with their own and others' development, each guidebook in this series gives specific advice on how...
3. **Utilize Configuration Files:** Configure Log4j using external configuration files rather than hardcoding settings within the application. This approach provides greater flexibility and makes it ...
This course has been planned and created for you by me Shiny Poojary – I am your Course Guide, and I am here to help you have a great journey along the pathways of learning that I have planned for ...
STK-Disk913x-Installing and Maintaining a 9137 OPENstorage Disk
STK-Disk913x-Installing and Maintaining a 9133 OPENstorage Disk
STK-Disk913x-Installing and Maintaining a 9131 OPENstorage Disk