Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Need information on Change password for oracle DB

sk
Regular Contributor
Regular Contributor

Hello experts

We are trying to change the password for oracle DB application, below is the json we are using 

CHANGEPASSJSON:

{
"ChangePasswordQry" :
"ALTER USER \"${user.username}\" IDENTIFIED BY \"${password}\""
}

We are getting the below error 

 Error while changing password for account - abc123 -ORA-28003: password verification for the specified password failed ORA-20000: password length less than 12 bytes

please let me know if I am missing anything here

 

6 REPLIES 6

sk
Regular Contributor
Regular Contributor

Hello experts 

Can anyone help me on this 

rushikeshvartak
All-Star
All-Star

minimum password length is 12

Update connection parameters

rushikeshvartak_0-1721273645583.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sk
Regular Contributor
Regular Contributor

@rushikeshvartak , thanks for the response, tried updating the connection parameters as below

sk_0-1721275136164.png

Now getting the different error 

 Error while changing password for account - 163452 -No signature of method: java.lang.String.getPassword() is applicable for argument types: () values: []

{"ChangePasswordQry" : ["ALTER USER \"${accountName}\" IDENTIFIED BY ${randomPassword} "] }


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sk
Regular Contributor
Regular Contributor

Hello @rushikeshvartak , 

Tried with above json but now getting different error 

Error while changing password for account - 163452 -ORA-00922: missing or invalid option

{"ChangePasswordQry" : ["ALTER USER \"${accountName}\" IDENTIFIED BY \"${randomPassword}\" "] }


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.