Need a sql/plsql code to write in OEM to monitor and list all new databases created during the whole
Please help me with the sql/plsql code to write in OEM to monitor and list all new databases created during the whole week in weekly report
I am thinking of an option where I can compare segments created date in system tablespace. if the min(sysdate) is >=(sysdate-7) then the database name should appear in the report table.
Please help me how do I write code on this.
Best regards,
Vishal
0