How To Reduce Utlrp Execution Time
How To Reduce Utlrp Execution Time
How To Reduce Utlrp Execution Time
SQL> @$ORACLE_HOME/rdbms/admin/utlrp.sql
no rows selected
no rows selected
2nd Method, which I recommend
=============================
SQL> @$ORACLE_HOME/rdbms/admin/utlrp.sql
JOB_NAME
------------------------------
UTL_RECOMP_SLAVE_2
UTL_RECOMP_SLAVE_4
UTL_RECOMP_SLAVE_3
JOB_NAME
------------------------------
UTL_RECOMP_SLAVE_4
UTL_RECOMP_SLAVE_3
UTL_RECOMP_SLAVE_2
Note:
Since database is opened in normal mode and listener is up
and running, any user can connect to database and can
perform activity, this will causes issue in compiling
invalid objects.