用12.2版本数据库,CC版本也是em13200_linux64,却连接不上DB,
前台日志报错:
Oracle 强烈建议对 EM 资料档案库使用 AL32UTF8 字符集。AL32UTF8 是 Oracle 对标准 Unicode 编码 UTF-8 采用的名称, 该编码几乎可以为全球所有语言提供通用支持。
先决条件名称:
_allow_insert_with_update_check TRUE
建议方案:
this parameter should be TRUE for enabling backward com patibility in poicy setting
后台日志报错:
Executing Prereq Action
-----------------------------
executing Action: select count(*) from v$parameter
where name = '_allow_insert_with_update_check' and value='TRUE'
output: 0
Prerequisite failed
Running component repos_perf Done
Executing component :repos_perf
Running component repos_perf Done
但是show parameter _allow_insert_with_update_check是没有这个参数的,是什么问题?