首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
中国IT实验室Oracle频道
中国IT教育
Google
首页 入门基础 安装配置 体系架构 PLSQL 备份恢复 性能调优 开发技术 资讯动态 考试认证 下载 专题 讨论
您现在的位置: 中国IT实验室 >> Oracle >> 备份恢复 >> 正文

Oracle数据库10g RMAN的备份过程


    恩?怎么回事?

    $ rman

    Recovery Manager: Release 10.2.0.1.0 - Production on Fri May 25 00:37:24 2007

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN> connect catalog rman/rman

    connected to recovery catalog database

    RMAN> exit

    Recovery Manager complete.

    可以连接呀,再来

    $ rman target 'zhirui' catalog rman/rman

    Recovery Manager: Release 10.2.0.1.0 - Production on Fri May 25 00:38:13 2007

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    target database Password:

    connected to target database: ZHIRUI (DBID=1679784276)

    connected to recovery catalog database

    恩,连接进去了。

    6.注册数据库

    RMAN> register database;

    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-03002: failure of register command at 05/25/2007 00:38:55

    RMAN-06428: recovery catalog is not installed

    出错,recovery catalog is not installed

    RMAN> register database zhirui;

    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found "identifier": expecting one of: ";"

    RMAN-01008: the bad identifier was: zhirui

    RMAN-01007: at line 1 column 19 file: standard input

    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found ";": expecting one of: "allocate, alter, backup, beginline, blockrecover, catalog, chan"

    RMAN-01007: at line 1 column 25 file: standard input

上一页  [1] [2] [3] [4] 下一页

【责编:Ken】

中国IT教育

相关产品和培训
文章评论
 友情推荐链接
 认证培训
 专题推荐

 ·关于Java框架技术专题
 ·XML全攻略技术专题
 ·JAVA开源技术介绍专题
 ·Java嵌入式开发之J2ME技术专题
 ·超前体验 Oracle 11g的5个新特性…
 ·揭密使用VB.NET的五个实用技巧
 ·Oracle和SQL Server常用函数对比专题…
 ·展现C#世界 C#程序设计专题…
 ·Java入门 Tomcat的配置技巧精华专题…
 ·Oracle RMAN物理备份技术详解…
 今日更新
 社区讨论
 博客论点
 频道精选
 Oracle频道相关导航