Delphix Products

  • 1.  how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 06:28:00 PM
    I have oracle VM running on my dell pc with Landshark 2.2.1 I want to download oracle binaries to this VM env but do not know how to get it from the oracle site to my VM
    #DemoEnvironment


  • 2.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 06:39:00 PM
    Hey Bev. You would first have to login to your downloads.oracle.com with your support account and download them to your desktop/laptop. Then you could use something like scp to copy the binaries to the /u02/app directory on your linux VM's.


  • 3.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 06:44:00 PM
    that is what I was trying to do - follow the directions you gave me to do the scp - so I tried cd /u02   scp c:\delphix\linux.64_11gR2.database_1of2.zip . - and got cannot resolve host name error



  • 4.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 06:58:00 PM
    You need to initiate the transfer from your system to the linux VM's. Since you are on Windows, you would need to use something like Cygwin, WinSCP, or PuttySCP to do this.

    Do you have any of these programs?


  • 5.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 07:07:00 PM
    yes I have Cygwin and have moved the files from c: to my home directory there - but still can't scp them - says no such file or directory - so what would be the syntax for that - from a pc point of view the path is C:\cygwin64\home\Revi\oracle - from the Cygwin window the path is /home/Revi/oracle


  • 6.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 07:10:00 PM
    Ok. I also use cygwin. So first, jump into cygwin. Then navigate to the directory holding your files, then scp them over. See my example, where 192.168.2.192 is the IP of my Linuxtarget:




  • 7.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 07:14:00 PM
    will have to find / download scp for cygwin


  • 8.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC
    Best Answer



  • 9.  RE: how to download oracle binaries from oracle support to oracle VM/Landshark 2.2.1 running on a PC

    Posted 12-08-2015 07:21:00 PM
    great! got it - thanks much