This SQL will give count of compostes create each day for last 31 days:
select composite_name,domain_name,trunc(creation_date) creation_date,count(*) Instance_Count FROM prod_soainfra.cube_instance WHERE trunc(CREATION_DATE)>=trunc(sysdate-31) group by composite_name, domain_name, trunc(creation_date) order by trunc(creation_date)
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent
Weblogic console and SOA consoles were not coming and web page was showing above message:
Solution: We thought webservers are not up so thought of checking web server status by following the below command but found that OHS services are up and running. So thought of checking Admin server and found that Admin server was not up and running so restarted admin servers and issue was resolved.
Used following command to check if Admin server is up and running. in result there was only one line so it was not up and running..
Steps to check if Admin Server is up and running ==>
ps -ef | grep Admin