Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL Worksheet error message
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
![]() |
![]() |