-----------At this point it updates install_group_num to 0 (Zeor
select oracle_username, install_group_num from APPS.fnd_oracle_userid
where read_only_flag='U';
If it is 0 , update below.
update fnd_oracle_userid
set install_group_num = 1
where install_group_num = '0'
and read_only_flag = 'U';
--------------
No comments:
Post a Comment