Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Is this some kind of cluster?

Re: Is this some kind of cluster?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 11 Jan 2005 06:37:59 -0800
Message-ID: <1105454279.308708.125840@f14g2000cwb.googlegroups.com>


John, if the parameter cluster_database = FALSE is set then the two database instances should not be an Oracle RAC installation.

When you logon via SQLPLus the logon messages tells you if RAC is installed.
Query "select * from database_properties" on each instance. Also select name from v$database
select instance_name from v$instance

Connect to the second machine and then connect to the local instance and repeat the queries. The results should tell you if the database think they are one and the same or two different databases.

Check for listener.ora and tnsnames.ora files on each machine. Look to see what databases are configured.

You could have a database and a manual clone or a production database and a test copy.

You could have a database and a dataguard backup

You could have some form of hardware imaged database with a separate instance opened against the copy

The answers to the above queries and the information in the Oranet files may provide the information to tell what is what. HTH -- Mark D Powell -- Received on Tue Jan 11 2005 - 08:37:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US