TNSLSNR for Linux: Version10.2.0.1.0 - Production
System parameter file is/opt/oracle/10.2.1/network/admin/listener.ora
Log messages written to/opt/oracle/10.2.1/network/log/listener.log
Listening on:(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DB11)(PORT=1521)))
Listening on:(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Connecting to(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DB11)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version10.2.0.1.0 - Production
Start Date 23-JUN-2014 11:06:50
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/10.2.1/network/admin/listener.ora
Listener Log File /opt/oracle/10.2.1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DB11)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Services Summary...
Service "PLSExtProc"has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) forthis service...
The command completedsuccessfully
[oracle@DB11 ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 -Production on Mon Jun 23 11:07:01 2014
Copyright (c) 1982, 2005,Oracle. All rights reserved.
SQL> con /as sysdba
SP2-0734: unknown commandbeginning "con /as sy..." - rest of line ignored.
SQL> conn /as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area2.0200E+10 bytes
Fixed Size 2056712 bytes
Variable Size 2415922680 bytes
Database Buffers 1.7767E+10 bytes
Redo Buffers 14716928 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and DataMining options