Hi friends, I have a problem related with oracle 8i personal edition (available with few books). I have loaded it on win98.The problem is I am not able to connect to database as listeners are not configured so it give an Error “no listener”. Can any one pls tell me the way how to configure listeners. I have made a listener thru Network Administration > Net8 configuration Assistant But no success. Hope anyone will give some idea to solve the problem. Thanks in Advance, ANUP BATRA
Beksy Kurian
Ranch Hand
Joined: Jul 11, 2001
Posts: 254
posted
0
Is your hostname(and sid) correct in the tnsnames.ora file? Have you started the listener? try to do 'tnsping sidname' at the dos prompt and see what you are getting? or check 'lsnrctl status'. Beksy
SJ Adnams
Ranch Hand
Joined: Sep 28, 2001
Posts: 925
posted
0
Doesn't personal edition only allow bequeth protocol connections? I'm pretty sure you are not allowed to connect to Oracle personal edition from another ip address? Simon