REST API call to Oracle website to download patches and database binary
Hi team,
In our organization, we are planning to have a Jenkins pipeline to automatically download oracle PSU patches and Oracle binaries and push it to a repo to make it available for database team.
Is there a document to check what are all the input variables required to call Oracle support to download a particular patch or binary of particular version?
For example: I want to use curl or wget command to download a PSU patch with particular patch ID for a particular platform.
Thanks in advance,