Not very clear what you want to do ? But you do like :
A. Put the table in the read-only tablespace , so nobody can modify the data in it
Or 
B. Revoke the priviledge from the other user , Give them only update , insert priviledge .

解决方案 »

  1.   

    你好,是这样的,我有一个table(a number,b varchar2),它里面记录了两条记录{(1,'123'),(2,'456')},现在我想限制用户只是在这个表中,不能删除任何记录,即只可作修改和更新,但对于其它表是可以删除的,应该怎么做?谢谢!
      

  2.   

    then you need to make a deletion trigger on this table and always raise error