output of a select statement
From: ORACLE-L <mr.fishyu_at_gmail.com>
Date: Tue, 25 Mar 2014 21:30:54 +0800
Message-Id: <784803E9-BC5D-4CF2-BFB8-EFE2050223F7_at_gmail.com>
Hi Group,
a
Date: Tue, 25 Mar 2014 21:30:54 +0800
Message-Id: <784803E9-BC5D-4CF2-BFB8-EFE2050223F7_at_gmail.com>
Hi Group,
I have two DBs10.2.0.4 running on Solaris 10.
And the output on these two databases are totally different from sqlplus:
Select 'a' from dual;
Output a:
'
-
a
output b:
'A'
a
I compare the system parameters and the setting for sqlplus, no difference found.
I 'm wondering how dose the difference come out?
Rgds
David--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 25 2014 - 14:30:54 CET