|
-
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
Regards
CF
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|