zoukankan      html  css  js  c++  java
  • RCU-数据库初始化参数

    C:WindowsSystem32>sqlplus sys/As123456 as sysdba
    
    SQL> show parameter processes;
    
    SQL> shutdow immediate;
    数ORACLE 例程已经关闭。
    
    SQL> startup;
    ORACLE 例程已经启动。


    RCU-6107:_b_tree_bitmap_plans的数据库初始化参数先决条件失败
    当前值为null。该值应null FALSE。
     

    alter session set "_b_tree_bitmap_plans"=FALSE;

    设置后未见效果,,感谢【影痕  906852379】 【tony带水  1024462392】的指导如下:

    Alter system set "_b_tree_bitmap_plans" =false scope=BOTH;

    RCU-6107:db_securefile的数据库初始化参数先决条件失败
    当前值为PERMITTED。该值应等于 ALWAYS。

     alter system set db_securefile=ALWAYS;


    For a development fusion db, pga_aggregate_target should be >= 4GB.  For a production db, pga_aggregate_target should be >= 8GB.

    SQL> alter system set pga_aggregate_target=8192M;


    RCU-6107:db_securefile的数据库初始化参数先决条件失败
    当前值为PERMITTED。该值应等于 ALWAYS。

     alter system set db_securefile=ALWAYS;

    RCU-6083:失败 - 检查所选组件的先决条件要求:FUSIONAPPS
    有关详细资料, 请参阅 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 中的 RCU 日志。


    The database needs to have the v$system_fix_control='5483301:off'. It is currently turned on.


    RCU-6107:db_securefile的数据库初始化参数先决条件失败
    当前值为PERMITTED。该值应等于 ALWAYS。
     alter system set db_securefile=ALWAYS;

    alter session set "_b_tree_bitmap_plans"=true;


    RCU-6107:_b_tree_bitmap_plans的数据库初始化参数先决条件失败
    当前值为null。该值应null FALSE。

    _b_tree_bitmap_plans
    show   v$system_b_tree_bitmap_plans;

    alter session set "_b_tree_bitmap_plans"=FALSE;

    For a development fusion db, pga_aggregate_target should be >= 4GB.  For a production db, pga_aggregate_target should be >= 8GB.

    RCU-6092:组件选择验证失败。有关详细信息, 请参阅位于 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 的日志。


     
    RCU-6083:失败 - 检查所选组件的先决条件要求:FUSIONAPPS
    有关详细资料, 请参阅 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 中的 RCU 日志。


    The database needs to have the v$system_fix_control='5483301:off'. It is currently turned on.

    RCU-6107:db_securefile的数据库初始化参数先决条件失败
    当前值为PERMITTED。该值应等于 ALWAYS。

    ///////////////////
    SQL> show parameter _b_tree_bitmap_plans;

    RCU-6107:_b_tree_bitmap_plans的数据库初始化参数先决条件失败
    当前值为null。该值应null FALSE。


    RCU-6107:audit_trail的数据库初始化参数先决条件失败
    当前值为DB。该值应等于 NONE。
    *******************
    RCU-6107:nls_sort的数据库初始化参数先决条件失败
    当前值为null。该值应null BINARY。BINARY


    RCU-6107:open_cursors的数据库初始化参数先决条件失败
    当前值为300。该值应大于等于 500。


    RCU-6107:pga_aggregate_target的数据库初始化参数先决条件失败
    当前值为3393 191 936。该值应大于等于 4294967296。


    RCU-6107:plsql_code_type的数据库初始化参数先决条件失败
    当前值为INTERPRETED。该值应等于 NATIVE。
    RCU-6107:processes的数据库初始化参数先决条件失败
    当前值为150。该值应大于等于 2500。
    RCU-6107:session_cached_cursors的数据库初始化参数先决条件失败
    当前值为50。该值应大于等于 500。
    For a development fusion db, sga_target should be >= 9GB.  For a production db, sga_target should be >= 18GB.

    RCU-6092:组件选择验证失败。有关详细信息, 请参阅位于 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 的日志。

    • RCU-6083:失败 - 检查所选组件的先决条件要求:FUSIONAPPS 有关详细资料, 请参阅 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 中的 RCU 日志。
    • The database needs to have the v$system_fix_control='5483301:off'. It is currently turned on. RCU-6107:_b_tree_bitmap_plans的数据库初始化参数先决条件失败 当前值为null。该值应null FALSE。
    • SQL> alter system set "_fix_control"="5483301:off";
      
      系统已更改。
      
      SQL>

      RCU-6092:组件选择验证失败。有关详细信息, 请参阅位于 E:O_Setupinstallersapps_rcu culoglogdir.2014-11-21_17-21 cu.log 的日志。

  • 相关阅读:
    计算机知识
    试题:论需求分析方法及应用
    试题:论信息系统开发方法及应用
    爬虫数据存储——安装docker和ElasticSearch(基于Centos7)
    go并发版爬虫
    go单任务版爬虫
    可变类型与不可变类型
    基本数据类型内置方法
    @submit.native.prevent作用
    获取当月第一天,今天的日期的方法
  • 原文地址:https://www.cnblogs.com/endv/p/4113546.html
Copyright © 2011-2022 走看看