ORA-12560: TNS: protocol adapter error
Matrix++
Posted messages
49
Status
Membre
-
WASSM -
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++
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
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!!!