|
[oraone][/u03/one/onedb/network/admin/ONE_ibmlow]$cat listener.ora#
# $Header: ad8ilsnr.ora 115.6 2005/05/20 11:31:24 pariga ship $
#
# ###############################################################
#
# This file is automatically generated by AutoConfig. It will be read and
# overwritten. If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink document
# 165195.1 for assistance.
#
# ###############################################################
#
#
# Net8 definition for Database listener
#
ONE =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCONE))
(ADDRESS= (PROTOCOL= TCP)(Host= ibmlow.tiens.com )(Port= 1522))
)
查看listener.ora文件,里面有listener的大名。 一看便知。 |
|