You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Failed to connect to DB: ORA-28001: The account has expired

in Autonomous Database 2 comments

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!