--从数据字典中得到表名.
select a.table_name from all_tables a where a.table_name like 'TAB%'然后用游标循环,把表名当变量传递,然后循环得到action的值./