Hello Jonathan,
Thanks for the quick response. I am actually trying two things here:
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.
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.
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
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.