Oracle常用数据字典时间:2023-03-09 01:12:43 1、查看所有存储过程、索引、表格、PACKAGE、PACKAGE BODY select * from user_objects; 2、查询所有的Job select * from user_jobs; 3、