Skip to main content

Hi, 

User is trying to do a load into demand planner and is getting the following error

‘ORA28000 the account is locked’

There account is not locked, however. 

 

Hi @THeer ,

Did  you try to unlock the account by logging as the sys user (SYSDBA)

 

alter user <your_username> account unlock;

 


Reply