Search notes:

Oracle: DBMS_UTILITY.COMPILE_SCHEMA

dbms_utility.compile_schema compiles a user's schema.
The procedure is a wrapper for utl_recomp.recomp_serial
alter session set plsql_warnings='enable:(6019, 6020, 6021, 6022)';
exec dbms_utility.compile_schema(schema => user)

select * from user_errors;

See also

For apparent reasons, dbms_utility.compile_schema cannot be called from a PL/SQL object in the schema that should be compiled with the call. In such a situation, this adaptable anonymous PL/SQL block ban be used to compile a given set of objects in a given schema.
show errors in SQL*Plus
dbms_utility

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740476636, '18.191.218.227', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/packages/dbms/utility/api/compile_schema/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78