Identifying Invalid Objects. The DBA_OBJECTS view can be used to identify invalid objects using the following query. COLUMN object_name FORMAT A30 SELECT owner, ...
確定! 回上一頁