Thanks for replay.
Profile Name:Signon Password Case
Site lebel
Value: Sensitive
Search found 3 matches
- Wed Feb 01, 2012 2:54 am
- Forum: Application DBA & System Administration
- Topic: Guest User Enable
- Replies: 4
- Views: 5188
- Wed Feb 01, 2012 1:21 am
- Forum: Application DBA & System Administration
- Topic: Guest User Enable
- Replies: 4
- Views: 5188
- Tue Jan 31, 2012 1:34 pm
- Forum: Application DBA & System Administration
- Topic: Guest User Enable
- Replies: 4
- Views: 5188
Guest User Enable
For Enable Guest user I did following thing .........
1. Reset GUEST password:
SQL> exec fnd_vault.del('FND');
SQL> commit;
SQL> select FND_WEB_SEC.CHANGE_GUEST_PASSWORD ('ORACLE','Lora123') from dual;
SQL> commit;
2. Test if Profile Updated or not?
DECLARE
stat boolean;
BEGIN
dbms_output ...
1. Reset GUEST password:
SQL> exec fnd_vault.del('FND');
SQL> commit;
SQL> select FND_WEB_SEC.CHANGE_GUEST_PASSWORD ('ORACLE','Lora123') from dual;
SQL> commit;
2. Test if Profile Updated or not?
DECLARE
stat boolean;
BEGIN
dbms_output ...