Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: GV$ views
08/06/2001 13.16
Stephane Faroult
sfaroult_at_oriolecorp.com
08/06/2001 13.11
Por favor, responda a ORACLE-L_at_fatcity.com
Remitente root_at_fatcity.com
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.
Hi Stephane. I agree with you but in some differents views, like v$session, you can see process for both instances, for instance. That's our problem. In other hand, don't worry about files in database because is working well.
Thank you very much any way.
Best regards.
Miguel.
-- 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). |--------------------------------------------------------------------------| | Destinatario Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> | | Copia | |--------------------------------------------------------------------------| ____________________________________ "Este mensaje y los documentos que, en su caso, lleve anexos, pueden contener información confidencial. Por ello, se informa a quien lo reciba por error que la información contenida en el mismo es reservada y su uso no autorizado está prohibido legalmente, por lo que en tal caso le rogamos que nos lo comunique por la misma vía o por teléfono (901 113 113) , se abstenga de realizar copias del mensaje o remitirlo o entregarlo a otra persona y proceda a borrarlo de inmediato." -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: murosa_at_bankinter.es 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 - 07:36:34 CDT