Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus extraneous output
SET VERIFY OFF should omit the variable substitution verification from the output -- are you sure it's in there (make sure it's BEFORE any ACCEPT statements)?
Joost Ouwerkerk
HSC Foundation
Toronto.
On Thu, 07 Aug 1997 14:58:05 -0700, Terry Bell <tbell@_NO_SPAM_kamloops.env.gov.bc.ca> wrote:
>How do I supress these old and new messages that appear before my select
>output?
>
>old 1: select %FIELDNAME from &SCHEMA&TABLENAME where %KEYFIELD =
>%KEYVALUE for update
>new 1: select MY_FIELD from MY_SCHEMA.MY_TABLE where MY_KEY = 1997020
>for update
>
>I am using the following settings:
>
> set pagesize 800
> set linesize 2100
> set feedback off
> set headsep off
> set showmode off
> set underline off
> set verify off
>
>Any ideas?
Received on Fri Aug 08 1997 - 00:00:00 CDT
![]() |
![]() |