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, 3303🔥, 0💬
Popular Posts:
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...