尝试在Oracle 21 c上安装OEM 13.5时出错
error image
前提条件名称=检查是否未设置所有自适应要素参数
先决条件详细名称=检查是否未设置所有自适应要素参数
先决条件状态=失败
前提条件建议=应取消设置所有自适应功能参数,以提高SQL性能
前提条件详细建议=如果您在18.x、19.x等数据库上设置了以下参数,则需要以sysdba的形式运行以下命令来重置它们:
alter system reset“_optimizer_nlj_hj_adaptive_join”scope=both sid='';
alter system reset“_optimizer_strans_adaptive_pruning”scope=both sid='';
alter system reset“_px_adaptive_dist_method”scope=both sid='';
alter system reset“_sql_plan_directive_mgmt_control”scope=both sid='';
alter system reset“_optimizer_dsdir_usage_control”scope=both sid='';
alter system reset“_optimizer_use_feedback”scope=both sid='';
alter system reset“_optimizer_gather_feedback”scope=both sid='';
alter system reset“_optimizer_performance_feedback”scope=both sid='';
在sqlplus中,使用sys作为sydba运行all alter,但不使用fix。
1条答案
按热度按时间4ioopgfo1#
你应该使用这些代码: