为什么我有DBA权限却无法建索引呢?
有张表,我执行下面语句看我的权限dbschema -t 表名 -d 库名 -p all
grant dba to "******";
建索引的语句是:
create index table_date on table(date1);
table表的date1字段为
date1 date not null ,
想不通为什么建不上索引。(不知道你们还需要什么信息,我可以马上附上。在线等。。。) 报什么错啊? -242 ISAM:-106 此表有用户在访问,所以不能建索引. 谢谢looxb,现在已经可以创建索引拉。
页:
[1]