喜欢就来多看看

Ora-03114解决办法

上一篇 / 下一篇  2007-01-30 00:00:00 / 个人分类:RDBMS

使用pl/sql developer的时候老是报错,分享给大家。解决方法; QUOTE: 这是我们使用的客户端工具 Pl/Sql developer 和数据库的cdc产生冲突,如果使用TOAD等其他客户端工具则不会有这种情况。 还需要大家在开发中留意: 1,用Pl/Sql developer是否还会发生编译不过的情况。 2,是否会导致其他问题。 谢谢! 解决方法为:去掉cdc功能。操作为: DROP TRIGGER sys.cdc_alter_ctable_before; DROP TRIGGER sys.cdc_create_ctable_after; DROP TRIGGER sys.cdc_create_ctable_before ; DROP TRIGGER sys.cdc_drop_ctable_before; CALL sys.dbms_java.dropjava('-s rdbms/jlib/CDC.jar');

以下是oracle的信息: ORA-03114 not connected to ORACLE Cause: A call to Oracle was attempted when no connection was established. Usually this happens because a user-written program has not logged on. It may happen if communication trouble causes a disconnection. In addition, this message could occur when ALTER SYSTEM KILL SESSION or ALTER SYSTEM DISCONNECT SESSION were issued with the IMMEDIATE qualifier because, in those cases, the client's connection to the database is terminated without waiting for the client to issue a request. Action: Try again. If the message recurs and the program is user written, check the program



TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-01-26  
  12345
6789101112
13141516171819
20212223242526
2728293031  

数据统计

  • 访问量: 36
  • 日志数: 1128
  • 图片数: 1
  • 书签数: 1
  • 建立时间: 2007-12-13
  • 更新时间: 2008-01-01

RSS订阅

Open Toolbar