Re: OEM Grid Report Q - 10.2

  • From: "Rich Jesse" <rjoralist@xxxxxxxxxxxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 24 Nov 2008 13:29:41 -0600 (CST)

Chris,

If you look at the definition of the "Non-Default Initialization Parameters"
SQL in the report you copied, it's filtering on the user's DB selection. 
Since you're looking for all DBs to be included, you could replace this:

s.target_guid = ??EMIP_BIND_TARGET_GUID??

with:

s.target_type = 'oracle_database'

...in your copy of the report.  This most likely won't get you exactly what
you're looking for, but perhaps it's a step in the right direction.

GL!

Rich


> I'd like to create a report of all init parameters for every DB in grid
> control.  I've set up a group to include all databases for this purpose.
>
> The report I've modified is 'Database Instance Overview', and I've set
> the target as the group.  I'm getting this when running though:
>
> Error rendering element. Exception: ORA-20206: ORA-06512: at
> "SYSMAN.EMD_DATABASE", line 1165 ORA-01403: no data found ORA-06512: at
> "SYSMAN.MGMT_DATABASE_OVERVIEW", line 80 ORA-06512: at line 2
>
> Web search is pretty slim for the above error.  Any thoughts?  Anyone
> have a different solution for grabbing the init's across the enterprise?
> Ultimately want to compare dev/test/prod for each instance.
>
> Thanks- Chris
>
> --
> //www.freelists.org/webpage/oracle-l
>
>


--
//www.freelists.org/webpage/oracle-l


Other related posts: