OEM Configuration Error

JasLi發表於2009-03-06

emca -config dbcontrol db -repos recreate
CONFIG: ORA-28003: password verification for the specified password failed
ORA-20003: Password should contain at least one

[@more@]

Fixed by the following steps:
---------update default profile begin ------
alter profile default limit
password_verify_function null;
select resource_name, resource_type, limit from dba_profiles where resource_name='PASSWORD_VERIFY_FUNCTION';

RESOURCE_NAME RESOURCE LIMIT
-------------------------------- -------- --------------------------
PASSWORD_VERIFY_FUNCTION PASSWORD NULL

---------update default profile end ------

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/60325/viewspace-1018194/,如需轉載,請註明出處,否則將追究法律責任。

相關文章