View Single Post
  #3 (permalink)  
Old May 25th, 2007, 16:48
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Wink Re: OTM v5.5 CU3 is available on MetaLink

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:
  1. Shutdown OTM
  2. 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;
  3. Restart the OTM DB
  4. 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
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote