show parameter cluster_database;NAME TYPEVALUE------------------------------------ ----------- ------------------------------cluster_database boolean TRUE...">

欧美另类日韩中文色综合,天堂va亚洲va欧美va国产,www.av在线播放,大香视频伊人精品75,奇米777888,欧美日本道免费二区三区,中文字幕亚洲综久久2021

如何判斷是否實施了Oracle RAC -電腦資料

電腦資料 時間:2019-01-01 我要投稿
【www.lotusphilosophies.com - 電腦資料】

    如何判斷是否實施了Oracle RAC

    方法1:

   

實施了RACSQL> show parameter cluster_database;  NAME                                 TYPE        VALUE  ------------------------------------ ----------- ------------------------------  cluster_database                     boolean     TRUE    cluster_database_instances           integer     2  未實施RACSQL> show parameter cluster_database;  NAME                                 TYPE        VALUE  ------------------------------------ ----------- ------------------------------  cluster_database                     boolean     FALSE  cluster_database_instances           integer     1  CLUSTER_DATABASE is a Real Application Clusters parameter that specifies whether or not Real Application Clusters is enabled.CLUSTER_DATABASE_INSTANCES is a Real Application Clusters parameter that specifies the number of instances that are configured as part of your cluster database. You must set this parameter for every instance. Normally you should set this parameter to the number of instances in your Real Application Clusters environment. A proper setting for this parameter can improve memory use.Oracle uses the value of this parameter to compute the default value of the LARGE_POOL_SIZE parameter when the PARALLEL_AUTOMATIC_TUNING parameter is set to true. Note that the PARALLEL_AUTOMATIC_TUNIG parameter has been deprecated.

    方法2:

   

select * from v$option WHERE Parameter = 'Real Application Clusters';  Output:True/FalseV$OPTION displays Oracle Database options and features. Typically, although not always, options must be separately licensed, whereas features come with the product and are enabled based on the product that is running (Standard Edition, Enterprise Edition, and so on).

最新文章