View Single Post
  #16 (permalink)  
Old June 11th, 2008, 15:38
dgoli dgoli is offline
Junior Member
 
Join Date: May 2008
Posts: 15
Thanks: 12
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
dgoli is on a distinguished road
Re: OTM 5.5 CU4 Installation

Mr.Nick,

Thanks for your reply.

As mentioned in the Admin guide,I executed the following query

select object_owner, count(*) from dba_policies
where object_owner in ('GLOGOWNER','REPORTOWNER')
group by object_owner;

and the output is as follows..

GLOGOWNER 20184
REPORTOWNER 224

Upon executing "object_count.sql",I found the ARCHIVE section missing in the results displayed.Do you think this is where I am struck?

I dont see any dbpatch log file located under OTM_HOME\glog\oracle\script8.
I hope you are referring to "dbpatch_55.sql" and attaching the same.


Thanks for your time,
Durga
Reply With Quote