Re: function returning object type and print the attributes
From: Ls Cheng <exriscer_at_gmail.com>
Date: Mon, 18 Jul 2016 16:11:39 +0200
Message-ID: <CAJ2-Qb8C0SBs+==owt-Y4if2pDWCes0bMCmmaZcoO6kv0GY2WQ_at_mail.gmail.com>
Date: Mon, 18 Jul 2016 16:11:39 +0200
Message-ID: <CAJ2-Qb8C0SBs+==owt-Y4if2pDWCes0bMCmmaZcoO6kv0GY2WQ_at_mail.gmail.com>
thanks for the help but the sqlplus extra call is still a mystery for me :-)
On Mon, Jul 18, 2016 at 4:05 PM, Sayan Malakshinov <xt.and.r_at_gmail.com> wrote:
> Just ignore SQL*Plus behaviour with simple SQL, test such queries within
> p/sql blocks.
> "select x.z.o1,x.z.o2 from (select get_ot z from dual *where rownum>0*)x"
> will work fine with Java and any other tools.
>
>
>
> --
> Best regards,
> Sayan Malakshinov
> Oracle performance tuning engineer
> Oracle ACE Associate
> http://orasql.org
>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jul 18 2016 - 16:11:39 CEST