Ora-7445 [opidsa()+480] [SIGSEGV] [Address not mapped to object]
Hi All,
The above error is reported in the alert log of the 10g database after it is patched with 10.2.0.3 .
No real workaround exists for the above BUG but the occurence of the error can be delayed by manually flushing shared pool using the following command
SQL> alter system flush shared_pool;
System altered
Alternatively restarting the database […]