Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: NNC-00425: meta-data violation -- need sanity check!
Bob,
names thinks that you already have an orcl registered.
try dumping to a tmp tns namesfile
eg. dump_tnsnames /tmp/tnsnames.tmp
and then look for your orcl entry.
you can remove it by unregistering if you need to.
eg. unregister SID -t oracle_database -d (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=server_name)(PORT=1527))(CONNECT_DATA=(SERVICE_NAME=SERVICE_NAME_HERE)))
The part after the -d is just the entry in tnsnames.
HTH Jared
"Bob Metelsky" <bmetelsky_at_cps92.com>
Sent by: ml-errors_at_fatcity.com
07/17/2003 02:19 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: NNC-00425: meta-data violation -- need sanity check!
All
Im setting up a name server on Oracle9i EnterpriseEdition
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 violationNo 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!!
Thanks!
bob
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Bob Metelsky INET: bmetelsky_at_cps92.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 mayReceived on Thu Jul 17 2003 - 15:54:42 CDT
![]() |
![]() |