sqlplus -s APPS/apps @AFCPEXPIRE.sql
helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness
Tuesday, October 9, 2012
Force all Oracle EBS users to change their password
Reference:
Note: 414976.1 – How To Force All Applications Users To Change Their Password?
We might have the requirement to force all EBS users to change their passwords due to some requirement.
run Sql Script like below or same you can achieve by submitting concurrent request.
Friday, October 5, 2012
Force all Oracle EBS users to change their password
Reference:
Note: 414976.1 – How To Force All Applications Users To Change Their Password?
We might have the requirement to force all EBS users to change their passwords due to some requirement.
run sql Script like below or same you can achieve by submitting concurrent request
sqlplus -s APPS/apps; @AFCPEXPIRE.sql
or
Submit concurrent request: CP SQL*Plus Expire FND_USER Passwords
Above script sets the fnd_user.password_date to null for all users which causes all user passwords to expire. It can also be run as a SQL*Plus concurrent program. The user will need to create a new password upon the next login.
Note: 414976.1 – How To Force All Applications Users To Change Their Password?
We might have the requirement to force all EBS users to change their passwords due to some requirement.
run sql Script like below or same you can achieve by submitting concurrent request
sqlplus -s APPS/apps; @AFCPEXPIRE.sql
or
Submit concurrent request: CP SQL*Plus Expire FND_USER Passwords
Above script sets the fnd_user.password_date to null for all users which causes all user passwords to expire. It can also be run as a SQL*Plus concurrent program. The user will need to create a new password upon the next login.
Subscribe to:
Posts (Atom)
apt-key warning when sudo apt update run
Issue: apt-key warning when sudo apt update run Update below file: cat /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list ...
-
Install htop in Oracle Linux 7 htop is not default install and it's not part of default repo so when we try to install htop it throw...
-
How to Stop Firewall on Oracle Linux 7 [root@ebs121db1 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source ...
-
Oracle EBS 12.2.6 - DB Tire configuration error WARNING: [AutoConfig Error Report] The following report lists errors AutoConfig encounter...