Hi,
I am trying to download the db to my oraclelinux that runs on oracle VM virtualbox with following command:
wget --no-cookies --auth-no-challenge --http-user="username" --http-passwd="mypassword" --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_1of2.zip"
but instead of a jusy 2 GB file i get small file with some simple webpage saying that LOGIN FAILED.
I have checked my username (my email i log into oracle webpage as well and mu password) couple of times and also tried to ommit the "" signs or spell password instead of passwd.
Will appreciate any help