摘要:
select substr(a.owner, 1, 20), substr(a.name, 1, 30), substr(a.type, 1, 20), substr(u.status, 1, 10) stat, u.last_ddl_time, substr(text, 1, 80) description from dba_source a, dba_objects uwhere 2 = 2 ... 阅读全文
posted @ 2009-12-04 11:28
郭振斌
阅读(616)
评论(0)
推荐(0)