关于oracle:Oracle-19C-静默安装-GoldenGate
首先在Linux零碎上装置好Oracle 19c 关上Oracle 下载网站 https://edelivery.oracle.com/osdc/faces/SoftwareDelivery 搜寻Oracle GoldenGate,并下载V983658-01.zip 软件包 Oracle 19c 静默装置 Oracle GoldenGate 19.1.0.0,解压下载的软件包并批改相干的配置 [oracle@19coggmsoftware]$ cp V983658-01.zip software/[oracle@19coggmsoftware]$ unzip V983658-01.zip [oracle@19coggmsoftware]$ cd fbo_ggs_Linux_x64_shiphome/[oracle@19coggmfbo_ggs_Linux_x64_shiphome]$ lsDisk1[oracle@19coggmfbo_ggs_Linux_x64_shiphome]$ pwd/tmp/software/fbo_ggs_Linux_x64_shiphome[oracle@19coggmfbo_ggs_Linux_x64_shiphome]$ cd Disk1/[oracle@19coggmDisk1]$ cd response/[oracle@19coggmresponse]$ lsoggcore.rsp[oracle@19coggm response]$ vim oggcore.rsp###################################################################### Copyright(c)Oracle Corporation 2019. All rights reserved. #### #### Specify valuesfor the variables listed below to customize #### yourinstallation. #### #### Each variable isassociated with a comment. The comment #### can help topopulate the variables with the appropriate #### values. #### #### IMPORTANT NOTE:This file should be secured to have read #### permission onlyby the oracle user or an administrator who #### own thisinstallation to protect any sensitive input values. #### #######################################################################-------------------------------------------------------------------------------# Do not change thefollowing system generated value.#-------------------------------------------------------------------------------oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v19_1_0################################################################################## #### Oracle GoldenGateinstallation option and details #### ###################################################################################-------------------------------------------------------------------------------# Specify theinstallation option.# Specify ORA19c forinstalling Oracle GoldenGate for Oracle Database 19c or# ORA18c for installing OracleGoldenGate for Oracle Database 18c or# ORA12c for installing OracleGoldenGate for Oracle Database 12c or# ORA11g for installing OracleGoldenGate for Oracle Database 11g#-------------------------------------------------------------------------------INSTALL_OPTION=ORA19c #-------------------------------------------------------------------------------# Specify a locationto install Oracle GoldenGate#-------------------------------------------------------------------------------SOFTWARE_LOCATION=/opt/oracle/ogg/19.1.0.0.4#-------------------------------------------------------------------------------# Specify true tostart the manager after installation.#-------------------------------------------------------------------------------START_MANAGER=#-------------------------------------------------------------------------------# Specify a freeport within the valid range for the manager process.# Required only ifSTART_MANAGER is true.#-------------------------------------------------------------------------------MANAGER_PORT=#-------------------------------------------------------------------------------# Specify thelocation of the Oracle Database.# Required only ifSTART_MANAGER is true.#-------------------------------------------------------------------------------DATABASE_LOCATION=/opt/oracle/product/19c/dbhome_1阐明: ...