Login to your database with the user/password that is the owner of the shared services repository.
Run the following SQL command in Oracle SQL Developer or equivalent tool user by your Relational Database System.
update CSS_USERS
set PASSWORD='{SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g='
where name='admin';
commit;
This will set it to default password which is password
No hay comentarios:
Publicar un comentario