From: "DEC51330331" <garaque@telcel.net.ve>
Subject: Re: viewing long data with sqlplus
Date: 1997/06/04
Message-ID: <01bc7126$cfb3e320$c81510ac@DEC51330331.telcel.net.ve>#1/1
References: <5n0fgv$fjf@news.Informatik.Uni-Oldenburg.DE>
Organization: T-Net
Newsgroups: comp.databases.oracle.tools



User the sqlplus command
set long 10000

and

set arraysize 1

Gerhard Moeller <Gerhard.Moeller@OFFIS.Uni-Oldenburg.de> wrote in article
<5n0fgv$fjf@news.Informatik.Uni-Oldenburg.DE>...
> Hi,
> 
> how can I view long (ca. 10000 characters) data within sql*plus?
> 
> When I select a row that definitively should contain data sql*plus
> prints out nothing!
> 
> 	HELP! Gerhard...
> -- 
>  Dipl. Inform. Gerhard Möller -- Gerhard.Moeller@OFFIS.Uni-Oldenburg.DE
> 
> OFFIS                   | | | | | |       Tel.:   0441/9722-122
> Escherweg 2             | | | | | |       Sekr.:  0441/9722-113 oder -101
> D-26121 Oldenburg       |O|F|F|I|S|       Fax:    0441/9722-102
> 
 

