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: grid control issue

Re: grid control issue

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 10 Feb 2006 20:04:20 +0100
Message-ID: <dsincm$1tp$2@news2.zwoll1.ov.home.nl>


epipko_at_gmail.com wrote:
> Hi all,
> I am running Oracle 10G on Win 2K3 and have the following situation:
> On the server A I installed Oracle database 10Gr2 into the following
> oracle_home: OracleOraDb10g_home1. Then I installed Grid Control into
> new oracle_home (OracleOraEM10g_home1) with "new database" option. I
> was able to open grid control and found the following error:
> -----------
> The listener is down: LSNRCTL for 32-bit Windows: Version 9.0.1.4.1 -
> Production on 08-FEB-2006 15:28:04 Copyright (c) 1991, 2001, Oracle
> Corporation. All rights reserved. Welcome to LSNRCTL, type "help" for
> information. LSNRCTL> Connecting to
> (ADDRESS=(PROTOCOL=TCP)(HOST=A)(PORT=1521)) TNS-12618: TNS:versions are
> incompatible LSNRCTL> .
> -------------
> I tried to start listener, but it won't.
> What did I do wrong and what do you I need to do to fix it?
>

Grid control obviously comes with an earlier version of the listener (9.0.1) where you have a 10.1.0 listener running.
I'd forget about the V9 listener, add tns_admin to the Grid Control home in your registry, and point it to the 10g environment (%ORACLE10g_HOME%\Network\Admin)

The error stems from a V9 listener, trying to control a version 10 listener process - they're incompatible. V10 can control V9 processes.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Feb 10 2006 - 13:04:20 CST

Original text of this message

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