Wednesday, October 2, 2024

Query to find the EBS Instance Refresh/Clone Date

 select name, creation_date

from apps.FND_APPS_SYSTEM;


SELECT resetlogs_time

FROM   v$database; 

No comments:

Post a Comment

Query to find the EBS Instance Refresh/Clone Date

 select name, creation_date from apps.FND_APPS_SYSTEM; SELECT resetlogs_time FROM   v$database;