Patch database home by name with available patch
put
/dbhomes/name/{dbhomeName}
Patches Oracle home that is associated with a database. Note that, to patch an Oracle home by database home name, there must be some associated databases in the Oracle home.
Request
Supported Media Types
- application/json
Path Parameters
-
dbhomeName(required): string
database home Name
Header Parameters
-
opc-idempotency-token: string
Minimum Length:
1
Maximum Length:64
A user-supplied token that uniquely identifies a request. A single request will be acted upon among many requests that share the same token. Idempotency tokens expire after 30 minutes.
patching parameters
Root Schema : DbHomePatchingRequest
Type:
Show Source
object
-
force:
boolean
force flag to force patching. By default it will be false.
-
ignoreMissingPatches:
boolean
force flag to ignore all missing patches and force patching. By default it will be false.
-
local:
boolean
local flag to patch only local system. By default it will be false.
-
nodeName:
string
Node name to support remote node patching
-
precheck:
boolean
option to not apply the patch but just to analyze the patch
-
version:
string
patch version or patch release version
Response
Supported Media Types
- application/json
200 Response
update Database Home status
Root Schema : ServiceJobReport
Type:
object
Job Request Status
Show Source
-
cpsMetadata:
string
-
createTimestamp:
string(date-time)
-
description:
string
-
jobId:
string
-
jobType:
string
-
message:
string
-
reports:
array reports
-
resourceList:
array resourceList
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
-
updatedTime:
string(date-time)
Nested Schema : resourceList
Type:
Show Source
array
-
Array of:
object JobResourceInfo
resource information
Nested Schema : TaskReport
Type:
Show Source
object
-
duration:
string
-
endTime:
string(date-time)
-
jobId:
string
-
nodeName:
string
-
parentTaskId:
string
-
reportLevel:
string
Allowed Values:
[ "Verbose", "Info", "Error" ]
-
startTime:
string(date-time)
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ]
-
tags:
array tags
-
taskDescription:
string
-
taskId:
string
-
taskName:
string
-
taskResult:
string
-
updatedTime:
string(date-time)
Nested Schema : JobResourceInfo
Type:
object
resource information
Show Source
-
jobId:
string
-
resourceId:
string
-
resourceNewType:
string
-
resourceType:
string
Allowed Values:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Pdb", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]
-
updatedTime:
string(date-time)
Default Response
An unexpected error has occurred