pb17: oracle$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.1
BuildVersion:   8B15
pb17: oracle$ 
pb17: oracle$ onsctl start
onsctl: ons started
pb17: oracle$ lsnrctl start

LSNRCTL for MacOS X Server: Version 10.1.0.3.0 - Production on 17-6月 -2005 21:32:23

Copyright (c) 1991, 2004, Oracle.  All rights reserved.

/Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/bin/tnslsnrを起動しています。お待ちください...

TNSLSNR for MacOS X Server: Version 10.1.0.3.0 - Production
システム・パラメータ・ファイルは/Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/network/admin/listener.oraです。
ログ・メッセージを/Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/network/log/listener.logに書き込みました。
リスニングしています: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pb17.local)(PORT=1521)))
リスニングしています: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))に接続中
リスナーのステータス
------------------------
別名                      LISTENER
バージョン                TNSLSNR for MacOS X Server: Version 10.1.0.3.0 - Production
開始日                    17-6月 -2005 21:32:23
稼働時間                  0 日 0 時間 0 分 0 秒
トレース・レベル          off
セキュリティ              ON: Local OS Authentication
SNMP                      OFF
パラメータ・ファイル      /Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/network/admin/listener.ora
ログ・ファイル            /Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/network/log/listener.log
リスニング・エンドポイントのサマリー...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pb17.local)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
サービスのサマリー...
サービス"PLSExtProc"には、1件のインスタンスがあります。
  インスタンス"PLSExtProc"、状態UNKNOWNには、このサービスに対する1件のハンドラがあります...
コマンドは正常に終了しました。
pb17: oracle$ sqlplus /nolog

SQL*Plus: Release 10.1.0.3.0 - Production on 金 6月 17 21:32:30 2005

Copyright (c) 1982, 2004, Oracle.  All rights reserved.

SQL> conn / as sysdba
アイドル・インスタンスに接続しました。
SQL> startup
ORACLEインスタンスが起動しました。

Total System Global Area  293601280 bytes
Fixed Size                   778888 bytes
Variable Size              99622264 bytes
Database Buffers          192937984 bytes
Redo Buffers                 262144 bytes
データベースがマウントされました。
データベースがオープンされました。
SQL> conn scott/tiger@tiger
接続されました。
SQL> select count(*) from emp;

  COUNT(*)
----------
        14

SQL> exit
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining optionsとの接続が切断されました。
pb17: oracle$ isqlplusctl start
iSQL*Plus 10.1.0.3.0
Copyright (c) 2004 Oracle.  All rights reserved.
Starting iSQL*Plus ...
iSQL*Plus started.
pb17: oracle$ emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0  
Copyright (c) 1996, 2004 Oracle Corporation.  All rights reserved.
http://localhost:5500/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .................. started. 
------------------------------------------------------------------
Logs are generated in directory /Volumes/WorkVol/u01/app/oracle/product/10.1.0/tiger/localhost_tiger/sysman/log 
pb17: oracle$ emctl stop dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0  
Copyright (c) 1996, 2004 Oracle Corporation.  All rights reserved.
http://localhost:5500/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ... 
 ...  Stopped. 
pb17: oracle$ isqlplusctl stop
iSQL*Plus 10.1.0.3.0
Copyright (c) 2004 Oracle.  All rights reserved.

Stopping iSQL*Plus ...
iSQL*Plus stopped.
pb17: oracle$ sqlplus /nolog

SQL*Plus: Release 10.1.0.3.0 - Production on 金 6月 17 21:43:04 2005

Copyright (c) 1982, 2004, Oracle.  All rights reserved.

SQL> conn / as sysdba
接続されました。
SQL> shutdown
データベースがクローズされました。
データベースがディスマウントされました。
ORACLEインスタンスがシャットダウンされました。
SQL> exit
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining optionsとの接続が切断されました。
pb17: oracle$ lsnrctl stop

LSNRCTL for MacOS X Server: Version 10.1.0.3.0 - Production on 17-6月 -2005 21:43:34

Copyright (c) 1991, 2004, Oracle.  All rights reserved.

(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))に接続中
コマンドは正常に終了しました。
pb17: oracle$ onsctl stop
onsctl: shutting down ons daemon ...
pb17: oracle$