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: string
                    
                    database home Name
 
Header Parameters
                - 
                        opc-idempotency-token: string
                        
                        Minimum Length:
1Maximum Length:64A 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(optional): 
            boolean
            force flag to force patching. By default it will be false.
 - 
            ignoreMissingPatches(optional): 
            boolean
            force flag to ignore all missing patches and force patching. By default it will be false.
 - 
            local(optional): 
            boolean
            local flag to patch only local system. By default it will be false.
 - 
            nodeId(optional): 
            string
            Node Id to support remote node patching
 - 
            precheck(optional): 
            boolean
            option to not apply the patch but just to analyze the patch
 - 
            version(optional): 
            string
            patch version or patch release version
 
Response
Supported Media Types
                - application/json
 
200 Response
update Database Home status
                
                
                    Root Schema : ServiceJobReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectJob Request Status
    
    
    
    
        Show Source
        - 
            createTimestamp(optional): 
            string(date-time)
            
 - 
            description(optional): 
            string
            
 - 
            jobId(optional): 
            string
            
 - 
            jobType(optional): 
            string
            
 - 
            message(optional): 
            string
            
 - 
            reports(optional): 
            array  reports
            
            
 - 
            resourceList(optional): 
            array  resourceList
            
            
 - 
            status(optional): 
            string
            Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ] - 
            updatedTime(optional): 
            string(date-time)
            
 
Nested Schema : resourceList
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  JobResourceInfo
            
            resource information
 
Nested Schema : TaskReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            duration(optional): 
            string
            
 - 
            endTime(optional): 
            string(date-time)
            
 - 
            jobId(optional): 
            string
            
 - 
            nodeName(optional): 
            string
            
 - 
            parentTaskId(optional): 
            string
            
 - 
            reportLevel(optional): 
            string
            Allowed Values:
[ "Verbose", "Info", "Error" ] - 
            startTime(optional): 
            string(date-time)
            
 - 
            status(optional): 
            string
            Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ] - 
            tags(optional): 
            array  tags
            
            
 - 
            taskDescription(optional): 
            string
            
 - 
            taskId(optional): 
            string
            
 - 
            taskName(optional): 
            string
            
 - 
            taskResult(optional): 
            string
            
 - 
            updatedTime(optional): 
            string(date-time)
            
 
Nested Schema : JobResourceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectresource information
    
    
    
    
        Show Source
        - 
            jobId(optional): 
            string
            
 - 
            resourceId(optional): 
            string
            
 - 
            resourceNewType(optional): 
            string
            
 - 
            resourceType(optional): 
            string
            Allowed Values:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Pdb", "Recovery", "Report", "Tde", "ObjectStoreSwift" ] - 
            updatedTime(optional): 
            string(date-time)
            
 
Default Response
An unexpected error has occurred