I have got the following error, upon providing user name and password in Oracle 11g console to connect db.
ERROR:ORA-12560: TNS:protocol adapter error
Solution:
The oracle service in local was in not running mode, so it was not finding the db to connect and which throws above error.
Below is the step to start the service in local,
Click on Start --> Run--> type " services.msc" click enter.
Select the OracleService name, right click and click start.
Now the oracle service wil be in running mode, so able to connect db.
Thanks,
Amar
ERROR:ORA-12560: TNS:protocol adapter error
Solution:
The oracle service in local was in not running mode, so it was not finding the db to connect and which throws above error.
Below is the step to start the service in local,
Click on Start --> Run--> type " services.msc" click enter.
Select the OracleService name, right click and click start.
Now the oracle service wil be in running mode, so able to connect db.
Thanks,
Amar
No comments:
Post a Comment