Chinaunix首页 | 论坛 | 博客
  • 博客访问: 25834
  • 博文数量: 4
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2012-08-22 11:59
文章分类

全部博文(4)

文章存档

2013年(4)

我的朋友

分类: Oracle

2013-08-30 13:23:07

在创建外部表过程中,没有报任何错误。
完成之后,查询外部表,报如下错误:
ORA-29913: 执行 ODCIEXTTABLEOPEN 调出时出错
ORA-29400: 数据插件错误
KUP-00554: error encountered while parsing access parameters
KUP-01005: syntax error: found "identifier": expecting one of: "column, enclosed, ignore_chars_after_eor, (, ltrim, lrtrim, ldrtrim, missing, notrim, optionally, rtrim, reject, terminated"
KUP-01008: the bad identifier was: termanated
KUP-01007: at line 4 column 8 29913. 00000 - "error in executing %s callout"
*Cause: The execution of the specified callout caused an error.
*Action: Examine the error messages take appropriate action.
分析如下:
由ORA-29400可知,错误产生在access parameters 部分。
由KUP-01008可知,termanated是一个错误的identifier。
在建表语句中查询,fields termanated by ','出错。
解决:
将termanated更改成terminated。问题解决!
阅读(4855) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:Visio Studio 2012下VB.net添加右键弹出菜单

给主人留下些什么吧!~~