问题========================
C:\Documents and Settings\Administrator>sqlplus egiweball/egiweball@igrp2_132.15
9.205.210
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 10月 11 14:53:11 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS: 无法解析指定的连接标识符
解决方案=======================
C:\Documents and Settings\Administrator>tnsping igrp2_132.159.205.210
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 11-10月-
2010 15:12:00
Copyright (c) 1997, 2005, Oracle. All rights reserved.
已使用的参数文件:
D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
TNS-03505: 无法解析名称
找到该文件“D:\oracle\product\10.2.0\db_1\network\admin”下的文件tnsnames.ora 然后加上该数据库的配置
IGRP2_132.159.205.210 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 132.159.205.210)(PORT = 1521))
)
(CONNECT_DATA =
(SID = igrp2)
(SERVER = DEDICATED)
)
)
然后再导出数据库=================================
C:\Documents and Settings\Administrator>exp egiweball/egiweball@igrp2_132.159.20
5.210 file= d:\egiweball_20101011.dmp
Export: Release 10.2.0.1.0 - Production on 星期一 10月 11 15:15:31 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Produc
tion
With the Partitioning, OLAP and Data Mining options
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
服务器使用 ZHS16CGB231280 字符集 (可能的字符集转换)
即将导出指定的用户...
. 正在导出 pre-schema 过程对象和操作
. 正在导出用户 EGIWEBALL 的外部函数库名
. 导出 PUBLIC 类型同义词
. 正在导出专用类型同义词
..................................
C:\Documents and Settings\Administrator>sqlplus egiweball/egiweball@igrp2_132.15
9.205.210
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 10月 11 14:53:11 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS: 无法解析指定的连接标识符
解决方案=======================
C:\Documents and Settings\Administrator>tnsping igrp2_132.159.205.210
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 11-10月-
2010 15:12:00
Copyright (c) 1997, 2005, Oracle. All rights reserved.
已使用的参数文件:
D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
TNS-03505: 无法解析名称
找到该文件“D:\oracle\product\10.2.0\db_1\network\admin”下的文件tnsnames.ora 然后加上该数据库的配置
IGRP2_132.159.205.210 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 132.159.205.210)(PORT = 1521))
)
(CONNECT_DATA =
(SID = igrp2)
(SERVER = DEDICATED)
)
)
然后再导出数据库=================================
C:\Documents and Settings\Administrator>exp egiweball/egiweball@igrp2_132.159.20
5.210 file= d:\egiweball_20101011.dmp
Export: Release 10.2.0.1.0 - Production on 星期一 10月 11 15:15:31 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Produc
tion
With the Partitioning, OLAP and Data Mining options
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
服务器使用 ZHS16CGB231280 字符集 (可能的字符集转换)
即将导出指定的用户...
. 正在导出 pre-schema 过程对象和操作
. 正在导出用户 EGIWEBALL 的外部函数库名
. 导出 PUBLIC 类型同义词
. 正在导出专用类型同义词
..................................