Ora-14552: Cannot Perform A Ddl, Commit Or Rollback Inside A Query Or Dml when changing password using fnd_web_sec.change_password
(Doc ID 1350776.1)
Last updated on DECEMBER 07, 2024
Applies to:
Oracle Applications Manager - Version 12.1.3 to 12.1.3 [Release 12.1]Information in this document applies to any platform.
Symptoms
When attempting to re-initialize passwords of a cloned instance, the following error occurs :
ERROR
SQL> select APPS.fnd_web_sec.change_password('SYSADMIN','<password>') "RES" from dual;
select APPS.fnd_web_sec.change_password('SYSADMIN','<') "RES" from dual
*
ERROR at line 1:
ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML
ORA-06512: at "APPS.FND_WEB_SEC", line 1493
ORA-06512: at line 1
SQL> select APPS.fnd_web_sec.change_password('SYSADMIN','<password>') "RES" from dual;
select APPS.fnd_web_sec.change_password('SYSADMIN','<') "RES" from dual
*
ERROR at line 1:
ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML
ORA-06512: at "APPS.FND_WEB_SEC", line 1493
ORA-06512: at line 1
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |