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

Home -> Community -> Mailing Lists -> Oracle-L -> NNC-00425: meta-data violation -- need sanity check!

NNC-00425: meta-data violation -- need sanity check!

From: Bob Metelsky <bmetelsky_at_cps92.com>
Date: Thu, 17 Jul 2003 16:22:23 -0400
Message-Id: <25946.338327@fatcity.com>


All

        Im setting up a name server on Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
On windows 2000 server

Im doing eerything within the namesctl utility as typically I find the gui to be too buggy for my tastes.

So I have the service running

C:\> namesctl
Currently managing name server "NS_DB2"
Version banner is "Oracle Names for 32-bit Windows: Version 9.2.0.1.0 - Product
...

My problem is the utility does not like the syntax of my large multi db version tnsnames file 60 dbs. So, I simplify the test and just use 1 entry running on the names server.

Tnsnames.ora
orcl =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db2)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)

    )
  )

When I do a load_tnsnames I get
NAMESCTL> load_tnsnames

Name:                  orcl
Response status:       NNC-00425: meta-data violation
No records loaded

This is the default tnsnames!

Ummm... sanity check please!! ;-)

Here we have the error definitions whch arent really helpful http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/net8nnc 1.htm

So I turn to the water walkers on this list <grin>!!

This has to be a bug. I was counting on pulling in the one 9.2 tns entry and then entering the other 60 by hand yecchhhhh!! Received on Thu Jul 17 2003 - 15:22:23 CDT

Original text of this message

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