I follow the instructions in the 8.1.7.4 patch set notes. At number 9, I dont get the correct output. is this ok?

SQL> connect / as sysdba
Connected.
SQL> select * from obj$ where type#=29 and owner# !=0;

no rows selected

SQL> update obj$ set status=5 where type#=29 and owner# !=0;

0 rows updated.

SQL> commit;

Commit complete.

SQL> select * from obj$ where type#=29 and owner# !=0;

no rows selected

SQL> desc dbms_java
ERROR:
ORA-04043: object dbms_java does not exist