I'm new to python environment. I try install cx_Oracle in windows 8.1 based on the installation guide(https://www.cs.utexas.edu/~scohen/cs327e_spr15/cx_Oracle/windows.html, easy_install cx_Oracle (python package) on Windows)
When I tried to connect with cx_Oracle I have encountered an error "ORA-12170 TNS:Connection timeout occurred", "cx_Oracle.DatabaseError: ORA-12541: TNS:no listener". Why this error happens. Does anyone help me.
I could not understand what is wrong with my question. In addition to voting my question as negative please guide what makes me wrong. I was totally helpless.
For ORA_12170 (ORA-12170: TNS:Connect timeout occurred) I couldn't issue an lsnrtcl status. For ORA_12541 (Oracle client ORA-12541: TNS:no listener) I couldn't find (control panel -> administrative tools -> services ->oracle) oracle running.