sql>show parameter CLUSTER_DATABASE
--In a non rac environment this parameter is false.
NAME TYPE VALUE
---------------------------------- ------------- --------------------
cluster_database boolean FALSE
cluster_database_instances integer 1
--In a rac environment cluster_database_instances shows the number of instances.
NAME TYPE VALUE
------------------------------------ ------------- -----------
cluster_database boolean TRUE
cluster_database_instances integer 2
--In a non rac environment this parameter is false.
NAME TYPE VALUE
---------------------------------- ------------- --------------------
cluster_database boolean FALSE
cluster_database_instances integer 1
--In a rac environment cluster_database_instances shows the number of instances.
NAME TYPE VALUE
------------------------------------ ------------- -----------
cluster_database boolean TRUE
cluster_database_instances integer 2
No comments:
Post a Comment