1,如何得到一個存儲過程的創建腳本 查詢數據字典:user_source 和 dba_source SQL>select text from dba_source where name='p_******' and type='PROCEDURE';
2,如何得到數據庫中無效的存儲過程 查詢數據字典:dba_objects SQL> select object_name from dba_objects where object
posts - 104, comments - 33, trackbacks - 0, articles - 0
Copyright © 林光炎