ORA-03120 two-task conversion routine: integer overflowCause: An integer value in an internal Oracle structure overflowed when being sent or 
received over a heterogeneous connection. This can happen when an invalid buffer length 
or too great a row count is specified. It usually indicates a bug in the user 
application. Action: Check parameters to Oracle calls. If the problem recurs, reduce all integer 
parameters, column values not included, to less than 32767. 
你的数据是不是有问题

解决方案 »

  1.   

    数据会有什么问题。可以正常的调用,插入和查询啊!就是导出的时候有问题!不会与用户权限有关系吧?oracle的在线查询错误号的网址时什么啊?
      

  2.   

    在你做exp时带上buffer参数,逐渐减少buffer的值,直到错误消失。
      

  3.   

    是的,你在EXP的时候把BUFFER加大,因为EXP的时候默认值不够大,
    EXP USER/PASSWD FILE=A。DMP  BUFFER=204800000
    问题应该解决了。