How to determine whether Oracle RAC is implemented

Source: Internet
Author: User

How to determine whether Oracle RAC method 1 has been implemented:

RACSQL> show parameter cluster_database; name type value implements ------------- -------------------------------- cluster_database boolean TRUE cluster_database_instances integer 2 RACSQL> show parameter cluster_database; name type value generation ----------- ---------------------------- 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 shoshould 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.

 

Method 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).

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.