add
About Me
Jithendra Kumar B
Oracle Apps - Techno Functional consultant
View my complete profile
Tuesday, June 21
Reset the Oracle Apps user PWD Query
BEGIN
IF fnd_user_pkg.changepassword ('&uname', '&pswd')
THEN
DBMS_OUTPUT.put_line ('Password changed successfully');
ELSE
DBMS_OUTPUT.put_line ('Failed changing password');
END IF;
commit;
END;
Related Posts :
AOL, DBA, SCRIPTS
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment