CassidyHunt
IS-IT--Management
I am receiving an ORA-12154 that points to the tns names file as being the problem. I can login using SQL Plus just fine. My applications on the other hand all return this error.
Any ideas?
tnsName file entry:
SQLNet
Thanks
Cassidy
Any ideas?
tnsName file entry:
Code:
VMFG =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = PROMETHEUS)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = VMFG)
)
)
SQLNet
Code:
# sqlnet.ora Network Configuration File: C:\oracle\10G\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
#NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
Thanks
Cassidy