select 1条记录 insret 时1万多记录

一个脚本 select 出来只有一条记录,但insert到另一个表的记录时有1万多记录,郁闷中。请高手指点。版本  Enterprise Edition Release 10.2.0.1.0
我也来说两句 查看全部回复

最新回复

  • reny (2008-10-15 16:09:03)

    都不寫代碼,怎麼看呀?
  • probeyond (2008-10-15 16:19:12)

    已经解决了,oracle的一BUG

    [ 本帖最后由 probeyond 于 2008-10-16 10:17 编辑 ]
  • valenwon (2008-10-16 14:03:56)

    有这样的bug
  • huhill (2008-10-17 11:26:54)

    是脚本的BUG吧.
  • probeyond (2008-10-21 14:12:32)

    升级至 Enterprise Edition Release 10.2.0.4.0问题解决
  • flywingsss (2008-10-21 14:19:31)

    把oracle 的bug号或者错误好贴出来看看吧
  • sieper (2008-10-21 16:03:23)

    oracle还有这个bug~
  • mjwwyq (2008-10-21 16:10:42)

    哦,很想看看楼主的代码是什么。
  • ClearWind (2008-11-15 17:20:05)

    这个我以前遇到过,当时metalink的回复是这样的:
    METALINK的回复如下:

    ACTION PLAN
    ============
    Hi Xin,

    Can you please firstly use the workaround of the upper bugs as following

    1. connect as sysdba
    2. SQL>alter system set "_table_lookup_prefetch_size"=0 scope=spfile;
    3. shutdown/startup DB server
    4. re-execute the insert and check whether it returns the correct result

    Regards
    Sam
    Oracle Product Support
  • ekyte (2008-11-25 23:02:38)

    能看下原来的代码吗?
  • czd1980 (2008-12-01 09:50:18)

    以前在通过dblink做不等查询的时候也遇到过,查询出来是n条,插入的就不一定是多少n条了
  • zxmbenxi (2008-12-02 13:47:34)

    。。。没遇到这种事
  • remyxo (2008-12-08 11:10:00)

    没有遇到,极个别现象吧?否则oracle的测试部门也太垃圾了。
  • Hopewell_Go (2008-12-08 11:51:36)

    了解中。。。
  • bainanrain (2008-12-11 10:32:39)

    无代码无真相啊!