I share solution next error:
Steps:
1. First connect from SQL Developer or SQL PLUS. Use the user SYSTEM or SYSDBA
2. SQL> connect / as SYSDBA
3. Run next query:
SELECT username,
account_status
FROM dba_users
WHERE account_status LIKE '%EXPIRED%';
4. Find your User and Check account_status
5. And the last. alter the table with next query
ALTER USER your_user IDENTIFIED BY your_new_or_same_password account unlock;
That is it.
Subscribe to:
Post Comments (Atom)
Virtual Threads in Java 21: Simplified Concurrency for Modern Applications
With Java 21, Virtual Threads have redefined how we approach concurrency, offering a lightweight and efficient way to handle parallel and ...
-
SAML V2.0 SAML version 2.0 was approved as an OASIS Standard in March 2005. Approved Errata for SAML V2.0 was last produced by the SSTC on 1...
-
Introduction In today's software landscape, designing robust and scalable REST APIs is a crucial aspect of application development. Wit...
-
Spring Boot 3 Spring boot 3 Features : Spring Boot 3.0 will require Java 17 or later Jakarta EE 9 a new top-level jakarta package, replacin...
No comments:
Post a Comment