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: SQLPlus access violation error on NT w/ too large a SQLPlus line.

Re: SQLPlus access violation error on NT w/ too large a SQLPlus line.

From: Paul Passarelli <paulp_at_talkthru.com>
Date: 1997/03/11
Message-ID: <01bc2e53$8cc204e0$be6964c7@kosh>#1/1

Repeatedly divide the file in half with a SET ECHO ON.

RYoung <ryoung_at_summer.dbsol.com> wrote in article <01bc2cef$2b40bc80$86428ad0_at_pc060.groupZ.net>...
> I am using SQLPlus (3.3.0.2.2) on NT 4.00 sp 2, whic is also running the
> Oracle 7.3 Workgroup Server.. If I try to run a script file (with @) with
> SET ECHO ON and several lines in the file are >2499 chars, SQLPlus gives
 an
> access violation and dies. SET ECHO OFF, and you get the expected error
> mesage, but the application does not give the access violation and
> continues with the rest of the file.
>
> Has anyone seen this discrepancy before? I am trying to locate the
> offending lines (a few dozen out of tens of thousands of lines), but can
> not run with the ECHO ON option to locate them.
> --
> Robert Young
> rcyoung_at_summer.dbsol.com
> "Standard disclaimer for employee views..."
>
Received on Tue Mar 11 1997 - 00:00:00 CST

Original text of this message

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