SQL*PLUS Banner Dispaly
The following command says it is a 64 bit version.
oracle@dwh01asaa> file oracle
oracle: ELF 64-bit LSB executable AMD64 Version 1, dynamically linked, not stripped
But why is that the banner do not show that it is 64 bit. Is there any change in the Banner Display in the recent times.
oracle@saa-hs-dwh-02> sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Jan 21 15:02:10 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
oracle@dwh01asaa> file oracle
oracle: ELF 64-bit LSB executable AMD64 Version 1, dynamically linked, not stripped
But why is that the banner do not show that it is 64 bit. Is there any change in the Banner Display in the recent times.
oracle@saa-hs-dwh-02> sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Jan 21 15:02:10 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
0