Sunday, June 14, 2020

Oracle APPS Query to get Instance cloned Date

 Query to get Instance cloned Date

select  to_char(CREATION_DATE,'DD/MM/RRRR HH24:MI') from fnd_nodes a ;

OR 

select to_char(resetlogs_time,'DD/MM/RRRR HH24:MI') from v$database ; 

Best Regards,

No comments:

Post a Comment