Trying Oracle database download to windows server 2012

Hello Jonathan,
Thanks for the quick response. I am actually trying two things here:

  1. Download Oracle 12c DB on a Windows Server 2012 and I have tried it with firewall on and off but still I get the broken File.
  2. For now I have manually copied these files and with setup.exe and silent installation command I am trying this as per the setup.exe -silent switch as per provided by the oracle website but it failing with error code 259.

Here are my tasks:

Hi, You should download first the zip file somewhere on your network and download from it… If you insist on downloading from Oracle site each time, be careful that Oracle want you to accept the EULA, so direct download is not allowed, so you need to do tricks with cookie, authentication, etc… and this can change from time to time For example for Java (not tried) : Regards, JYL

The file size is 3 GB so I will not be able to copy using win_copy or even if I do it’s going to take long time as per the bandwidth.

You can store the download on your own web server and use win_get_url from there. The trouble isn’t that Ansible is failing but that Oracle is hiding the actual download behind a license agreement. I’ve had success with adding the cookie value to the win_get_url header so Oracle presents you the actual installer rather than just a web page.

Thanks

Jordan

Can you please paste the task that you used?