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: dbsnmp_start fails

Re: dbsnmp_start fails

From: michael pelzelmeyer <michael.pelzelmeyer_at_herba-chemosan.at>
Date: Fri, 22 Oct 1999 11:35:37 GMT
Message-ID: <7upi6a$nie$1@nnrp1.deja.com>


In article <7up8kk$hj6$1_at_nnrp1.deja.com>,   awizeman_at_my-deja.com wrote:
> Entering dbsnmp_start within LSNRCTL of Oracle 7.3.4 on AIX 4.3.2
> i receive the following messages:
>
> invalid command name "?section"
> Failed to initialize nl component,error=462
>

edit the file nmiconf.tcl so that it looks like (i.e. comment out the lines...).

# ?section RCSID text
# ?format plain
# $Header: nmiconf.tcl@@/main/st_network_2.3_dev/pl_aix_7.3.4/1 \
# Checked in on Fri Sep 19 17:00:50 PDT 1997 by bsukumar \
# Copyright (c) 1997 by Oracle Corporation. All Rights Reserved. \
# $
#
# nmiconf.tcl
#
# copyright (c) 1995 by the Oracle Corporation
#
#


# Port-specific oratab location
if {[info exists env(ORATAB)]} {

    set ORATAB_LOCATION $env(ORATAB);
<snip>

the file is located in:
$ORACLE_HOME/network/agent/config

hth michael

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Oct 22 1999 - 06:35:37 CDT

Original text of this message

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