Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: help!! Problem with TCP/IP listener for Personal Oracle8
Nope - you're not stupid, neither are you alone in this problem.
Firstly, what OS are you using (Win95 or 98)? And 2nd, exactly what
version of PO8 are you using?
I managed to get PO8.0.3 working with Forms 4.5 on Win95, only after buying a book with a trial version of PO7.3.x and installing that first, then re-installing PO8.0.3 on top of it - it was something missing in the required support files. You also need to use the listener entry name as the database connect string (tcp-loopback for example).
For Win98, you definitely need PO8.0.4 - the .3 version doesn't work - I have a further document describing the Win98 setup and I can assure you it works just fine. Mail me if necessary.
HTH JR
cyberworm_at_my-dejanews.com wrote:
>
>
>Hi,
>
>I'm a newbie so I hope I don't sound too stupid. I have just installed
>personal oracle8 over developer2000 on my stand-alone PC.
>
>I intend to connect developer2000 to my local database and have configured
>both SQL*Net Easy (from developer2000) and Oracle Net8 Easy (from personal
>oracle8) to connect to my local database using the TCP/IP protocol with
>host-name 127.0.0.1. This was because SQL*Net Easy only supported TCP/IP. I
>used scott/tiger and the same database alias for both configurations.
>
>When I tried connecting to the database from f45desm using scott/tiger and my
>database alias, I received the error message "ORA-12203: TNS:unable to connect
>to destination".
>
>I gathered that my TCP/IP had not started so I ran LSNRCTL80 from DOS and
>tried to start the default TCP/IP listener. However, this produced an illegal
>operation message from windows. My listener.ora file goes like this: LISTENER
>= (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = 127.0.0.1) (Port =
>1521) ) ) STARTUP_WAIT_TIME_LISTENER = 0 CONNECT_TIMEOUT_LISTENER = 10
>TRACE_LEVEL_LISTENER = ADMIN SID_LIST_LISTENER = (SID_LIST = (SID_DESC =
>(SID_NAME = ORCL) ) )
>
>Is the problem to do my TCP/IP stack or is there something really wrong with
>my configuration?
>
>Any help would be greatly appreciated.
>Thanks.
>
>-Chris
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Oct 01 1998 - 08:22:59 CDT