ORA-00257: archiver error. Connect internal only, until freed.
作者: 来源:网络文章
时间:2005-12-17 21:03:39
ORA-00257: archiver error. Connect internal only, until freed.(1)
环境:winXP+oracle9.2.0.1客户端 win2003+oracle9.2.0.5服务端 一、出错过程: 在客户端执行以下语句: conn scott/tiger@pgjt declare i number; begin select s.nextval into i from dual; while i<1000 loop insert into b values (i); end loop; end; 出现错误,客户端呈假死机现象。 新开一个窗口: SQL> conn scott/tiger@pgjt 已连接。 SQL> select sid,serial#,username from v$session;