摘要: create or replace procedure drop_all as cursor cur_obj is select uo.OBJECT_NAME, uo.OBJECT_TYPE from user_objects uo where uo.OBJECT_NAME not in ('DRO 阅读全文
posted @ 2011-11-23 17:23 wingsless 阅读(2332) 评论(4) 推荐(1)