allex 发表于 2003-12-12 19:19

求助:数据库被锁了,如何解决?

不知为什么,访问数据库时报错:
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode.

我该怎么办?

forest077 发表于 2003-12-12 20:57

求助:数据库被锁了,如何解决?

数据库名字写错了吧?

dalianpansky 发表于 2003-12-13 14:57

求助:数据库被锁了,如何解决?

不是问句,应该是个肯定句! :)

mochuhua 发表于 2004-01-06 11:14

求助:数据库被锁了,如何解决?

原帖由 "allex" 发表:
不知为什么,访问数据库时报错:
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode.

我该怎么办?

我也遇到这样的问题,不知道是不是我不是用informix用户导入数据库,只用了informix组的其他用户导入,加日志的时候用ontape -s -U数据库日志状态没变成U,数据库连接不上。请各位大虾指教,急!!

cshjob 发表于 2007-01-07 15:11

我现在也是这样情况,都还不知如何处理,请各位大虾指教,,
访问数据库时:
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode.
重新执行恢复数据出现:
E630:/czdbbackup/20070103_2350>dbimport easyplats_snx -d datadbs
*** create database
330 - Cannot create or rename database.

100 - ISAM error:duplicate value for a record with unique key.

重新执行:
E630:/czdbbackup/20070103_2350>ontape -U easyplats_snx
Invalid logging change to easyplats_snx
Program over.

sqlnet 发表于 2007-01-07 22:08

原帖由 cshjob 于 2007-1-7 15:11 发表
我现在也是这样情况,都还不知如何处理,请各位大虾指教,,
访问数据库时:
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode. ...

drop database and dbimport

ontape -s -U easyplats_snx

zhangjian81 发表于 2007-01-17 17:32

onstat -uk ses
onmode -Z ses 解锁
(或者 onstat -g ses (id) ps -ef |grep (id),kill掉进程也可以 )

wanyaozong 发表于 2007-12-03 15:46

drop database的时候都会报这个错的
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode. ...

shanshl 发表于 2007-12-03 17:57

原帖由 wanyaozong 于 2007-12-3 15:46 发表 http://bbs.chinaunix.net/images/common/back.gif
drop database的时候都会报这个错的
329: Database not found or no system permission.
   178: ISAM error:Database is locked; pending change to logging mode. ...
我以前遇到过,没有找到解决办法,最后只能重新安装了,之前想用oninit -i重新初始化一下,但是重新初始化都失败。

wanyaozong 发表于 2007-12-03 17:59

重新安装informix?
页: [1] 2
查看完整版本: 求助:数据库被锁了,如何解决?