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 -> SQL Worksheet error message

SQL Worksheet error message

From: ejiang <ejiang_at_thru-put.com>
Date: 24 Dec 1998 02:20:32 GMT
Message-ID: <01be2ee3$988799b0$5501a8c0@edj>


I was debugging sql queries using the Oracle SQL Worksheet in the Oracle Enterprise Manager v. 1.3.5. The operating system is Windows NT 4.0. When I enter SELECT * FROM VIEW; SQL Worksheet prints the records without problem.
Somehow, if I specify one or more fields in the query ( e.g. SELECT QTY FROM VIEW; or SELECT VIEW.QTY FROM VIEW; ), The following error message appears:

        ORA-03113:end-of-file on comunication channel

The connection to the database is also lost.

Your advice on the cause and/or solution to the problem is greatly appreciated.

Edward Received on Wed Dec 23 1998 - 20:20:32 CST

Original text of this message

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