changedbsyspwd

API Name

changedbsyspwd

Description

Changes the locally stored password of the database instance to a new password. Note that this will not change the actual password of the database, but changes the locally stored password that was used during create/register instance to a new password.

REST Methods

POST

Precondition

oradb instance must be available.

Input Params

Sample Request

{"instanceName":"ora101","agentHostName":"jdesma.example.com”, targetType":"oradb","jdeHome":"/u01/jde_agent_1/SCFHA","oraDbNewPwd" :"ovsadmin#E1"}

Return

HTTP status 200 is returned.

Sample Response

Exception

Response.Status.INTERNAL_SERVER_ERROR.