Oracle Apps how to Implement, Develop and Administration
This Blog for Oracle Apex and EBS
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
‹
›
Home
View web version
No comments:
Post a Comment