What login problems you may encounter while logging into SQL*Plus?

There are a couple of common login problems. If you enter an incorrect
username or password, you will receive the following error message from Oracle
server:

ORA-01017: invalid username/password; logon denied
User should consult DBA (students should consult their instructor or
academic computing personnel) to resolve username/password problems.
If there is a connectivity issue between your client PC and Oracle or the host string has an invalid entry, you will see the following error message:
ORA-12154: TNS: could not resolve service name
Oracle stores host string/service values in a file called TNSNAMES.ORA. If
you receive a TNS error, call your DBA!

Computer Science & Information Technology

You might also like to view...

To return an array of long values from a method, which return type should be used for the method?

a. long[ARRAY_SIZE] b. array c. long[] d. long

Computer Science & Information Technology

What are the two GUI clients provided by VMware for use with vSphere?

A. Direct Console User Interface (DCUI) and vSphere User Frontend B. visual CLI and vSphere Client C. vSphere Controller and vSphere Web Client D. vSphere Web client and vSphere Client

Computer Science & Information Technology