- 最后登录
- 2013-10-18
- 在线时间
- 1 小时
- 威望
- 0
- 金钱
- 10
- 注册时间
- 2013-9-6
- 阅读权限
- 10
- 帖子
- 3
- 精华
- 0
- 积分
- 0
- UID
- 1216
|
1#
发表于 2013-9-6 15:37:33
|
查看: 3798 |
回复: 4
环境:系统win64位,oracle 10g 32位,装有11g的客户端
问题描述:由于服务器跟换,使用原来的正常exp脚本到新服务器上执行结果报错,错误如下:
Microsoft Windows [版本 5.2.3790]
(C) 版权所有 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>exp cmds/cmds@cmds file= c:cmds20
13.dmp tables=(t_base_area,t_base_class) trace=y
Export: Release 11.2.0.1.0 - Production on Fri Sep 6 15:29:51 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
About to export specified tables via Conventional Path ...
EXP-00008: ORACLE error 904 encountered
ORA-00904: "POLTYP": invalid identifier
EXP-00000: Export terminated unsuccessfully
C:\Documents and Settings\Administrator>
|
|