Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Personal Oracle8 Listener Error
Usually this is a result from incorrect sqlnet configuration files.
However you may need to verify a few things first
- does your system have tcp/ip installed and a proper ip-address. If not it
still should work with address 127.0.0.1, the local loopback interface (as
this is Personal Oracle and the database is on the same system)
- In this case the following line should be in your hosts file (without
knowing which OS I can't tell you where the hosts file is, depends on OS
127.0.0.1 localhost
- The sqlnet config files should either refer to this address or to
localhost
If this still doesn't resolve it try posting listener.ora, sqlnet.ora and
tnsnames.ora from <ORACLE_HOME>/network/admin, and we should be able to
find out what's wrong.
Hth
Sybrand Bakker, Oracle DBA
> Hi all- trying to set up PO8 (8.0.3) with Developer2000 using tcp/ip.
> (Following the numerous directions given by some kind soul on here.)
> Starting the listener yields this nasty bit of info:
>
> LSNRCTL80 caused an invalid page fault in
> module <unknown> at 0000:00000020.
> Registers:
> EAX=ff54c0fd CS=0157 EIP=00000020 EFLGS=00010282
> EBX=00900000 SS=015f ESP=00a08cc4 EBP=00a08cec
> ECX=02000000 DS=015f ESI=0129c8ad FS=40d7
> EDX=00000000 ES=015f EDI=00a6e971 GS=0000
> Bytes at CS:EIP:
> 00 00 00 c8 28 00 26 09 3a 00 26 09 52 00 26 09
> Stack dump:
> 0000015f 01291b2e 00000002 00000001 00000000 00000000 00000000 00000001
> 00000000 ffffffff 00a099b0 01a9cede 00000002 00000001 00000000 00000000
>
> Please help if you can! (and copy my email),
> Thanks,
> A. Fischer
> acf34_at_yahoo.com
Received on Sat Aug 29 1998 - 00:22:25 CDT
![]() |
![]() |