[Home] [Help]
VIEW: SYS.DBA_IAS_SITES
Source
View Text - Preformatted
select refresh_template_name, user_name, site_name
from system.repcat$_template_sites
where status = -100 /*secret code for IAS template sites? */
View Text - HTML Formatted
SELECT REFRESH_TEMPLATE_NAME
, USER_NAME
, SITE_NAME
FROM SYSTEM.REPCAT$_TEMPLATE_SITES
WHERE STATUS = -100 /*SECRET CODE FOR IAS TEMPLATE SITES? */