
oracle归档相关
zclinux_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Oracle】归档日志的删除操作
[root@sha3 oracle]# rman target /Recovery Manager: Release 10.2.0.4.0 - Production on Tue Jan 20 01:41:26 2009Copyright (c) 1982, 2007, Oracle. All rights reserved.connected to target datab原创 2018-01-17 14:55:05 · 1536 阅读 · 1 评论 -
【ORA】ORA-00257 archiver error. 错误的处理方法
今天连接数据库,结果报错,ora-00257查看[oracle@exam oracle]$ oerr ora 0025700257, 00000, "archiver error. Connect internal only, until freed."// *Cause: The archiver process received an error while trying原创 2018-01-17 15:22:41 · 2729 阅读 · 1 评论 -
【Oracle】10g rac如何开启归档和关闭归档
开启归档:1.设置想设置的归档的位置,我们这里归档的位置为ASM磁盘组,磁盘组的名称为DATAalter system set log_archive_dest_1='location=+DATA' scope=spfile sid='*';2.更改数据库为非集群模式:alter system set cluster_database=false scope=spfile sid='*';3....原创 2018-05-10 10:34:32 · 1296 阅读 · 0 评论