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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with odd ORA 3113 Error

Re: Help with odd ORA 3113 Error

From: Jojo <jojo_at_nowhere.com>
Date: 1998/04/29
Message-ID: <3547966E.3D2C63C1@nowhere.com>#1/1

Try,

     ANALYZE TABLE VALIDATE STRUCTURE ...... Make sure that theres nothing wrong with your tables and index yet ...

I hope this helps

     joseph_sumalbag_at_bose.com

Joe Kaczor wrote:

> Hello All,
>
> We are currently running across an odd Oracle error/bug.
> We are attempting a simple SQL query, and are being
> disconnect from the database every time we attempt it.
>
> The code is as follows:
>
> select count(*)
> from table_a
> where usercode4 = 'DX'
> and usercode1 = 'ACTV'
> /
>
> From UNIX we get kicked back to the $ prompt, from SQL*Plus
> client side (Win 95) we get ORA-3113 enc of communication
> channel (which makes sense, since it is automatically disconnecting
> from the database)
>
> But if we try this :
>
> select count(*)
> from table_a
> where usercode4 = 'DM'
> and usercode1 = 'ACTV'
> /
>
> We get our results back OK. (DX and DM are both values
> in the usercode4 column).
>
> Has anyone ever seen this happen before? Any help
> is greatly appreciated.
>
> DB version 7.3.2.3
> DG Platform
>
> TIA,
> Joe
Received on Wed Apr 29 1998 - 00:00:00 CDT

Original text of this message

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