Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Got It ... !!!!
ok - i solved the problem. as i thought - i only didn't see the wood
for the trees.
problem was in /etc/hosts. fc2 has there a line "127.0.0.1
localhost.localdomain
localhost". because there were warnings that gnome could not resolve
the hostname of the box i changed the line to "127.0.0.1
freeman_sheldon localhost" where
"freeman_sheldon" is the hostname for the box. so far so good. with
this changes
fc2 box worked well until oracle.
the file listener.ora contained the string "HOST=freeman_sheldon". that seems to be ok. but the listener resolved freeman_sheldon to localhost and localhost to 127.0.0.1 and so the listener waits for queries recieving from 127.0.0.1 ...
i changed the /etc/hosts file to
"127.0.0.1 localhost.localdomain localhost
192.168.1.3 freeman_sheldon"
NOW IT WORKS CORRECT ... thanks for your help ....
till my next question
uwe Received on Tue Feb 08 2005 - 14:51:58 CST
![]() |
![]() |