cpu july 2006
I successfully applied patch 5225799 on my notebook
SQL> select action,version,id,comments from dba_registry_history;
ACTION VERSION ID COMMENTS
------ ---------- -------- ----------
CPU 10.2.0.2.0 5225799 CPUJul2006
3 Comments:
Have you checked catcpu logs? In my test I've got a few instances of this error message:
ORA-02303: cannot drop or replace a type with type or table dependents
ORA-02303 is an allowed error to occur. Possible errors that are allowed are described in a README.html that came with a patch. ORA-02303 appeared for me too for ~10 times, but everything works OK and I'm happy.
thanks for the updates. ORA_02303 appeared 22 times in my log file
Post a Comment
<< Home