This repository was archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgg-12.2.0.1.sh
50 lines (42 loc) · 3.09 KB
/
gg-12.2.0.1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/bash
# Script for downloading Oracle GoldenGate 12.2.0.1 documentation
# Author: Adam Leszczynski, [email protected]
#
# Date of verification: 2018-06-14
mkdir "gg-12.2.0.1"
cd "gg-12.2.0.1"
mkdir "Installation"
cd "Installation"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIORA/GIORA.pdf" -O "Installing and Configuring Oracle GoldenGate for Oracle Database.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIOTT/GIOTT.pdf" -O "Installing and Configuring Oracle GoldenGate for Oracle TimesTen.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIDBL/GIDBL.pdf" -O "Installing and Configuring Oracle GoldenGate for DB2 LUW.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIDBI/GIDBI.pdf" -O "Installing and Configuring Oracle GoldenGate for DB2 for i.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIDBZ/GIDBZ.pdf" -O "Installing and Configuring Oracle GoldenGate for DB2 zOS.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIINF/GIINF.pdf" -O "Installing and Configuring Oracle GoldenGate for Informix.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIMYS/GIMYS.pdf" -O "Installing and Configuring Oracle GoldenGate for MySQL.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIMSS/GIMSS.pdf" -O "Installing and Configuring Oracle GoldenGate for Microsoft SQL Server.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GISMX/GISMX.pdf" -O "Installing and Configuring Oracle GoldenGate for NonStop SQL-MX.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GIPSQ/GIPSQ.pdf" -O "Installing and Configuring Oracle GoldenGate for PostgreSQL.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GISYB/GISYB.pdf" -O "Installing and Configuring Oracle GoldenGate for Sybase.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GITER/GITER.pdf" -O "Installing and Configuring Oracle GoldenGate for Teradata.pdf"
cd ..
mkdir "Release Notes"
cd "Release Notes"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GRLWU/GRLWU.pdf" -O "Release Notes for Oracle GoldenGate for Windows and UNIX.pdf"
cd ..
mkdir "Administration"
cd "Administration"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GWUAD/GWUAD.pdf" -O "Administering Oracle GoldenGate for Windows and UNIX.pdf"
cd ..
mkdir "Upgrade and Patching"
cd "Upgrade and Patching"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GWUUP/GWUUP.pdf" -O "Upgrading Oracle GoldenGate for Windows and UNIX.pdf"
cd ..
mkdir "Reference"
cd "Reference"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GWURF/GWURF.pdf" -O "Reference for Oracle GoldenGate for Windows and UNIX.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GMESG/GMESG.pdf" -O "Error Messages Reference for Oracle GoldenGate for Windows and UNIX.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/GLOGD/GLOGD.pdf" -O "Logdump Reference for Oracle GoldenGate.pdf"
wget -c "https://docs.oracle.com/goldengate/c1221/gg-winux/OGGLC/OGGLC.pdf" -O "Oracle GoldenGate Licensing Information.pdf"
cd ..
cd ..