Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Got It ... !!!!

Got It ... !!!!

From: Rock Theriault <richiegecko_at_gmx.de>
Date: 8 Feb 2005 12:51:58 -0800
Message-ID: <5ab8e34c.0502081251.570d8233@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US