解决方法1:先find / -name flash_recovery_area-type d 查找闪恢复空间的文件夹(D:\oracle\product\10.2.0\flash_recovery_area)手工删除里面的日志,然后在ORACLE用户下用rman进入把归档日志删除1)命令>rman ...
分类:
其他好文 时间:
2014-12-26 20:06:33
阅读次数:
109
In your database, all the tablespaces are locally managed. You started
Recovery Manager (RMAN) using recovery catalog and restored the
control file by using the following command:
RMAN> RESTORE ...
分类:
数据库 时间:
2014-12-26 14:45:11
阅读次数:
208
our database operates in ARCHIVELOGmode. The redo log files are
not multiplexed and one of the online redo logs is missing. The missi
ng redo log sequence, 230, is not archived and it contained inf...
分类:
数据库 时间:
2014-12-26 09:41:12
阅读次数:
236
You executed the following command in Recovery Manager (RMAN) aga
inst your Oracle 10g database:
RMAN> REPORT NEED BACKUP days 3;
What would be the output of this command?
A. a list of files...
分类:
数据库 时间:
2014-12-26 09:40:23
阅读次数:
160
一、安装软件包。samba-client客户端工具包samba-common通用工具&库文件samba服务器安装命令rpm-ivh包名启动服务servicesmbstart/etc/init.d/smbstart二、配置samba服务器smb.conf中常用的参数配置。1、全局模式下的参数配置[global]全局workgroup:指定samba所要加入的工..
分类:
系统相关 时间:
2014-12-26 06:22:22
阅读次数:
316
1>只读 ---备份只读 故障 只读 还原有故障的数据文件
2>只读 ---备份只读 可写 故障 还原备份数据文件,重做recover
3>只读 ---备份可写 只读 故障 还原备份数据文件,recover
1>
进入rman,确保是否有备份的文件:
[oracle@oracle ~]$ rman target /
Recovery Manager: Release 10....
分类:
其他好文 时间:
2014-12-25 23:41:07
阅读次数:
237
You set the recovery window to seven days and the backup optimiza
tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The
most recent backup of the TOOLStablespace to disk was taken o...
分类:
数据库 时间:
2014-12-25 16:31:34
阅读次数:
155
An RMAN backup job fails, displaying the following error:
ORA-19809: limit exceeded for recovery files
Your analysis shows that the Flash Recovery area is full. Which two a
ctions could you tak...
分类:
数据库 时间:
2014-12-25 10:02:40
阅读次数:
183
联机重做日志文件用来循环记录ORACLE数据库的所有操作,几乎时刻都在读写,因此单纯备份某个时间点的联机重做日志文件没有意义,恢复时根本用来上。RMAN的备份里根本就没有备份联机重做日志的功能,而且不止RMAN,所有的备份软件都没有备份联机重做日志文件的说法。因此,丢失联机重做日志后的数据库恢复也用...
分类:
数据库 时间:
2014-12-25 00:07:15
阅读次数:
276
今天去客户那里搭建DG,当创建RMAN备份集的时候,遇到了个问题,导致备份集始终无法生成,由于客户的备份集为10G左右,一次备份就要一个多小时,开始浪费了不少时间,诊断后发现,原来问题出在MAXPIECESIZE上,下面自己做了个测试,来说明这个故障现象和解决方法:
[root@ora10g ~]# su - oracle
[oracle@ora10g ~]$ sqlp...
分类:
其他好文 时间:
2014-12-24 16:19:10
阅读次数:
244