在PL/SQL Develop 里面可以select这个表,然后编辑它,有两种方法
select t.*,rowid from yourtable
select * from yourtable for update