Compile invalid objects

Tools -> Compile Invalid Objects -> F8

or you can run

ORACLE_HOME/rdbms/admin/utlrp.sql

to recompile ALL invalid objects in database.
 
I'm not sure which "wow" worked for you, but they both should work on 9i as well.

Code:
[oracle@server][lib9i:9.2.0][~]
[09:54:27]$ ls -l ./product/9.2.0/rdbms/admin/utlrp.sql
-rw-r--r--   1 oracle   dba         3842 Mar  9  2002 ./product/9.2.0/rdbms/admin/utlrp.sql
 
Back
Top