Failed to connect to DB: ORA-28001: The account has expired
Summary:
Its Regarding oracle ADB 23ai, I have changed the Wallet of ADB and Using the updated Wallet for Connection, But still I am unable to connect
Failed to connect to DB: ORA-28001: The account has expired. The password must be changed.
Tenancy: ccsdops
Compartment: prod-ccsdops
Region: ashburn
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
23ai
Code Snippet (add any code snippets that support your topic, if applicable):
def db_connect(dbpass):
try:
DB_USER = "ADMIN"
conn = oracledb.connect(
user=DB_USER,
password=dbpass,
dsn=DB_DSN
)
cursor = conn.cursor()
Tagged:
0