Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OEM Target promoted and discovered date - Repository Views?

ArunBaveraSep 4 2018 — edited Sep 5 2018

Hi All,

Any View or internal table which can provide OEM Target promoted and discovered date?

Tried this but not correct info:

select * from MGMT$MANAGEABLE_ENTITIES

where LOAD_TIMESTAMP> sysdate -35

and ENTITY_TYPE in ('oracle_database','oracle_pdb')

and MANAGE_STATUS=2

and PROMOTE_STATUS=3;

LOAD_TIMESTAMP

The date and time when the Manageable Entity record was first loaded (in the time zone of the Management Repository)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2018
Added on Sep 4 2018
1 comment
294 views