Checklist
Here’s a short 5-point version you can show your manager:
- Maintain a CSV list of migrated databases with hostname, CDB name, and migration date.
- Load this CSV into a repository staging table using SQL*Loader, skip duplicates, and log any already-present entries.
- Check OEM onboarding by querying
MGMT$TARGET_PROPERTIES
for each migrated database. - Check CMDB onboarding by querying
CMDB_TAB
in the repository database. - Generate a YES/NO status report for OEM & CMDB onboarding and schedule the process to run periodically.
Comments
Post a Comment