select wrapping problem or bug
Hello,Oracle 11.2.0.3.0 on Linux RH 6.4 x86_64.
By setting an environment Variable NLS_LANG= American_America.UTF8 , and perform "select INSTANCE_NAME,STATUS from v$instance;"
the Layout has wrapped into 2 lines. see example below. Is it a know problem?
regards
Giorgio
SQL*Plus: Release 11.2.0.3.0 Production on Wed Sep 18 17:11:46 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
SQL> set linesize 200
SQL> col PROPERTY_value for a20
SQL> col PROPERTY_NAME for a30
SQL> col DESCRIPTION for a30
SQL> select * from database_properties where property_name like '%CHARAC%' order by property_name asc;
By setting an environment Variable NLS_LANG= American_America.UTF8 , and perform "select INSTANCE_NAME,STATUS from v$instance;"
the Layout has wrapped into 2 lines. see example below. Is it a know problem?
regards
Giorgio
SQL*Plus: Release 11.2.0.3.0 Production on Wed Sep 18 17:11:46 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
SQL> set linesize 200
SQL> col PROPERTY_value for a20
SQL> col PROPERTY_NAME for a30
SQL> col DESCRIPTION for a30
SQL> select * from database_properties where property_name like '%CHARAC%' order by property_name asc;
0