Home > error 12154 > 12154 error

12154 Error

Contents

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 tns error 12154 error persists, contact Worldwide Customer Support. ORA-12152: TNS:unable to send break message

Ora 12154 Tns Error In Oracle

Cause: Unable to send break message. Connection probably disconnected. Action: Reestablish connection. If the error is persistent, turn ora-12154 tns no listener on tracing and reexecute the operation. ORA-12153: TNS:not connected Cause: Not currently connected to a remote host. Action: Reestablish connection. ORA-12154: TNS:could not resolve the connect identifier specified Cause: A connection

Ora 12154 Tns Could Not

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 error 12154 received logging on to the standby 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 configured in the directory. - Verify that the default context being used is correct by specifying a fully qualified net s

while creating a linked server to Oracle ★★★★★★★★★★★★★★★ SnehadeepJune 30, 201028 0 0 0 This is one of the most common errors while creating linked server to Oracle database.

Ora 12154 Error In Oracle 11g

Today I will discuss the reason for this error and possible resolutions.

Error 12154 Connecting To

Full error message:

OLE DB provider "MSDAORA" for linked server "LINKED_ORA" returned message "ORA-12154: TNS:could not resolve error 12154 received logging on to the standby rac 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 https://docs.oracle.com/cd/B19306_01/server.102/b14219/net12150.htm 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 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 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/ 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)–

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.

the ora 12154 error DBA Pro SubscribeSubscribedUnsubscribe1,9391K Loading... Loading... Working... Add to Want to watch this again later? Sign in to add https://www.youtube.com/watch?v=QVJ1xO2V7Dc this video to a playlist. Sign in Share More Report Need http://ora-12154.ora-code.com/ to report the video? Sign in to report inappropriate content. Sign in Statistics 48,306 views 42 Like this video? Sign in to make your opinion count. Sign in 43 16 Don't like this video? Sign in to make your opinion count. Sign error 12154 in 17 Loading... Loading... Loading... Rating is available when the video has been rented. This feature is not available right now. Please try again later. Published on Jan 31, 2014In this tutorial you will learn how to resolve the ora 12145 error. Category People & Blogs License Standard YouTube License Show more ora 12154 tns Show less Loading... Autoplay When autoplay is enabled, a suggested video will automatically play next. Up next Oracle - Understanding the tnsnames.ora and listener.ora files - Duration: 12:46. Chris Ostrowski 87,736 views 12:46 解决 Oracle ora-12514错误 - Duration: 33:45. Maclean Liu 984 views 33:45 Listener Basics For DBA - Duration: 45:23. Satish Lodam 13,205 views 45:23 Complete General Ledger,Purchase Order, Inventory Management Mandatory Setups - Duration: 1:50:19. Rakesh Kundarapu 361,767 views 1:50:19 How to Fix ORACLE 6i Error "ORA-12154: TNS:could not resolve the connect identifier specified". - Duration: 4:02. SYED AIZAD RAZA KAZMI 2,913 views 4:02 Oracle 11g Grid Infrastructure Installation - Duration: 1:34:27. Wysheid Wysheid 91,672 views 1:34:27 Plugging In Oracle Database 12c Pluggable Databases - Duration: 1:35:49. Redgate Videos 21,988 views 1:35:49 Performance Tuning with ASH and AWR Data - Duration: 1:03:05. Redgate Videos 82,049 views 1:03:05 ORACLE EXPLAIN PLAN FUNDAMENTALS - Duration: 36:14. Anindya Das 110,513 views 36:14 Steps to clone a dat

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 configured in the directory. - Verify that the default context being used is correct by specifying a fully qualified net service name or a full LDAP DN as the connect identifier - If you are using easy connect naming: - Verify that "EZCONNECT" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA). - Make sure the host, port and service name specified are correct. - Try enclosing the connect identifier in quote marks. See the Oracle Net Services Administrators Guide or the Oracle operating system specific guide for more informat

 

Related content

crystal reports error 12154

Crystal Reports Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby Rac a li li a href Error Connecting To Standby Host a li li a href Error Creating Remote Archivelog File a li ul td tr tbody table p SAP Crystal ReportsWhere is this place located All Places SAP Crystal Reports Replies Latest reply Apr AM by kavya annavarapu Tweet Crystal report server error while desgin tool works fine relatedl Arnon Ofek May AM Currently Being Moderated error received logging on to the standby g

database error 12154 sap

Database Error Sap table id toc tbody tr td div id toctitle Contents div ul li a href Oracle Database Error Ora- a li li a href Error Connecting To a li li a href Error Creating Remote Archivelog File a li ul td tr tbody table p on OracleWhere is this place located All Places SAP on Oracle Replies Latest reply Aug AM by Marius Burger Tweet RSA Database relatedl error at CON issue Tolulope OKUSAGA Jul oracle database error PM Currently Being Moderated Good day I am trying to extract p h id Oracle Database Error Ora- p

database error code 12154

Database Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Database Vendor Code a li li a href Error Received Logging On To The Standby Rac a li li a href Error Connecting To Standby Host 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 relatedl is one of the most common errors while oracle database error creating linked server to Oracle database Today I will discuss the oracle

error 12154 oracle odbc

Error Oracle Odbc table id toc tbody tr td div id toctitle Contents div ul li a href Oracle Error Encountered a li li a href Oracle Database Error a li li a href Oracle Error Code a li ul td tr tbody table 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 relatedl it enabled Please turn JavaScript back on and oracle odbc ora reload this page Please enter a title You can not post oracle error received logging on to

