Oracle Applicatons
Pages
Home
SQL
Forms
Oracle Apps
Others
Reports
PL/SQL
OAF
Tuesday, 10 May 2016
Query to Check Database for Invalid Objects
The relevant query is as follows:
SELECT owner, object_name, object_type
FROM all_objects
WHERE status = ‘INVALID’;
SELECT count(*)
FROM from dba_objects
WHERE status = ‘INVALID’;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment