Stage R12.1.3 VM Templates
This is a part of the post of how to install R12.1.3 from a VM template.
Download
Download from Oracle E-Delivery Oracle Linux/VM portal:
So only a 38Gb download in 11 files…
Oracle E-Business Suite Release 12.1.3 Vision Demo Database Tier Install X86 (64 bit) – 8 files:
V25323-01.zip
V25324-01.zip
V25325-01.zip
V25326-01.zip
V25327-01.zip
V25328-01.zip
V25329-01.zip
V25330-01.zip
Oracle E-Business Suite Release 12.1.3 Application Tier Install X86 (64 bit) – 3 files:
V25331-01.zip
V25332-01.zip
V25333-01.zip
Uncompress and Concatenate
For the VM we need to have *.tgz files so in order to get to this point we need to:
Unzip *.zip
Or if you use 7-Zip create a script unzip.cmd:
set prg="C:\Program Files\7-Zip\7z.exe"
%prg% e %1
pause
Then you will get these 11 files:
OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.[0-7]
OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.[0-2]
Next is to build the *.tgz files but concatenating the above 11 files:
copy /b *DB_VIS_PVM.tgz.* db.tgz
copy /b *APPS_VIS_PVM.tgz.* apps.tgz