Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: goal_name is different andso is length of string

Re: goal_name is different andso is length of string

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Mon, 31 May 2004 12:01:31 +0200
Message-ID: <c9evht$cvk$1@news5.tilbu1.nb.home.nl>


MK wrote:

> select of quoted string has different lengths in 2 databases.
>
> DB1 :
>
> SQL> select 'kk' from dual;
>
> 'k
> --
> kk
>
> DB2 :
>
> SQL> select 'kk' from dual;
>
> 'kk'
> --------------------------------
> kk
>
> I tried 3 different Unix server ( sloaris 5.8) and 4 databases of
> different version ( 8.1.7.4 and 9.2.0.4 -- 2 each) on each server. The
> only common factor for databases to fall in the group was
> global_names. DB1 group had global_names = TRUE and DB2 group had
> global_name = FALSE.
>
> Can someone help in understanding why it is so. Or do I have to look
> something different.....

Is see no evidence it is different; all I see are prompts (headers) that differ in length, which may be caused by a combination of settings in the tool you use.
Use indeed the length function, as suggested by Noel

-- 

Regards,
Frank van Bortel
Received on Mon May 31 2004 - 05:01:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US