select o.USER_PROFILE_OPTION_NAME,o.PROFILE_OPTION_NAME,v.profile_option_value,v.level_id from fnd_profile_option_values v,fnd_profile_options_vl o where v.profile_option_id=o.profile_option_id and o.PROFILE_OPTION_NAME='CUX_0_FND_OBJECT_PUT_PATH' order by v.last_update_date desc;
select v.profile_option_value from fnd_profile_option_values v
where v.level_id = 10001
and v.profile_option_id =
(select profile_option_id
from fnd_profile_options o
where o.profile_option_name = 'CUX_0_FND_OBJECT_PUT_PATH');
update fnd_profile_option_values v
set v.profile_option_value = '/fmsnfs/deployment'
where v.level_id = 10001
and v.profile_option_id =
(select profile_option_id
from fnd_profile_options o
where o.profile_option_name = 'CUX_0_FND_OBJECT_PUT_PATH');
select v.profile_option_value from fnd_profile_option_values v
where v.level_id = 10001
and v.profile_option_id =
(select profile_option_id
from fnd_profile_options o
where o.profile_option_name = 'CUX_0_FND_OBJECT_PUT_PATH');
commit;
最新评论
这个牛
放下欲望,男人从来不醉,充分且必要
勇气、责任、自信、创新,为天下先!
软件即数据,软件即服务,软件即管理,软件就是对人类各种社会活动的仿真和记录。软件很重要,但软件不可能凌驾于业务之上,尤其不可能高人一等。