Re: How to print a rowtype variable!

From: Ivar Stolfot <Ivar.Stolfot_at_abs.ee>
Date: Wed, 6 Sep 2000 17:36:47 +0200
Message-ID: <39b66490$0$206_at_diablo.uninet.ee>


[Quoted] dbms_output.put_line('Column1:'||l_rowtype.column1||' Column2:'||l_rowtype.column2);

"Emre Akbag" <akbag_at_scr.siemens.com> wrote in message news:vtst5.454$zx3.9242_at_iad-read.news.verio.net...
> How can I print a row-type variable?
>
> dbms_output.put_line doesn't work (I receive 'Wrong number or type of
> arguments!'). Then I tried to convert it using to_char function.
> But, this function doesn't work, neither, because of the same reason.
>
> Any ideas?
>
>
> --
> Emre AKBAG
>
> Data Mining, Imaging & Visualization Dept.
> Siemens Corporate Research
>
> Ph: (609) 734.6500 ext. 2260 Fax: (609) 734.6565
> E-mail: akbag_at_scr.siemens.com
>
> Siemens Corporate Research,
> 755 College Rd East,
> Princeton, NJ 08540
>
>
Received on Wed Sep 06 2000 - 17:36:47 CEST

Original text of this message