connecting to a database oracle 10g
-
I can not connect to a database oracle 10g from the .net I receive this error msg "ORA-12154:TNS could not resolve the connect identifier specified
Dad
See my reply in the other thread. Please don't cross post :-D
Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon
-
I can not connect to a database oracle 10g from the .net I receive this error msg "ORA-12154:TNS could not resolve the connect identifier specified
Dad
ORA-12154 TNS:could not resolve service name Cause: The service name specified is not defined correctly in the TNSNAMES.ORA file. Action: Make the following checks and correct the error: Verify that a TNSNAMES.ORA file exists and is in the proper place and accessible. See the operating system specific manual for details on the required name and location. Check to see that the service name exists in one of the TNSNAMES.ORA files and add it if necessary. Make sure there are no syntax errors anywhere in the file. Particularly look for unmatched parentheses or stray characters. Any error in a TNSNAMES.ORA file makes it unusable. See the Oracle Net Services Administrator's Guide. If possible, regenerate the configuration files using the Oracle Network Manager.
Rupa
-
I can not connect to a database oracle 10g from the .net I receive this error msg "ORA-12154:TNS could not resolve the connect identifier specified
Dad