Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Bug in PL/SQL ?
I get the different results on 8.1.6.1,8.1.6.3 and 8.1.7.2 hope this helps
clarify.
SQL> / BANNER
SQL> variable xxx varchar2(9) SQL> SQL> select translate(translate('321xabcdef','123abc','a'),'b','b') fromdual;
TRANS
SQL> exec :xxx := translate(translate('321xabcdef','123abc','a'),'b','b');
PL/SQL procedure successfully completed.
SQL> print xxx
XXX
SQL> perhaps you could post version on which the results are the same.
-- Niall Litchfield Oracle DBA Audit Commission UK ***************************************** Please include version and platform and SQL where applicable It makes life easier and increases the likelihood of a good answer ****************************************** "Ben de Boer" <B.deBoer_at_Canon-Europa.com> wrote in message news:Xns91D6741B9D1F6BdeBoerCanonEuropaco_at_212.26.18.3...Received on Tue Mar 19 2002 - 06:22:29 CST
> "Peter Yu" <yuyh_at_sp.edu.sg> wrote in news:3c96d746$1_at_sspwb100.sp.edu.sg:
> > > It is working with me just fine.
![]() |
![]() |