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 list the Oracle RICEW Objects

Pass the application short name &APP_SHORT_NAME parameter to find RICE objects for the particular application and include any exclusion ...