2002-08-23 15:54:15
/ Oracle数据库管理
online:ora-01555:snapshot too old rollback segment too smallI modify rollback segment ,add rollback segment,still apear errora-0155;explain :table aa(n1 primary key,n2 bitmap index,n3 number,n4 blob)select count(*) from aa where n1='' and n2='';err ora-01555;select count(*) from aa where n1='';true quickly;select count(*) from (select n2 from aa where n1='') a where a.n2='';err ora-01555;write procedure ddcoursor is select n2 from aa where n1=''openloopf
查看(437)
评论(7)