rman报错oracle链接断开,RMAN连接报错解决

今天用rman连接数据库报错

[jeff@rhel55 ~]$rman target sys/oracle@orcl

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

[jeff@rhel55 ~]$lsnrctl stop

[jeff@rhel55 ~]$cd $ORACLE_HOME

[jeff@rhel55 db_1]$vim listener.ora修改/u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora文件

加上

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(SID_NAME = orcl)

(ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)

)

)

然后重启lisener服务,就ok了

[jeff@rhel55 db_1]cd

[jeff@rhel55 ~]$lsnrctl start[jeff@rhel55 ~]$

[jeff@rhel55 ~]$ rman target sys/oracle@orcl

Recovery Manager: Release 11.2.0.1.0 - Production on Wed Oct 3 04:37:05 2012

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ORCL (DBID=1302004769, not open)

RMAN> show all ;

using target database control file instead of recovery catalog

RMAN configuration parameters for database with db_unique_name ORCL are:

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 31 DAYS;

CONFIGURE BACKUP OPTIMIZATION ON;

CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default

CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default

CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

CONFIGURE MAXSETSIZE TO UNLIMITED; # default

CONFIGURE ENCRYPTION FOR DATABASE OFF; # default

CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default

CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOA                                                      D TRUE ; # default

CONFIGURE EXCLUDE FOR TABLESPACE 'SYSAUX';

CONFIGURE EXCLUDE FOR TABLESPACE 'USERS';

CONFIGURE EXCLUDE FOR TABLESPACE 'EXAMPLE';

CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default

CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.0.2/db_1/dbs/                                                      snapcf_orcl.f'; # default

RMAN>exit

[jeff@rhel55 ~]rman help#查看帮助

[jeff@rhel55 ~]rman target sys/oracle@orcl log /home/jeff/rman_log.txt#记录日志

RMAN>configure device type disk parallelism 4 backup type to  compressed backupset;

RMAN>configure device type disk clear;#reset

RMAN>configure device type sbt_tape parallelism 4 backup type to  backupset;

RMAN>configure device type disk clear;#reset again

RMAN>configure device type sbt_tape parallelism 4 backup type to  compressed backupset;

RMAN>configure device type disk clear;#reset again

RMAN>configure device type disk parallelism 4 backup type to  copy;#copy只能是disk类型的

RMAN>configure device type disk clear;#reset again

RMAN>configure retention policy  to recovery window of 7 days;#基于恢复窗口的备份保留策略,7天

RMAN>

RMAN> configure retention policy clear;#默认是基于冗余策略,每个文件至少保留一份

old RMAN configuration parameters:

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;

RMAN configuration parameters are successfully reset to default value

RMAN> show retention policy;

RMAN configuration parameters for database with db_unique_name ORCL are:

CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default

RMAN> config retention policy to redundancy 2;#基于冗余,每个文件至少保留2份

RMAN>configure retention policy to recovery window of 0 days;

RMAN>report obsolete;#查看过时的备份文件

RMAN>delete obsolete;#根据保留策略,删除过时的备份文件

RMAN>configure retention policy to recovery window of 7 days;

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值