ORA-01041 internal error. hostdef extension doesn't existCause: Pointer to HSTDEF extension in HSTDEF is null.Action: Contact Oracle Support Services.

解决方案 »

  1.   

    我是用PB写的一个接口程序,在PB代码中先从SYBASE数据库表中提取所需数据,然后将数据赋值给变量,再将其变量INSERT进入ORACLE数据表,代码语句就是:insert into table(col1,col2,...) values(:var1,:var2,....); 代码中SQL语句没有错。
     在整个接口程序运行过程中,开始可以正常插入一些数据到ORACLE数据库中,但会在某个时候出现:"Error while trying to retrieve text for error ORA-01041”错误的时候,就会导致
    后面所要处理的所有数据都报该错误。并且与ORACLE数据库中断。
    该错误是PB程序返回的错误提示,我是写到SYBASE数据库的表中看到的。
    还各位高手请不吝赐教!ORA-01041 internal error. hostdef extension doesn't existCause: Pointer to HSTDEF extension in HSTDEF is null.Action: Contact Oracle Support Services.
    这个我在ORACLE错误代码大全中也查到了。
    我想知道解决方法呀,是不是只有找ORACLE技术支持中心才能解决呢?