`
sqiutz
  • 浏览: 71126 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

DB2恢复

    博客分类:
  • DB2
DB2 
阅读更多

恢复数据库报ROLL-FORWARD错误(SQL57019),则执行日志回滚

restore db dbname from 路径 taken at *** logtarget 路径

日志路径即DATABASE DIRECTORY+SQLLOGDIR(通过list database directory on /home/db2inst1获取)

还原后执行 rollforward db dbname to end of logs and stop

注意这是在线备份数据库造成的错误,离线没有此错误抛出 注意文件夹的权限允许日志写入 另附上恢复时出现的异常情况: SQL2581N Restore is unable to extract log files or restore a log directory from the backup image to the specified path. Reason code rc. Explanation An error occurred while attempting to extract a log file from the backup image. This could be because one of the following reasons: 1 The backup image does not include logs. 2 The log target path specified could be full or invalid. 3 A log file name in the backup image matches a log file which already exists in the log target path. 4 There was an I/O error while trying to write the file. 5 The primary log directory on disk contains log files that will be destroyed by restore. 6 The mirror log directory on disk contains log files that will be destroyed by restore. User response 1 Check that the backup image contains log files to be restored. If it does not, resubmit the command without specifying the LOGTARGET parameter. 2 Check that the specified LOGTARGET path is valid and that there is enough space available for all log files in the backup image to be extracted. Resubmit the command. 3 Check that there are no existing log files in the log target path with the same name as log files in the backup image being restored. Resubmit the command. 4 See the DB2 diagnostics log for additional information. Try to resolve the problem and resubmit the command. 5 or 6 You can do one of the following: Manually copy or move the log files from the primary log directory so you can archive those log files; and then call the RESTORE DATABASE command again. Call the RESTORE DATABASE command again with the LOGTARGET parameter and either the INCLUDE FORCE parameter or the EXCLUDE FORCE parameter.
分享到:
评论

相关推荐

    DB2恢复删除表学习

    ### DB2恢复删除表学习 #### 一、DB2中删除表恢复机制概述 在IBM DB2数据库管理系统中,为了应对误删表的情况,DB2提供了表空间级别的表恢复功能。这种功能允许用户在一定条件下恢复已被删除的表及其数据。默认...

    DB2恢复时报错,SQL2017N,/usr/lib/libnsrdb2.o 1

    总之,处理DB2恢复过程中的SQL2519N和SQL2071N错误需要理解数据库的配置以及日志归档机制。通过检查和修改数据库配置,以及适时地执行数据库升级,我们可以解决这些问题,确保数据库能够在新的环境中正常运行。在...

    DB2恢复备份步骤

    DB2增量在线、离线恢复和备份步骤,日志前滚方法,详细介绍示例步骤

    windows下DB2数据库恢复

    ### Windows 下 DB2 数据库恢复知识点详解 #### 一、DB2 数据库恢复概述 - **DB2**:由IBM开发的一款关系型数据库管理系统(RDBMS),支持多种操作系统如Windows、Linux等。 - **数据库恢复**:指的是将数据库从...

    DB2误删除表的恢复

    ### DB2误删除表的恢复方法 在数据库管理与维护过程中,误删除表是一个常见的问题,尤其是对于初学者或是日常操作人员来说。本文将详细介绍如何在IBM DB2环境下恢复被误删除的表,并通过具体步骤指导如何进行操作,...

    DB2导入、导出、备份及恢复数据库等操作资料

    ### DB2导入、导出、备份及恢复数据库等操作资料 #### 1. DB2 备份数据库 在 IBM DB2 数据库管理系统中,备份是非常重要的一个环节,它能够确保数据的安全性和可用性。通常使用 `db2backup` 命令来进行整个数据库...

    DB2中常用备份,恢复命令和db2move,db2look的使用

    在IBM DB2数据库管理系统中,备份与恢复是确保数据安全性和业务连续性的关键操作。本文将深入探讨DB2中常用的备份、恢复命令以及db2move和db2look工具的使用方法,帮助数据库管理员掌握核心技能。 ### 常用备份与...

    DB2异机恢复

    DB2 异机恢复 DB2 异机恢复是指使用 NetBackup 软件的备份实现 DB2 数据库的异机恢复。下面是 DB2 异机恢复的详细知识点: 1. DB2 Agent 的配置 在 DB2 的 Agent 安装完毕后,需要运行 `/usr/openv/netbackup/bin...

    DB2 Backup Restore

    #### 四、DB2恢复概述 恢复操作通常在数据库遭到破坏或者数据丢失的情况下进行。恢复的过程相对复杂,需要按照一定的步骤来进行。 #### 五、恢复前的准备工作 1. **确认恢复存储位置**:恢复文件将被存放在D盘的`...

    db2 v9重定向恢复

    ### DB2 V9重定向恢复详解 #### 一、引言 DB2是IBM公司推出的一款关系型数据库管理系统,广泛应用于各种大型企业级应用中。DB2 V9版本中的重定向恢复功能是一种高效的数据库恢复机制,它允许用户将数据恢复到与原始...

    DB2 数据库日常操作

    #### 五、DB2恢复模式管理 1. **切换数据库恢复模式**: - `db2updatedbcfg for <数据库名> using logretain on/off` - **解释**:此命令用于开启或关闭数据库的保留日志模式。开启时,数据库处于保留模式;关闭...

    db2数据库备份和恢复

    ### DB2数据库备份与恢复详解 #### 一、DB2数据库备份的重要性 DB2是IBM开发的一款关系型数据库管理系统,广泛应用于企业级数据处理场景。数据库备份是数据管理中的核心环节,它能确保在系统故障、人为误操作或...

    DB2数据恢复与高可用性

    ### DB2数据恢复与高可用性 #### 一、引言 在当今信息化时代,数据已成为企业运营的核心资产之一。为了确保数据的安全性和业务的连续性,数据备份、复原和恢复技术变得尤为重要。IBM DB2作为一款高性能的关系型...

    db2的备份和恢复.

    在DB2数据库管理系统中,备份和恢复是至关重要的操作,它们确保了数据的安全性和业务连续性。以下将详细解释DB2环境下创建数据库、备份数据库以及恢复数据库的步骤。 首先,我们来看创建数据库的过程: 1. **切换...

    无废话DB2备份和恢复-基础篇

    ### DB2备份与恢复基础知识详解 #### 一、引言 在现代企业的信息化建设中,数据库系统的稳定性和数据的安全性至关重要。IBM DB2作为一种广泛使用的高性能数据库管理系统,提供了丰富的工具和方法来确保数据的安全...

    DB2数据恢复及高可用性指南与参考

    根据提供的标题、描述以及部分文档内容,我们可以提炼出关于“DB2数据恢复及高可用性”的一系列重要知识点。以下是对这些知识点的详细解读: ### 一、DB2数据恢复及高可用性的概述 DB2是一种高性能的关系型数据库...

Global site tag (gtag.js) - Google Analytics