使用hostname方式連線資料庫!

warehouse發表於2008-06-26

hostname方式是透過client端hostname連線資料庫,無需配置tns!

[@more@]

1. HOSTNAME

修改listener.ora中的如下資訊
(SID_DESC =
(GLOBAL_DBNAME = your_hostname) --你的機器名
(ORACLE_HOME = E:oracleora92) --oracle home
(SID_NAME = orcl) --sid name
)
然後在客戶端的sqlnet.ora中,確保有
NAMES.DIRECTORY_PATH= (HOSTNAME)

無需在client端配置tns

測試一下:

C:>sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on 星期四 6月 26 09:56:03 2008

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


連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

我的主機名是xys

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19602/viewspace-1006146/,如需轉載,請註明出處,否則將追究法律責任。

相關文章