Home > ora 12154 > ora 12154 database driver error

Ora 12154 Database Driver Error

Contents

WizardInformatica Cloud for Amazon AWSComplex Event ProcessingProactive Healthcare Decision ManagementProactive MonitoringReal-Time Alert ManagerRule PointData IntegrationB2B Data ExchangeB2B Data TransformationData Integration HubData ReplicationData ServicesData Validation OptionFast CloneInformatica PlatformMetadata ManagerPowerCenterPowerCenter ora-12154: tns:could not resolve the connect identifier specified in informatica ExpressPowerExchangePowerExchange AdaptersData QualityAddress DoctorAddress Doctor CloudData as a ServiceData informatica repository service ora-12154 ExplorerData QualityData Quality Services (Strike Iron)Data Security Group (Formerly ILM)Data ArchiveData Centric SecuritySecure@SourceSecure TestingMaster

Sqlnet.ora Location

Data ManagementIdentity ResolutionMDM Big Data Relationship ManagementMDM Multidomain EditionMDM Registry EditionProcess AutomationActiveVOSCloud ExtendProduct Information ManagementInformatica ProcurementProduct Information ManagementUltra MessagingUltra Messaging OptionsUltra Messaging Persistence EditionUltra

Informatica Oracle Connection String

Messaging Queuing EditionUltra Messaging Streaming EditionVibe Data StreamDocumentationKnowledge BaseResourcesPAM (Product Availability Matrices)Support TVInformatica Expert AssistantVelocity (Best Practices)Mapping TemplatesDebugging ToolsUser Groupsglobal.search.communityLog inSign Up Informatica Network > Data Integration > PowerCenter Express > Discussions Please enter a title. You cannot post a blank message. Please enter your message and try again. This discussion is locked 5 Replies Latest reply: Sep 28, 2015 8:56 AM by Nico Heinze Error connecting to database. Iqbal Atchia Sep 23, 2015 7:58 AM Hello,I downloaded powercenter express edition 9.6.1.I am able to create a connection to my hr database using localhost:1521;SID=orcl. The test works fine.I am also able to import tables from hr into my project, but when I run data viewer, I get the following message.[LDTMCMN_0029] message [com.informatica.sdk.dtm.ExecutionException: [LDTM_0072] RR_4036 Error connecting to database [Database driver error...Function Name : LogonORA-12154: TNS:could not resolve the connect identifier specifiedDatabase driver error...Same thing happens when I try to view data from an excel file. (I am working on "windows 8.1" 64 bit but my microsoft office is 32 bit).Excel obdc has a 32 bit driver.I get the following message in the viewer.[LDTMCMN_0029] message [com.informatica.sdk.dtm.ExecutionException: [LDTM_0072] RR_4036 Error connectin

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 and possible resolutions.

Full error message:

OLE DB provider "MSDAORA" for linked server "LINKED_ORA" returned message "ORA-12154: TNS:could not resolve the connect identifier specified".

Msg 7303, Level 16, State https://network.informatica.com/message/104130?tstart=0 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 information on troubleshooting Oracle linked server issues.

How to set up 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 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. 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)–

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 http://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each other. Join them; http://kb.tableau.com/articles/issue/error-ora-12154-connecting-to-oracle-not-using-tnsnames-ora-file it only takes a minute: Sign up Oracle ORA-12154: TNS: Could not resolve service name Error? up vote 11 down vote favorite 5 I am a SQL Server user . I am on a project that is using oracle ora 12154 (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 to also be done. The IT support gave me this information to set up the ODBC connection . I have tried every combination ora 12154 database 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 connection to a database or other service was requested using a connect identifier, and the connect identifier specified could not be resolved into a connect descriptor using one of the naming methods configured. For example, if the type of connect identifier used was a net service name t

to open a published workbook that is connected to an Oracle database, where all three connection parameters (Server, Service, and Port) were configured during the initial connection, the following error might occur: Oracle database error 12154: ORA-12154: TNS:could not resolve the connect identifier specified When you try to connect to the same Oracle database using the service name from TNSNames.ora file in the Server parameter and leaving the other two parameters blank, the connection is successful. EnvironmentTableau ServerTableau DesktopOracle ResolutionOption 1: Work with your Oracle database administrator to allow the HOSTNAME connection type for the Oracle client on the computer running Tableau Desktop or Tableau Server. Option 2: The following workaround may allow the HOSTNAME connection type: On the computer running Tableau Desktop or Tableau Server, find the sqlnet.ora file. The folder containing the file should be specified in the TNS_ADMIN variable and should also contain the TNSNames.ora file. For more information, see "Set the TNS_Admin environment variable" in Setting an Oracle Connection to Use TNSNames.ora and Sqlnet.ora at Oracle FAQ's. Note: If this folder does not contain a sqlnet.ora file, create a sqlnet.ora file.In the sqlnet.ora file, amend the NAMES.DIRECTORY_PATH line to say the following or add the following line to the sqlnet.ora file:  NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, HOSTNAME) Note: If this issue occurs in a Tableau Server distributed environment, perform the above steps on all computers in the Tableau Server installation. CauseThe sqlnet.ora file is not allowing the Oracle driver to look for the database using all three connection parameters. Did this article resolve the issue? Thank you for providing your feedback on the effectiveness of the article. Click here to return to our Support page. Open new Case Open a new case Continue Searching Click here to go to our Support page. Knowledge Base Get detailed answers and how-to step-by-step instructions for your issues and technical questions. Community Find and share solutions with our active community through forums, user groups and ideas. Product Help Browse a complete list of product manuals and guides. Available online, offline and PDF formats. Training and Tutorials Learn how to master Tableau's products with our on-demand, live or class room training. PRINT THIS PAGE Related Links Oracle Attachments

 

Related content

12154 error in toad

Error In Toad table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby g a li li a href Error Connecting To a li ul td tr tbody table p Oracle SQL Server PRODUCTSDiscussion Resources Backup Reporter Benchmark Factory Code Tester for Oracle SQL relatedl Navigator SQL Optimizer for IBM DB SQL Optimizer ora toad for Oracle SQL Optimizer for SQL Server SQL Optimizer for SAP toad oracle ora ASE Spotlight on DB LUW Spotlight on Oracle Spotlight on SQL Server Spotlight on SAP ASE ora toad windows

asp net ora 12154 error

Asp Net Ora Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error Solution a li li a href Ora Error Informatica a li li a href Ora Error a li li a href Ora Error a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the relatedl workings and policies of this site About Us Learn more ora error in oracle g about Stack Overflow the company Business Learn more about hiring developers

business objects error ora-12154

Business Objects Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Error While Trying To Retrieve Text For Error Ora- a li li a href Ora Error Solution a li li a href Ora Tns Could Not Resolve Service Name a li li a href Ora Tns Could Not Resolve Service Name Oracle i a li ul td tr tbody table p SAP BusinessObjects Web IntelligenceWhere is this place located All Places SAP BusinessObjects Web Intelligence Replies Latest reply Jun relatedl AM by Mark Prosser p h id Error While Trying To

crystal reports error ora-12154

Crystal Reports Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Error a li li a href Ora Tns Could Not Resolve Service Name a li ul td tr tbody table p SAP Crystal Reports version for Visual StudioWhere is this place located All Places SAP Crystal Reports version for Visual Studio Replies Latest relatedl reply Jan PM by Andrew error while trying to retrieve text for error ora- Paes Tweet Crystal Reports Windows Server ORA- TNS could not resolve the ora error in oracle g connect identifier specified Andrew

database server error ora-12154

Database Server Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Error While Trying To Retrieve Text For Error Ora- a li li a href Ora Tns Could Not Resolve Service Name a li li a href Ora Tns No Listener a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For further details turn on tracing and reexecute the operation If error persists relatedl contact Worldwide Customer Support ORA- TNS unable to send break message

database error code 12154 ora 12154

Database Error Code Ora table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle g a li li a href Ora Tns Could Not Resolve Service Name a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified Xe a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For relatedl further details turn on tracing and reexecute the operation database link ora If error persists contact Worldwide Customer Support ORA- TNS

dblink error ora-12154

Dblink Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Connection Description For Remote Database Not Found a li li a href Create Database Link Oracle a li ul td tr tbody table p 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 relatedl About Us Learn more about Stack Overflow the company Business Learn ora error in oracle g more about hiring developers or posting ads with us Stack Overflow Questions Jobs

error 12154 ora-12154

Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error a li li a href Ora Tns Could Not Resolve Service Name a li li a href Ora Error In Oracle a li li a href Error Ora a li ul td tr tbody table p SQL TuningSecurityOracle UNIXOracle LinuxMonitoringRemote supportRemote plansRemote servicesApplication Server ApplicationsOracle FormsOracle PortalApp UpgradesSQL ServerOracle ConceptsSoftware SupportRemote Support SPAN Development Implementation Consulting StaffConsulting PricesHelp Wanted Oracle PostersOracle Books Oracle Scripts Ion Excel-DB relatedl Don Burleson Blog P TD TR ora tns could not resolve the connect identifier

error attach server ora-12154

Error Attach Server Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Error While Trying To Retrieve Text For Error Ora- a li li a href Ora Error In Toad a li li a href Ora Tns Error a li li a href Ora Tns No Listener a li ul td tr tbody table p while creating a linked server to Oracle x x x x x x x x x x x x x x x SnehadeepJune This is one relatedl of the most common errors while creating linked p h id

error code ora 12154

Error Code Ora table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name Oracle i a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified Xe a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For further details turn on tracing and reexecute relatedl the operation If error persists contact Worldwide Customer Support ora error in oracle g ORA- TNS unable to send break message Cause Unable

error from recovery catalog database ora-12154

Error From Recovery Catalog Database Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Ora Error In Oracle g a li li a href Rman Ora a li li a href Rman- Error From Recovery Catalog Database a li ul td tr tbody table p ORA- database link ora TNS could not resolve service name message p h id Ora Error In Oracle g p Tue August in lukfai Messages Registered July p h id Rman Ora p Location India Junior Member C set oracle sid katie C net start oracleServiceKatie The OracleServicekatie

error from auxiliary database ora-12154

Error From Auxiliary Database Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Database Link Ora a li li a href Ora Error Solution a li li a href Ora Error a li li a href Ora Error a li ul td tr tbody table p NEWNAME FOR DATAFILE and SET NEWNAME FOR TEMPFILE SET NEWNAME FOR TABLESPACE relatedl SET NEWNAME FOR DATABASE The following variables are p h id Database Link Ora p introduced for SET NEWNAME from gR - b The file name remains ora error in oracle g same as

error ora 12154 could not resolve service name

Error Ora Could Not Resolve Service Name table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name Oracle i a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified Xe a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified At Oci Call Ociserverattach a li ul td tr tbody table p 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

error ora 12154 in

Error Ora In table id toc tbody tr td div id toctitle Contents div ul li a href Sqlnet Ora a li li a href Ora Error Toad a li li a href Error While Trying To Retrieve Text For Error Ora a li li a href Ora Error In Oracle a li ul td tr tbody table p while creating a linked server to Oracle x x x x x x x x x x x x x x x SnehadeepJune This is one of the most common errors relatedl while creating linked server to Oracle database Today I

error ora 12154 tns could not resolve the service name

Error Ora Tns Could Not Resolve The Service Name table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name Oracle i a li li a href Ora Tns Could Not Resolve Connect Identifier Specified g a li li a href System Data Oracleclient Oracleexception Ora Tns Could Not Resolve The Connect Identifier Specified a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified N a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers

error ora-12154 toad

Error Ora- Toad table id toc tbody tr td div id toctitle Contents div ul li a href Ora Toad Windows a li li a href Ora Tns Error a li li a href Ora Toad a li ul td tr tbody table p NoSQL Oracle SQL Server PRODUCTSDiscussion Resources Benchmark Factory Code Tester for Oracle SharePlex SQL Navigator SQL Optimizer relatedl Spotlight Stat Toad Intelligence Central Toad Data Modeler toad oracle ora Toad Data Point Toad Extension for Eclipse Toad for Hadoop Toad for p h id Ora Toad Windows p IBM DB Toad for Oracle Toad for MySQL

error ora 12154 tns could not resolve service name

Error Ora Tns Could Not Resolve Service Name table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name Oracle i a li li a href Ora Tns Could Not Resolve Service Name Windows a li li a href Ora Tns Could Not Resolve Connect Identifier Specified g a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For further details turn on relatedl tracing and reexecute the operation If error persists contact

error ora-12154 oracle

Error Ora- Oracle table id toc tbody tr td div id toctitle Contents div ul li a href Ora Oracle i a li li a href Oracle Ora Database Link a li li a href Ora Oracle a li li a href Ora Oracle a li ul td tr tbody table p server but either failed to contact the server or did not find a relatedl matching service name on that server TNS or oracle error ora 'Transparent Network Substrate' is a transport protocol that allows Oracle sessions to p h id Ora Oracle i p communicate across a network

error ora 12154 tns could

Error Ora Tns Could table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name Oracle i a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified Xe a li li a href Ora Tns Could Not Resolve Service Name Windows a li li a href Ora Tns Could Not Resolve The Connect Identifier Specified N a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For further details

error oracle connection error ora-12154

Error Oracle Connection Error Ora- table id toc tbody tr td div id toctitle Contents div ul li a href Oracle Ora Database Link a li li a href Oracle Odbc Ora a li li a href Oracle Ora a li ul td tr tbody table p TNS received bad packet type from network layer Cause Internal error Action Not normally visible to the user For further details turn on tracing and relatedl reexecute the operation If error persists contact Worldwide Customer ora error in oracle g Support ORA- TNS unable to send break message Cause Unable to send break

ora 12154 dblink error

Ora Dblink Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora- a li ul td tr tbody table p 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 relatedl about Stack Overflow the company Business Learn more about hiring developers ora tns could not resolve the connect identifier specified g or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x p h id Ora-

ora 12154 tns error in toad

Ora Tns Error In Toad table id toc tbody tr td div id toctitle Contents div ul li a href Ora Toad a li li a href Ora Tns Could Not Resolve Service Name a li ul td tr tbody table p NoSQL Oracle SQL Server PRODUCTSDiscussion Resources Benchmark Factory Code Tester for Oracle SharePlex SQL Navigator SQL Optimizer Spotlight Stat Toad Intelligence Central relatedl Toad Data Modeler Toad Data Point Toad Extension for p h id Ora Toad p Eclipse Toad for Hadoop Toad for IBM DB Toad for Oracle Toad for toad tns admin environment variable is not

ora 12154 error in oracle 11g

Ora Error In Oracle g table id toc tbody tr td div id toctitle Contents div ul li a href Ora- Tns Listener Does Not Currently a li li a href Ora- Oracle c a li li a href Error While Trying To Retrieve Text For Error Ora- a li ul td tr tbody table p to send data Connection probably disconnected Action Reestablish connection If the error is persistent turn relatedl on tracing and reexecute the operation ORA- TNS received ora error in oracle c bad packet type from network layer Cause Internal error Action Not normally ora error

ora 12154 error in oracle forms

Ora Error In Oracle Forms p CommunityOracle User Group CommunityTopliners CommunityOTN Speaker BureauJava CommunityError You don't have JavaScript enabled This tool uses JavaScript and much of it will not work correctly without it enabled Please turn JavaScript back on and relatedl reload this page Please enter a title You can not ora oracle g post a blank message Please type your message and try again More discussions ora tns could not resolve service name in General Database Discussions All PlacesDatabaseGeneral Database Discussions This discussion is archived Previous Next Replies Latest reply on Aug PM by rajeysh Go to original post

ora 12154 error toad

Ora Error Toad table id toc tbody tr td div id toctitle Contents div ul li a href Ora Tns Could Not Resolve Service Name a li li a href Tns admin Environment Variable Is Not Defined a li li a href Tnsnames ora Location a li ul td tr tbody table p NoSQL Oracle SQL Server PRODUCTSDiscussion Resources Benchmark Factory Code Tester for Oracle SharePlex SQL Navigator SQL Optimizer Spotlight Stat Toad Intelligence Central Toad Data Modeler Toad Data Point Toad relatedl Extension for Eclipse Toad for Hadoop Toad for IBM DB Toad ora toad for Oracle Toad for

ora 12154 toad error

Ora Toad Error table id toc tbody tr td div id toctitle Contents div ul li a href Ora Toad a li li a href Tns admin Environment Variable Is Not Defined a li ul td tr tbody table p NoSQL Oracle SQL Server PRODUCTSDiscussion Resources Benchmark Factory Code Tester for Oracle SharePlex SQL Navigator SQL relatedl Optimizer Spotlight Stat Toad Intelligence Central Toad Data p h id Ora Toad p Modeler Toad Data Point Toad Extension for Eclipse Toad for Hadoop ora tns could not resolve service name Toad for IBM DB Toad for Oracle Toad for MySQL Toad