下面有些问题不止影响12c :
1. 这个是和12c 数据库兼容的问题,比较容易碰到
升级到 12c 后出现 ORA-28040: No Matching Authentication Protocol (Doc ID 2331135.1)
2. 这个是12c 的新特性,会把解析错误的信息写入alert log ,其实这是个很好的特性。因为parse failure 我们碰到过无数sql area build 上的library cache lock 问题了。
在 12.2 Alert.log 中"WARNING: too many parse errors" (Doc ID 2364845.1)
3. 这个背后有一个问题/problem ,就是对于收集了统计信息的表,SQL 在执行的时候不断的做动态采样,导致语句变慢,所以在12.2 上就把这个自适应劈成2 部分,把adaptive stats 默认关掉了
关于 Oracle Database 12.1 的自适应特性的建议(自适应特性,自适应统计信息以及 12c SQL 性能 ) (Doc ID 2364837.1)
4. 这是ADG 的一个特有的性能问题,涉及到在备库里应用DDL 时LGW 获取X mode 的DBINSTANCE namespace 的library cache lock ,而所有语句在ADG 解析时都需要申请S 模式的DBINSTANCE 的library cache lock ,所以...
Bug 16717701 - Active Dataguard Hangs waiting for library cache lock on DBINSTANCE namespace with possible deadlock - Superseded (Doc ID 16717701.8)
已经被
Bug 17018214 - ORA-600 [krdrsb_end_qscn_2] ORA-4021 in Active Dataguard Standby Database with fix for bug 16717701 present - Instance may crash (Doc ID 17018214.8)
替代
5. 比较常见的问题:
Unnecessary Invalidations in 12c (Doc ID 2355559.1)
6. 比较常见的"row cache objects" latch 问题,补丁打上还有设置event
Bug 13902396 - Hash joins cause "row cache objects" latch gets and "shared pool" latch gets (disabled fix) (Doc ID 13902396.8)
7. 因为12c 可以有多个lgNN 进程(可以理解为多lgwr )功能,所以:
ALERT: Bug 21915719 Database hang or may fail to OPEN in 12c IBM AIX or HPUX Itanium - ORA-742, DEADLOCK or ORA-600 [kcrfrgv_nextlwn_scn] ORA-600 [krr_process_read_error_2] (Doc ID 1957710.1)
8. 因为12c 可以有多个LMD 进程,所以如果两个节点的CPU 个数不一样,那么
UG 21395269 - ASYMMETRICAL LMDS CONFIGURATION IN A CLUSTER LEADS TO POOR MESSAGE TRANSFER
If the DB is running 12c and if there is an unequal number of LMDs on different instances in the cluster and if DDL takes unusually long (eg. waits for IV-enqueues, library cache and row cache locks), then it could be a duplicate of this bug.
9. 下面是几个比较常见的问题
Bug 22243719 - Several Internal Errors due to Shared Pool Memory Corruptions in 11.2.0.4 and later. Instance may Crash (Doc ID 22243719.8)
1608167.1 ALERT Bug 22241601 ORA-600 [kdsgrp1] / ORA-1555 / ORA-600 [ktbdchk1: bad dscn] / ORA-600 [2663] due to Invalid Commit SCN in INDEX (Doc ID 1608167.1)
10. 里面记录了几个ocssd high CPU 的bug:
12c ocssd.bin high memory/CPU usage (Doc ID 1965082.1)
