Home > not resolve > ora-12514 tns listener cannot resolve service name error

Ora-12514 Tns Listener Cannot Resolve Service Name Error

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack ora-12154 tns could not resolve service name Overflow the company Business Learn more about hiring developers or posting ads with us ora-12154 tns could not resolve the connect identifier specified windows 7 Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community

Ora-12154 Tns Could Not Resolve Service Name Oracle 11g

of 6.2 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Oracle ORA-12154: TNS: Could not resolve service name Error? up vote 11 down vote favorite 5

Tns Could Not Resolve The Connect Identifier Specified Oracle 10g

I am a SQL Server user . I am on a project that is using oracle (which I rarely use) I need to create an ODBC connection so I can access the some data via MS Access I have a application on my machine called oraHome90. It seems to allow a configuration of something called a listener in a “net configuration utility”, I think that a “Local Net Service Name Configuration” needs ora-12154 tns listener does not currently to also be done. The IT support gave me this information to set up the ODBC connection . I have tried every combination that I can think of. I can get past a test that successfully passes a test to “login“ to the oracle server database. When I try to create the ODBC connection I get the following error: ORA-12154: TNS: Could not resolve service name. Assuming that I want to start from scratch and the following information is supposed to allow for me to connect to the database….. Any suggestions or comment ? Note: ultimately the project will have a website .ASP page query the data, but I have to first prove that I can see the data using the ODBC connection via MS Access Service name: SERVICENAME HOST = HOST.XYZi.com User Id: MYUSERID Password: MYPASSWORD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 'Oracle Connection Dim ocst Dim oconn ocst = "Provider=OraOLEDB.Oracle;" & _ "Data Source=DATASOURCE;" & _ "User ID=CHIJXL;" & _ "Password=password;" set oconn = CreateObject("ADODB.Connection") oracle odbc tns share|improve this question edited Oct 15 '08 at 19:26 David Basarab 35.4k38105145 asked Oct 15 '08 at 19:23 Joe 4164811 add a comment| 19 Answers 19 active oldest votes up vote 8 down vote from http://ora-12154.ora-code.com ORA-12154: TNS:could not resolve the connect identifier specified Cause: A con

a unique format. Though the TNSNames.ora file may not always be required. For instance, if you have installed only the

Tns Could Not Resolve The Connect Identifier Specified Sqlplus

Tableau-provided Oracle files and do not have a stand-alone Oracle asp.net ora-12154: tns:could not resolve the connect identifier specified client. The Oracle error messages refer to the TNSNames.ora file. Typically, correcting route or naming syntax error while trying to retrieve text for error ora-12154 in the Advanced Oracle Connection dialog box or using your full .WORLD database name resolves most Oracle connection issues. If your connection error requires more troubleshooting, http://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error refer to the four common connection errors listed below. ORA-03113: end-of-file on communication channelORA-12154: TNS: could not resolve the connect identifier specified HOST value incorrect or Global name incorrect or unknownORA-12514: TNS listener does not currently know of service requested in connect descriptorSERVICE value incorrectORA-12541: TNS: no listenerPORT value incorrectORA-00932: inconsistent data types ORA-03113: http://kb.tableau.com/articles/knowledgebase/oracle-connection-errors end-of-file on communication channel ORA-03113 is a catch-all type error for any problem interrupting an Oracle session. There can be numerous causes for this error. Please refer to the list below for some troubleshooting guidance. Refer to Oracle documentation specific to this error: My Oracle Support.Refer to Oracle's B Troubleshooting Common Errors page.Oracle recommends that you check for network problems and review the SQL*Net setup.If you're connecting to Oracle 9.2.0.5, in many cases the primary cause of this error is Oracle bug 3010227. Ask your Oracle database administrator to apply Oracle patch 9.2.0.6 or another patch appropriate for your server. Set the Oracle initialization parameter 'STAR_TRANSFORMATION_ENABLED' to FALSE.Alternatively, if you would like to test this issue further follow the optional procedure listed below. Step 1  From the Tableau Desktop start page, select Connect to Data. Step 2  For Tableau Desktop 8.2 and later, on the Connect page, click Oracle. For Tableau Desktop 8.1 and earlier, on the Connec

while creating a linked server to Oracle ★★★★★★★★★★★★★★★ SnehadeepJune 30, 201028 Share 0 0 This is one of the most common errors while creating linked server to Oracle database. Today I will discuss the reason for this error https://blogs.msdn.microsoft.com/dataaccesstechnologies/2010/06/30/ora-12154-tns-could-not-resolve-the-connect-identifier-specified-error-while-creating-a-linked-server-to-oracle/ and possible resolutions.

Full error message:

OLE DB provider "MSDAORA" for linked http://dba.stackexchange.com/questions/95698/sqlplus-error-ora-12154-tnscould-not-resolve-the-connect-identifier-specifie server "LINKED_ORA" returned message "ORA-12154: TNS:could not resolve the connect identifier specified".

Msg 7303, Level 16, State 1, Line 1

Cannot initialize the data source object of OLE DB provider "MSDAORA" for linked server "LINKED_ORA".

First of all make sure you have reviewed the following Microsoft KB article that has a lot of good not resolve information on troubleshooting Oracle linked server issues.

