Donnerstag Juni 02, 2005
Oracle Skript: Wie findet man schnell invalide Objekte in Oracle?
SELECT object_name, object_type, status
FROM user_objects
WHERE status != 'VALID'
ORDER BY object_type, object_name;
Posted at 10:10nachm. Juni 02, 2005 by cetixx in Tipps | Kommentare [0]
Kommentare: