ORA-12560: TNS: protocol adapter error

Matrix++ Posted messages 49 Status Membre -  
 WASSM -
Hello everyone!!
So I’m back on this awesome Forum!! There's nothing to say!!
My friends, I had a problem when I wanted to work with Oracle Forms, more precisely when I want to execute the form an error appears:

error:
ORA-12560: TNS: protocol adapter error

I would like to inform you that the Listener service is started, I really can't overcome this problem after long searches on Google.

I am counting on your help

Sincerely

Matrix++
Configuration: Windows XP Internet Explorer 6.0

14 réponses

slouma
 
salamou 3alaikom
I had the same problem
The solution is to check if the Oracle server on your machine is running
Right-click on My Computer --> Manage --> Services and Applications --> Services
Then look for and start the services:
-OracleMTS RecoveryService
-OracleServiceXE
37
Yassine toni
 
thank you :-))))
0
baobablt
 
To solve this problem:
open a DOS command prompt
type: set ORACLE_SID=<nameOfYourInstance> then press the "Enter" key
type: sqlplus /nolog "Enter"
type: connect sys/password as sysdba "Enter"
you will receive the following message:
Connected to an inactive instance
type: startup
and there you go, everything's working!!!
1