set lines 200 pages 50000
col profile_option_value for a30
select o.profile_option_name,
v.profile_option_id,
v.level_id,
v.level_value,
v.profile_option_value
from applsys.fnd_profile_options o, applsys.fnd_profile_option_values v
where o.profile_option_id = v.profile_option_id
and o.profile_option_name like '%ICX_SESSION_TIMEOUT%' and level_id=10001;
PROFILE_OPTION_NAME PROFILE_OPTION_ID LEVEL_ID LEVEL_VALUE PROFILE_OPTION_VALUE
--------------------- ----------------- ---------- ----------- --------------------
ICX_SESSION_TIMEOUT 5852 10001 0 30
<oc4j_session_timeout oa_var="s_oc4j_sesstimeout">30</oc4j_session_timeout>
EBS s_oc4j_sesstimeout配置和ICX:会话超时时间
未经允许不得转载:徐万新之路 » EBS s_oc4j_sesstimeout配置和ICX:会话超时时间