error 12154

Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Connecting To a li li a href Error Received Logging On To The Standby Rac a li li a href Error Connecting To Standby Host 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 relatedl Oracle PostersOracle Books Oracle Scripts Ion Excel-DB Don error received logging on to the standby g Burleson Blog P TD TR TBODY FORM td p h

error 12154 connecting to

Error Connecting To table id toc tbody tr td div id toctitle Contents div ul li a href Error Connecting To For Fetching Gap Sequence a li li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Error Received Logging On To The Standby 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 tracing and reexecute the operation If error persists relatedl contact Worldwide Customer Support ORA- TNS unable to send

error 12154 received

Error Received table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby Rac a li li a href Error Connecting To Standby Host a li li a href Oracle Error Encountered a li ul td tr tbody table p not able to connect to standby message Sat November relatedl ankush chawla Messages Registered November Senior error received logging on to the standby g Member hi we are receving following error in the Alert log p h id Error Received Logging On To The Standby Rac p of the

error 12154 standby

Error Standby table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby Rac a li li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Error Connecting To Standby Host a li ul td tr tbody table p not able to connect to standby message Sat November relatedl ankush chawla Messages Registered November Senior Member hi error received logging on to the standby g we are receving following error in the Alert log of the p h id Error Received Logging On

error 12154 encountered

Error Encountered table id toc tbody tr td div id toctitle Contents div ul li a href Error Connecting To Standby Host a li li a href Error In Oracle a li ul td tr tbody table p log in tour help Tour Start here for relatedl a quick overview of the site Help oci error encountered ora Center Detailed answers to any questions you might have Meta error received logging on to the standby g Discuss the workings and policies of this site About Us Learn more about Stack Overflow error connecting to the company Business Learn more about

error 12154 connecting to destination log_archive_dest_2

Error Connecting To Destination Log archive dest table id toc tbody tr td div id toctitle Contents div ul li a href Log Archive Dest Data Guard a li li a href Error Received Logging On To The Standby g a li li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Error Received Logging On To The Standby Rac a li ul td tr tbody table p HelloI am having problems with my standby and its driving me up relatedl the wall I created the standby on Saturday ready to go log archive

error 12154 fetching gap sequence

Error Fetching Gap Sequence table id toc tbody tr td div id toctitle Contents div ul li a href Fal Client Mrp Error Connecting a li li a href Fal client Failed To Request Gap Sequence a li li a href Fal client User Error Connecting To a li li a href Fal client All Defined Fal Servers Have Been Attempted a li ul td tr tbody table p issue-archivelogs not getting applied If this is your first visit be sure to check relatedl out the FAQ by clicking the link above fetching gap sequence in thread You may have

error code 12154 oracle

Error Code Oracle table id toc tbody tr td div id toctitle Contents div ul li a href Oracle Database Error a li li a href Tns Could Not Resolve The Connect Identifier Specified Oracle g a li li a href Ora- Sqlplus 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 relatedl the most common errors while creating linked server oracle error received logging on to the standby to Oracle database Today I

fal client user error 12154

Fal Client User Error table id toc tbody tr td div id toctitle Contents div ul li a href Fal Client User Error Connecting To For Fetching Gap Sequence a li li a href Fal client User Error Connecting To a li li a href Fal client All Defined Fal Servers Have Been Attempted a li li a href Error Received Logging On To The Standby a li ul td tr tbody table p issue-archivelogs not getting applied If this is your first visit be relatedl sure to check out the FAQ by fal client user error connecting to clicking

fal client arc2 error 12154

Fal Client Arc Error table id toc tbody tr td div id toctitle Contents div ul li a href Fal Client User Error Connecting To Primary For Fetching Gap Sequence a li li a href Error Received Logging On To The Standby a li li a href Mrp Wait for gap a li ul td tr tbody table p issue-archivelogs not getting applied If this is your first visit be sure to check out the FAQ by clicking the link relatedl above You may have to register before you can fal client user error post click the register link above

heartbeat failed to connect to standby error is 12514

Heartbeat Failed To Connect To Standby Error Is table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby Oracle a li li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Error Received Logging On To The Standby c a li ul td tr tbody table p Member No HiGetting this error relatedl on primaryErrors in file u oracle admin pps bdump pps arc trc ORA- TNS listener does not currently know ping arc heartbeat failed to connect to standby error is

heartbeat failed connect standby error 12518

Heartbeat Failed Connect Standby Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Received Logging On To The Standby g Rac a li li a href Ping arc Heartbeat Failed To Connect To Standby a li li a href Error Received Logging On To The Standby a li li a href Ping arc Heartbeat Failed To Connect To Standby a li ul td tr tbody table p Joined -June Member No My system p h id Error Received Logging On To The Standby g Rac p run on Oracle g R Windows

heartbeat failed connect standby error 12514

Heartbeat Failed Connect Standby Error table id toc tbody tr td div id toctitle Contents div ul li a href Ping Arc Heartbeat Failed To Connect To Standby Error Is a li li a href Error Received Logging On To The Standby Rac a li li a href Error Received Logging On To The Standby g Rac a li li a href Error Received Logging On To The Standby c a li ul td tr tbody table p Member No HiGetting this error on primaryErrors relatedl in file u oracle admin pps bdump pps arc trc ORA- TNS listener does

oracle error 12154 received logging on to the standby

Oracle Error Received Logging On To The Standby table id toc tbody tr td div id toctitle Contents div ul li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Heartbeat Failed To Connect To Standby Error Is a li li a href Error Received Logging On To The Standby a li li a href Error Connecting To Destination Log archive dest Standby Host a li ul td tr tbody table p not able to connect to standby message Sat November ankush chawla Messages Registered November Senior Member hi we are receving relatedl following