Hello!
It appears that I spoke a bit too soon. We've found two known issues with the CU3 installation (Oracle notes 432983.1 and 432847.1).
The first issue (432983.1) is easy to resolve - just re-run the patch installer and it will work the second time (covered earlier).
The second issue (432847.1) requires some manual steps to resolve:
- Shutdown OTM
- Log into the application server and go to the <otm_install_dir>/glog/oracle/script8 directory. Once there log into the database as glogowner using sqlplus and run the following command:
Code:
SQL> exec vpd_pre_run.enable_all_policies;
- Restart the OTM DB
- Startup OTM
If you absolutely need to avoid restarting the db, web and app, log into the database using sqlplus as sys and flush the shared_pool:
Code:
SQL> alter system flush shared_pool;
Note: Be sure to log out of the database as sys before running any of the the remaining installation steps for CU-03.
Hope this helps!
--Chris