Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Today, we will discuss the use of special characters in Oracle E-Business Suite (EBS) APPS passwords and the implications of using the FNDCPASS utility for password changes.
Using special characters in passwords, particularly for database users like APPS, APPLSYS, and GL, is not supported when utilizing the FNDCPASS utility.
If you attempt to include a special character in a database user’s password using FNDCPASS, you are likely to encounter one of the following errors:
However, it is possible to use FNDCPASS to change the password of certain EBS users, such as SYSADMIN, and include special characters from a provided list. It is important to note that there may be specific considerations or restrictions for certain characters, which can be found in a table given below. In some cases, enclosing the new password in quotation marks may be necessary.
In summary, while the use of special characters in EBS passwords with FNDCPASS is generally unsupported, there are exceptions for certain users. It is essential to follow Oracle’s guidelines and restrictions for password management in EBS.
CHARACTER | DESCRIPTION | NOTES |
---|---|---|
! | Exclamation Mark | |
“ | Quotation Mark | Password must be enclosed by quotation marks. |
# | Hash/Number | Password must be enclosed by quotation marks. |
$ | Dollar | Password must be enclosed by quotation marks. |
% | Percent | |
& | Ampersand | Password must be enclosed by quotation marks. May get problem recognising the character if fnd_user_pkg.validatelogin() is used. |
‘ | Apostrophe | Not possible to use with FNDCPASS. |
( | Open Parenthesis | Password must be enclosed by quotation marks. |
) | Close Parenthesis | Password must be enclosed by quotation marks. |
* | Asterisk | |
, | Comma | |
– | Hyphen – Minus | |
. | Full Stop | |
/ | Slash | |
: | Colon | |
; | Semicolon | |
< | Less than sign | Password must be enclosed by quotation marks. |
= | Equals sign | |
> | Greater than sign | Password must be enclosed by quotation marks. |
? | Question mark | |
@ | At sign | |
[ | Open square bracket | |
Backslash | Password must be enclosed by quotation marks. | |
] | Close square bracket | |
^ | Caret | |
_ | Underscore | Cannot be used for APPS password or start any transaction managers. |
` | Grave accent | Password must be enclosed by quotation marks. |
{ | Left curly bracket | |
| | Vertical bar | Password must be enclosed by quotation marks. |
} | Right square bracket | |
~ | Tilde | |
Blank Space | Cannot be used for passwords. |
Please take note of the following details:
Reference Document : R12: How to change passwords to include special characters using FNDCPASS? (Doc ID 1336479.1)
All Rights Reserved