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 -> Linux: SQL*Net problem. Sql*Plus crashes on connect to database

Linux: SQL*Net problem. Sql*Plus crashes on connect to database

From: Rupa Schomaker <rupa_at_rupa.com>
Date: Wed, 02 Dec 1998 18:40:19 GMT
Message-Id: <slrn76b2cj.lrm.rupa@gw.rupa.com>


I'm trying to connect from a linux system running 8.0.5 to a solaris system running 7.3.2.

When I mistype the password, I get the expected:

ORA-01017: invalid username/password; logon denied

When sqlplus connects successfully I get the following:

SQL*Plus: Release 8.0.5.0.0 - Production on Wed Dec 2 10:27:35 1998

(c) Copyright 1998 Oracle Corporation. All rights reserved.

Enter password:


HEAP DUMP heap name="Alloc environm" desc=0x8111dfc  extent sz=0x1024 alt=32 het=32767 rec=0 flg=3 opc=2  parent=0 owner=0 nex=0 xsz=0x50b8
EXTENT 0
  Chunk  8126628 sz=    20532    free      "               "
  Chunk  812b65c sz=       24    freeable assoc with mark prv=0 nxt=0
  Chunk  812b674 sz=       76    freeable assoc with mark prv=0 nxt=0
  Chunk  812b6c0 sz=       24    freeable assoc with mark prv=0 nxt=0
EXTENT 1
  Chunk  8123260 sz=    13240    free      "               "
EXTENT 2
  Chunk  8119f00 sz=       24    perm      "perm           "  alo=24
  Chunk  8119f18 sz=      932    free      "               "
  Chunk  811a2bc sz=      300    freeable assoc with mark prv=0 nxt=0
  Chunk  811a3e8 sz=      172    freeable assoc with mark prv=0 nxt=0
  Chunk  811a494 sz=       96    freeable assoc with mark prv=0 nxt=0
  Chunk  811a4f4 sz=      384    freeable assoc with mark prv=0 nxt=0
  Chunk  811a674 sz=     1100    freeable assoc with mark prv=0 nxt=0
  Chunk  811aac0 sz=     1100    freeable assoc with mark prv=0 nxt=0
Total heap size = 38004

FREE LISTS:
 Bucket 0 size=272
 Bucket 1 size=528
  Chunk 8119f18 sz= 932 free " "  Bucket 2 size=1040

  Chunk  8123260 sz=    13240    free      "               "
  Chunk  8126628 sz=    20532    free      "               "
Total free space   =    34704

UNPINNED RECREATABLE CHUNKS (lru first): PERMANENT CHUNKS:
  Chunk 8119f00 sz= 24 perm "perm " alo=24
Permanent space = 24

imp and exp also have the same problem.

I can setup a dblink and communicate with the remote system. I just can't connect directly using sqlplus, imp or exp.

Thoughts?

--
-rupa Received on Wed Dec 02 1998 - 12:40:19 CST

Original text of this message

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