ORA-00445: background process "J000" did not start after 120 seconds

摘要: 客户反馈数据库宕机: 查看alert日志: 1 Mon Dec 30 08:56:01 2019 2 WARNING: inbound connection timed out (ORA-3136) 3 Mon Dec 30 08:56:04 2019 4 Errors in file /u01/a 阅读全文
posted @ 2020-06-12 11:05 数据与人文 阅读(1468) 评论(0) 推荐(0)

AUD: Audit Commit Delay exceeded, written a copy to OS Audit Trail

摘要: 问题背景:客户反馈数据库凌晨两点宕机,需协助排查宕机原因 1> 观察宕机时间段alert日志: 1 Tue Jan 14 02:12:31 2020 2 AUD: Audit Commit Delay exceeded, written a copy to OS Audit Trail 3 Tue 阅读全文
posted @ 2020-06-12 10:47 数据与人文 阅读(463) 评论(0) 推荐(0)

ORA-01195: online backup of file 1 needs more recovery to be consistent

摘要: 问题背景:客户测试环境启动报错,协助排查处理 1> 启动日志 1 SQL> startup; 2 ORACLE instance started. 3 4 Total System Global Area 1603411968 bytes 5 Fixed Size 2213776 bytes 6 V 阅读全文
posted @ 2020-06-12 10:46 数据与人文 阅读(890) 评论(0) 推荐(0)

expdp导出遇到ORA-31626/ORA-31638/ORA-39077/ORA-6502报错

摘要: 导数据遇到ORA-31626/ORA-31638/ORA-39077/ORA-6502 报错信息如下: [oracle@vm010148 ~]$ expdp system/oracle directory=dir dumpfile=full.dmp logfile=full.log Export: 阅读全文
posted @ 2020-06-12 10:45 数据与人文 阅读(1683) 评论(0) 推荐(0)

数据库启动报错:ORA-01102: cannot mount database in EXCLUSIVE mode

摘要: 问题背景: 客户反馈启动数据库报错: 报错日志如下: 1 2 3 4 5 6 7 8 9 10 startup ORACLE instance started. Total System Global Area 599785472 bytes Fixed Size 2022600 bytes Var 阅读全文
posted @ 2020-06-12 10:44 数据与人文 阅读(605) 评论(0) 推荐(0)

ORA-00376:file x cannot be read at this time

摘要: 问题背景: 客户数据库遭遇机房断电情况 之前出现过机房断电情况,重启数据库后发现出现ORA-00376的错误。 问题解决: 通过查询数据文件状态: 1 SQL> select file_id,online_status from dba_data_files order by 1; 2 3 FILE 阅读全文
posted @ 2020-06-11 21:03 数据与人文 阅读(677) 评论(0) 推荐(0)

ORA-00742:Log read detects lost writein thread 1 sequence 1202 block 137840

摘要: 问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data 阅读全文
posted @ 2020-06-11 20:57 数据与人文 阅读(1209) 评论(0) 推荐(3)

ORA-07445: 出现异常错误: 核心转储 [kupfuDecompress()+2279]

摘要: 问题背景: 客户expdp导出数据的时候程序以外中止,协助排查问题原因 问题处理:报错如下 查看alert日志 Dump file c:\app\administrator\diag\rdbms\crm\crm\incident\incdir_131384\crm_dw00_5696_i131384 阅读全文
posted @ 2020-06-11 20:56 数据与人文 阅读(905) 评论(0) 推荐(0)

ORA-00119: invalid specification for system parameter LOCAL_LISTENER

摘要: 问题背景: 客户启动数据库报错,协助排查问题 问题解决: 报错日志如下: SQL> startup;ORA-00119: invalid specification for system parameter LOCAL_LISTENERORA-00132: syntax error or unres 阅读全文
posted @ 2020-06-11 20:55 数据与人文 阅读(809) 评论(0) 推荐(0)

诊断 ORA-27300 ORA-27301 ORA-27302 错误 (文档 ID 2179478.1)

摘要: 诊断 ORA-27300 ORA-27301 ORA-27302 错误 (文档 ID 2179478.1) Oracle Database - Enterprise Edition - 版本 12.1.0.2 到 12.1.0.2 [发行版 12.1]Oracle Database - Enterp 阅读全文
posted @ 2020-06-11 20:54 数据与人文 阅读(2935) 评论(0) 推荐(0)

alert日志中出现Private Strand Flush Not Complete的处理方法

摘要: alert.log日志报了如下的错误: 1 Fri Oct 17 19:59:51 2014 2 Thread 1 cannot allocate new log, sequence 4722 3 Private strand flush not complete 4 Current log# 1 阅读全文
posted @ 2020-06-11 20:53 数据与人文 阅读(287) 评论(0) 推荐(0)

关于12C RAC 上的top5 问题:enq: IV - contention

摘要: In this Document Symptoms Cause Solution References APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]Infor 阅读全文
posted @ 2020-06-11 20:52 数据与人文 阅读(411) 评论(0) 推荐(0)

Oracle 增量备份修复dg gap

摘要: 问题描述oracle中DG出现主备不同步现象,alert日志报警有gap信息,但是v$archive_gap视图查不到任何信息。同时主库上的对应归档已经删除且没有备份 解决方案 1.查询备库的scnSQL> select current_scn from v$database; 这时有可能出来的sc 阅读全文
posted @ 2020-06-11 20:51 数据与人文 阅读(413) 评论(0) 推荐(0)

oracle表空间不足:ORA-01653: unable to extend table

摘要: 问题背景: oracle表空间不足报错是比较常见的故障,尤其是没有对剩余表空间做定期巡检的系统; 报错代码如下: oracle表空间不足错误代码:ORA-01653: unable to extend table ; 解决方式: 1、查看表空间使用率: 1 set linesize 220; 2 s 阅读全文
posted @ 2020-06-11 20:46 数据与人文 阅读(623) 评论(0) 推荐(0)

极端情况下DG加快恢复速度---在standby端执行,千万不可在primary端调整

摘要: 通常情况下,dg库的硬件资源都是不如主库硬件资源的,一般为主库的1/2, 那么如果主库产生归档过快那么dg库有可能日志应用不过来,可以尝试通过调整一下参数加快归档日志应用; 前方高等!!! ​在standby端执行,千万不可在primary端调整!! 1> 1 alter system set pa 阅读全文
posted @ 2020-06-11 20:45 数据与人文 阅读(409) 评论(0) 推荐(0)