How to set up and troubleshoot a linked server to an Oracle database in SQL Server

http://support.microsoft.com/kb/280106 Also make sure you have installed Oracle Client on the SQL server. If the SQL server is 64 bit then we need to install 64 bit Oracle provider. You can also create linked server using Oracle ODBC driver together with Microsoft OLE DB provider for ODBC. could not resolve Once again on a 64 bit SQL server you need to install the 64-Bit OLEDB Provider for ODBC (MSDASQL) and 64 bit Oracle ODBC drivers. However 64-Bit OLEDB Provider for ODBC (MSDASQL) is already there in Windows Vista/Windows Server 2008 and later OS.

This particular error message is a very general error message and can happen for quite a number of reasons. For general understanding of the error, you can review oracle documentation like this http://ora-12154.ora-code.com/

In SQL Server Linked Server, it could indicate a few things (not limited to)–

1. SQL Server (and oracle net libraries) is not able to get the TNS alias from tnsnames.ora file.

2. Something is wrong with the way the alias is created in the tnsnames.ora file (incorrect syntax)

3. TNS alias could not be resolved into a connect descriptor

Below is a list of things that you can try to resolve this issue.

1. Verify that the tnsnames.ora file has the alias and the service name that the customer is using.

TNS entry for the Oracle database

===========================

OracleDB_Dev =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP)(HOST = server01.mydomain.com)(PORT = 1521))

)

(CONNEC

log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Database Administrators Questions Tags Users Badges Unanswered Ask Question _ Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Sql*Plus ERROR: ORA-12154: TNS:could not resolve the connect identifier specified up vote 3 down vote favorite I installed Sql*PLUS on a cloud Oracle Linux Environment in order to access an remote database. I used the installation instructions provided as an answer here: http://stackoverflow.com/questions/23488394/how-to-install-sql-plus-client-in-linux My connection string is correct, but I get the error ERROR: ORA-12154: TNS:could not resolve the connect identifier specified I tried resolving this issue by attempting to looking at my tnsnames.ora, but it did not exist and the path connected to my $ORACLE_HOME did not have the subfolders "/network/admin/". In order to resolve this, I created both folders and created a tnsnames.ora file in the new admin/ containing my connection string. Unfortunately, I still get the same error. The path to my new tnsnames.ora file being: /usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora For reference my connection string is structured the following way: (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST= asdasdasd.com)(PORT=1524)) (CONNECT_DATA = (SID = AARCER1) ) ) And my command I am putting into my terminal is: sqlplus "userName/myPassword@(DESCRIPTION=(A

 

Related content

could not resolve placeholder spring error

Could Not Resolve Placeholder Spring Error table id toc tbody tr td div id toctitle Contents div ul li a href Spring Could Not Resolve Placeholder Default Value a li li a href Spring Cannot Resolve Placeholder a li li a href Java Could Not Resolve Placeholder a li ul td tr tbody table p here for a quick overview of the site spring could not resolve placeholder in string value Help Center Detailed answers to any questions you might have Meta p h id Spring Could Not Resolve Placeholder Default Value p Discuss the workings and policies of this

ociserverattach error 12154

Ociserverattach Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Tns Could Not Resolve The Connect Identifier Specified Windows a li li a href Error While Trying To Retrieve Text For Error Ora- a li ul td tr tbody table p failed I can connect to Oracle via other means but in SqlDbx when attempting relatedl a connection I get the following error OCIServerAttach ociserverattach example failed ORA- TNS could not resolve the connect identifier specified I have ociserverattach failed with ora- three Oracle versions installed I cannot tell in SqlDbx which

ora-12154 error in initializing provider

Ora- Error In Initializing Provider table id toc tbody tr td div id toctitle Contents div ul li a href Asp net Ora- Tns could Not Resolve The Connect Identifier Specified a li li a href Ora- Tns Could Not Resolve Service Name Oracle g a li li a href Tns Could Not Resolve The Connect Identifier Specified Sqlplus a li ul td tr tbody table p up Recent PostsRecent Posts Popular TopicsPopular Topics Home Search relatedl Members Calendar Who's On Home Data Warehousing error ora- tns could not resolve the connect identifier specified Integration Services ORA- Error when attempting

ora-12154 error in ssis

Ora- Error In Ssis table id toc tbody tr td div id toctitle Contents div ul li a href Asp net Ora- Tns could Not Resolve The Connect Identifier Specified a li li a href Ora- Tns Could Not Resolve Service Name Oracle g a li li a href Tns Could Not Resolve The Connect Identifier Specified Sqlplus a li ul td tr tbody table p HomeLibraryLearnDownloadsTroubleshootingCommunityForums Ask a question Quick access Forums home relatedl Browse forums users FAQ Search related threads error ora- tns could not resolve the connect identifier specified Remove From My Forums Answered by SSIS Can't

oracle support a server connection error occurred

Oracle Support A Server Connection Error Occurred table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Tns could Not Resolve The Connect Identifier Specified a li li a href Ora- Tns connect Timeout Occurred a li li a href Tns admin Environment Variable Is Not Defined a li li a href Ora- a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally relatedl visible to the user For further details turn p h id Ora- Tns could Not Resolve The Connect