Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: urgent???????
This is a multi-part message in MIME format.
--------------D32762DF8CEC43D865B9784C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi, Mohamed,
This script is from www.onwe.co.za
Hope this helps
Vadim
rem -----------------------------------------------------------------------rem Filename: readlong.sql
rem Date: 12-Jan-1999 rem Author: Frank Naude (frank_at_onwe.co.za) rem -----------------------------------------------------------------------
set serveroutput on
DECLARE
cur1 PLS_INTEGER := DBMS_SQL.OPEN_CURSOR;; rc NUMBER; long_piece VARCHAR2(256); piece_len INTEGER := 0; long_tab DBMS_SQL.VARCHAR2S; long_len INTEGER := 0;
rc := DBMS_SQL.FETCH_ROWS(cur1); -- Get one row
long_tab( NVL(long_tab.LAST, 0)+1 ) := long_piece; -- Add piece to table long_len := long_len + piece_len;
--------------D32762DF8CEC43D865B9784C
Content-Type: text/x-vcard; charset=us-ascii;
name="dim.vcf"
Content-Transfer-Encoding: 7bit Content-Description: Card for Vadim Gorbunov Content-Disposition: attachment;
begin:vcard
n:Gorbunov;Vadim
tel;work:(095)737-3533
x-mozilla-html:FALSE
url:www.protek.ru org:Protek;IT adr:;;;Moscow;;;Russia
![]() |
![]() |