| 发表人 |
内容 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-30 22:46:26
|
andrew
中级会员
注册时间: 2008-07-05 00:16:56
文章: 37
离线
|
same title,
my version is 8.5
and why INFA prompt me that the target table or view did not exist when I set the bulk option?
What should I do in order to implement bulk insert?
Thanks
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-07-31 21:40:15
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
看看是不是这个问题:
http://blog.mydwbi.com/?p=48
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-08-01 02:42:56
|
andrew
中级会员
注册时间: 2008-07-05 00:16:56
文章: 37
离线
|
my target table do not have prefix name
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-08-01 03:17:04
|
lynx286 一失足成千古风流人物!
论坛CEO
![[Avatar]](/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
注册时间: 2008-04-22 11:52:00
文章: 652
来自: 四海为家
离线
|
andrew wrote:my target table do not have prefix name
So, what's your source database and target database ? and what's the database version number?
What's the detail error code and error message ?
这篇文章被编辑了 1 次. 最近一次更新是在 2008-08-01 03:19:18
|
唯大英雄能本色,是真名士自风流.
 |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-08-03 12:25:35
|
tonyhong86
初级会员
注册时间: 2008-06-18 12:27:30
文章: 14
离线
|
If the target table has index, it can't use bulk insert. try to drop index then recreate it
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-08-07 03:57:49
|
killandylove
论坛CTO
![[Avatar]](/images/avatar/e4da3b7fbbce2345d7772b0674a318d5.jpg)
注册时间: 2008-04-23 08:51:09
文章: 58
来自: 不透露
离线
|
andrew wrote:same title,
my version is 8.5
and why INFA prompt me that the target table or view did not exist when I set the bulk option?
What should I do in order to implement bulk insert?
Thanks
The solution is try to drop any constraint for your table.
if you database is oracle, try to drop any constraint for this table, then you can use bulk load.
if you database is sqlserver and the table has constraints, the job will run successfully, but the bulk load can not take any effect.
It is depend on your database product.
|
本人中科院高级潜水院院士,诺贝尔长期掉线奖,奥斯卡终身隐身奖!!! |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-08-14 03:04:24
|
aids200
初级会员
![[Avatar]](/images/avatar/83fa5a432ae55c253d0e60dbfa716723.png)
注册时间: 2008-08-14 02:51:41
文章: 4
离线
|
tonyhong86 wrote:If the target table has index, it can't use bulk insert. try to drop index then recreate it
good!
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2008-09-03 04:31:37
|
andrew
中级会员
注册时间: 2008-07-05 00:16:56
文章: 37
离线
|
Thanks for all
|
|
|
 |
|
|