Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: GV$ views
murosa_at_bankinter.es wrote:
>
> Hi folks.
>
> We have installed four OPS on a Solaris 2.6 cluster. In one of that
> instances we have problems with GV$ views because it returns same results
> than V$ views. Anybody knows what nappens?. We have Oracle 8.1.6.3 over
> Solaris 2.6 and all instances are working well.
>
> Thank you very much in advance.
>
> Miguel.
Miguel,
How can you manage it ? GV$ view are the same as V$ views, plus one column giving the instance id (apart from one or two exceptions where they are strictly synonyms). V$ are in fact built on GV$ using a condition on the instance id based on userenv('INSTANCEID'). If your instances do not recognize that they are different instances it's very serious because your are heading, fast, for data corruption. Check that all our instances actually share ALL the files which they are supposed to share.
-- Regards, Stephane Faroult Oriole Corporation ------------------------------------------------------------------ http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs ------------------------------------------------------------------ -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriolecorp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 08 2001 - 05:52:17 CDT