|
基本解决
万分感激各位大虾!
我把先前配的全删除了 重新配了一个
由于现在客户机上也装了一个oracle数据库(本来就有个客户端)
所以下面这样不行:
C:\Documents and Settings\admin>SQLPLUS system/cims@ORCTELE_CIMSDATA
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 3月 25 12:31:50 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS: 无法解析指定的连接标识符
请输入用户名:
但下面这样它就行了
C:\Documents and Settings\admin>CD C:\oracle\product\10.2.0\client_1\BIN
C:\oracle\product\10.2.0\client_1\BIN>SQLPLUS system/cims@ORCTELE_CIMSDATA
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 3月 25 12:27:41 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
SQL>
谢谢各位!!! |
|