分类: LINUX
2008-12-21 23:50:53
10.0.0.1:/vm/u01 /u01 nfs hard,bg,tcp,nfsvers=3,\ suid, rsize=32768,wsize=32768,nointr,noac 0 0 |
[oracle@oem2 ~]$ file /bin/ls /bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped [oracle@oem2 ~]$ file `which lsnrctl` /u01/app/oracle/product/10.2.0/db_2/bin/lsnrctl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped [oracle@oem2 ~]$ file `which sqlplus` /u01/app/oracle/product/10.2.0/db_2/bin/sqlplus: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped |
[oracle@oem2 ~]$ sqlplus SQL*Plus: Release 10.2.0.1.0 - Production on Sun Dec 21 23:35:22 2008 Copyright (c) 1982, 2005, Oracle. All rights reserved. Enter user-name: / as sysdba Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 285212672 bytes Fixed Size 1218992 bytes Variable Size 75499088 bytes Database Buffers 205520896 bytes Redo Buffers 2973696 bytes Database mounted. Database opened. SQL> exit Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options [oracle@oem2 ~]$ |