Home > ora 12154 > ora 12154 dblink error

Ora 12154 Dblink 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 Overflow the company Business Learn more about hiring developers ora 12154 tns could not resolve the connect identifier specified 11g or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x

Ora-02085

Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each other. Join them; it only ora-02019: connection description for remote database not found takes a minute: Sign up on using oracle database link theres an error “ORA-12154 TNS Could not resolve the connect identifier specified” up vote 0 down vote favorite I'm trying to define a database link on oracle 10.2 with connection create dblink oracle identifier that throws the error in the question header. I have the connection identifier (service name) in my tnsnames.ora file. I can connect with sqlplus using this service name. no problem. This is the creation sql: create database link dev1.REGRESS.RDBMS.DEV.US.ORACLE.COM connect to user1 identified by pass1 using 'dev1'; select using the link: select * from t_users@dev1; I get: ORA-12154: TNS:could not resolve the connect identifier specified connecting to oracle with sqlplus to the 'unidentified' service (with no problem): sqlplus user1/pass1@dev1 I defined another link to the same database I'm woking in (loopback) - works OK. I read and tried anything I could find about the subject but did not solve this. Any suggestions? oracle database-link share|improve this question edited May 4 '12 at 0:57 BrettAdamsGA 60311122 asked May 2 '12 at 15:36 gold finger 11112 Did you configure SQLNET? If you're using Local naming you may have to add tnsnames to the NAMES.DIRECTORY_PATH in your Oracle Net Profile. You should post both your tnsnames and sqlnet files. –apesa May 2 '12 at 15:50 add a comment| 1 Answer 1 active oldest votes up vote 3 down vote Try: create database link dev1 connect to user1 identified by pass1 using 'dev1'; Also note that a tnsnames.ora entry for dev1 has to exist on the database server that you're linking from. share|improve this answer answered May 2 '12 at 15:39 Phil 1,6601014 thanks Phil. You nailed it with your second note. –gold finger May 3 '12 at 10:37 It's so obvious I'm quite ashamed I didn't think of it. The tnsnames I refered to was of course on my workstation. Thank you very much. –gold finger May 3 '12 at 10:40 add a comment| Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Post as a guest Name Ema

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 Oracle: http://stackoverflow.com/questions/10417010/on-using-oracle-database-link-theres-an-error-ora-12154-tns-could-not-resolve-t Inserting data using a database link up vote 0 down vote favorite I am trying to use a SELECT query to populate a table in DB2 using a database link to DB1. I am using Oracle SQL Developer on a Windows 7 VM. I connect to DB2, and run the following query. INSERT INTO DB_NAME.TABLE_NAME (SELECT * FROM DB_NAME.TABLE_NAME@LINK_TO_DB1); Every time, no matter what, I get the following error: ORA-12154: TNS:could not resolve the connect identifier specified 12154. http://dba.stackexchange.com/questions/93160/oracle-inserting-data-using-a-database-link 00000 - "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 then the net service name could not be found in a naming method repository, or the repository could not be located or reached. *Action: - If you are using local naming (TNSNAMES.ORA file): - Make sure that "TNSNAMES" is listed as one of the values of the NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA) - Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible. - Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file. - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for unmatched parentheses or stray characters. Errors in a TNSNAMES.ORA file may make it unusable. - If you are using directory naming: - Verify that "LDAP" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA). - Verify that the LDAP directory server is up and that it is accessible. - Verify that the net service name or database name used as the connect identifier is

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 reload this page. Please enter a title. You can not post a blank message. Please type your https://community.oracle.com/thread/2188088 message and try again. More discussions in General Database Discussions All PlacesDatabaseGeneral Database Discussions http://www.club-oracle.com/threads/a-question-about-create-public-database-link-and-ora-12154-error.1898/ This discussion is archived 9 Replies Latest reply on Mar 7, 2011 5:58 PM by EdStevens Got error: ORA-12154 when to use a dblink 836048 Mar 4, 2011 7:52 PM Hi, I got an error when I use a dblink created in the database: dev_nap. *** login OSSP database (oracle 9i) in sqlplus SQL> select * from global_name; ora 12154 GLOBAL_NAME ------------------------------------- OSSP *** login dev_nap (oracle 10g 10.2) by sqlplus SQL> select * from global_name; GLOBAL_NAME -------------------------------- DEV_NAP.OPBU.XEROX.COM SQL> CREATE DATABASE LINK OSSP 2 CONNECT TO usog01001 IDENTIFIED BY jan25hc USING 'OSSP'; Database link created. SQL> select count(*) from TK_SERVICE_ACTIVITY@OSSP; Above info, I login with the same sqlplus. Thanks Helen I have the same question Show 0 Likes(0) 412Views Tags: none (add) databaseContent tagged with database, linkContent tagged with link, oracleContent tagged ora 12154 dblink with oracle This content has been marked as final. Show 9 replies 1. Re: Got error: ORA-12154 when to use a dblink sb92075 Mar 4, 2011 7:55 PM (in response to 836048) post content of tnsnames.ora Like Show 0 Likes(0) Actions 2. Re: Got error: ORA-12154 when to use a dblink 836048 Mar 4, 2011 8:32 PM (in response to sb92075) DEV_NAP_TRIBBLE.CESA.OPBU.XEROX.COM = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = tribble.cesa.opbu.xerox.com)(PORT = 1521)) ) (CONNECT_DATA = (SID = dev_nap) (SERVER = DEDICATED) ) ) OSSP = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = ossp_svr.wvdc.xerox.net)(PORT = 1527)) ) (CONNECT_DATA = (SID = ossp) (SERVICE_NAME = ossp) (DB_NAME = ossp) ) ) Like Show 0 Likes(0) Actions 3. Re: Got error: ORA-12154 when to use a dblink sb92075 Mar 4, 2011 8:35 PM (in response to 836048) post content of sqlnet.ora file, if it exists Like Show 0 Likes(0) Actions 4. Re: Got error: ORA-12154 when to use a dblink 836048 Mar 4, 2011 9:08 PM (in response to sb92075) SQLNET.AUTHENTICATION_SERVICES= (NTS) NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT) Like Show 0 Likes(0) Actions 5. Re: Got error: ORA-12154 when to use a dblink sb92075 Mar 4, 2011 9:13 PM (in response to 836048) I got an error when I use a dblink created in the datab

get a Premium Badge! A question about CREATE PUBLIC DATABASE LINK and ORA-12154 error Discussion in 'Server Administration and Options' started by dariyoosh, Nov 17, 2009. dariyoosh Forum Advisor Messages: 118 Likes Received: 19 Trophy Points: 260 Dear all, I have a problem about public database creation and I would appreciate if you could kindly give me a hand. I have the following connection parameters in my tnsnames.ora file: Code (Text): ... DGPAPROD.WORLD = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY=tcp.world) (PROTOCOL=TCP)(HOST=ORASR001)(PORT=1521) ) ) (CONNECT_DATA = (SID = DGPAPROD)) ) ... Having the above mentioned parameters I can connect to this remote database directly in a SQL*Plus shell: Code (Text): $ sqlplus username/password@DGPAPROD.WORLD This works pretty well and the connection is established without any problem. Now, what I would like to do is to create a public database link to this remote database in order to avoid the user/connection switching for viewing the content of this database. I proceeded according to the syntax indicated in the Oracle online documentation: http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_5005.htm#SQLRF01205 Therefore I run the following in order to create a public database link Code (Text): CREATE PUBLIC DATABASE LINK SR001_dblink CONNECT TO user IDENTIFIED BY password USING 'DGPAPROD.WORLD'; Apparently there is no error and the link is created successfully. However it cannot resolves the remote host and whenever I run the following query Code (Text): SELECT * FROM myenterprise@SR001_dblink ERROR at line 1: ORA-12154: TNS:could not resolve the connect identifier specified What causes this problem? Thanks in advance, Kind Regards, Dariyoosh dariyoosh, Nov 17, 2009 #1 Kirti Forum Advisor Messages: 46 Likes Received: 12 Trophy Points: 130 Hi In which database are you creating this Database Link? On the database where you are creating this DB link, is DGPAPROD.WORLD present in the tnsnames.ora? Alternately you can bypass tnsnames and create the DB link directly using the hostname and port and SID, something like this: Code (SQL): CREATE DATABASE link "TEST" CONNECT TO APPS IDENTIFIED BY "apps" USING '10.31.4.121:1524/DEVR12' Kirti, Nov 18, 2009 #2 dariyoosh Forum Advisor Messages: 118 Likes Received: 19 Trophy Points: 260 Kirti said: ↑ Hi In which database are you creating this Database Link? On the database where you

 

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 database driver error

Ora Database Driver Error table id toc tbody tr td div id toctitle Contents div ul li a href Sqlnet ora Location a li li a href Informatica Oracle Connection String a li ul td tr tbody table p WizardInformatica Cloud for Amazon AWSComplex Event ProcessingProactive Healthcare Decision ManagementProactive MonitoringReal-Time Alert ManagerRule PointData IntegrationB B Data ExchangeB B Data TransformationData Integration HubData relatedl ReplicationData ServicesData Validation OptionFast CloneInformatica PlatformMetadata ManagerPowerCenterPowerCenter ora- tns could not resolve the connect identifier specified in informatica ExpressPowerExchangePowerExchange AdaptersData QualityAddress DoctorAddress Doctor CloudData as a ServiceData informatica repository service ora- ExplorerData QualityData Quality Services Strike Iron

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