Collections:
Error: Could not Resolve the Connect Identifier in Oracle
What Happens If You Use a Wrong Connect Identifier in Oracle?
✍: FYIcenter.com
Of course, you will get an error, if you use a wrong connect identifier. Here is an example of how SQL*Plus react to a wrong connect identifier:
SQL> CONNECT fyi/retneciyf@WRONG; ERROR: ORA-12154: TNS:could not resolve the connect identifier specified Warning: You are no longer connected to ORACLE.
What you need to do in this case:
⇒ Reset Lost SYSTEM Password in Oracle
⇐ Connect SQL*Plus Session to Oracle Server in Oracle
2020-08-13, 3752🔥, 0💬
Popular Posts:
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
How to run Queries with SQL Server Management Studio Express in SQL Server? 1. Launch and connect SQ...
What Happens to an Arithmetic Operation with Two Different Data Types in SQL Server Transact-SQL? Wh...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...