Home
Topics
(Move to ...)
Home
About Me
SQL LOADER / UNIX Scripts (2)
Interview
JS
Sudoku
Application & Performance (4)
Blog
sql / plsql
AOL
Generic
OM / O2C
AP & CM
HRMS
PO
▼
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;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment