If you try to log into PITSS.CON in Windows and you are unable to log in (not being able to go beyond the login screen) despite the fact you entered the correct credentials and the correct database, you should check to see if the TNS Listener is currently running.

1. Test to see if you can ping your database by using the tnsping command in Command Prompt (cmd.exe).

clip_image002

If you receive the message “TNS-12541: TNS:no listener” or anything similar, then your database listener is currently stopped.

clip_image004

2. To turn on your TNS Listener, go to the Control Panel –> Administrative Tools –> Services

clip_image006

clip_image008

3. Locate the TNS Listener associated with your database as shown here. Once you find it, click “Start” where it says “Start the service”. Notice how the word “Started” isn’t currently stated for the TNS Listener.

clip_image010

When the TNS Listener has started, you should see the screen below:

clip_image012

4. Test to see if you can ping your database again using tnsping inside Command Prompt.

clip_image014

As you can see above, we were able to successfully reach the database!

5. You should now be able to log into PITSS.CON. If you reach the main menu after logging in as shown below, the TNS Listener is running and PITSS.CON can communicate with the database.

image