博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
样式学习--参照Oracle写法
阅读量:5086 次
发布时间:2019-06-13

本文共 32550 字,大约阅读时间需要 108 分钟。

#-------------------------------------------------------------------------------# Do not change the following system generated value. #-------------------------------------------------------------------------------oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0#-------------------------------------------------------------------------------# The installation option can be one of the following# 1. INSTALL_DB_SWONLY# 2. INSTALL_DB_AND_CONFIG# 3. UPGRADE_DB#-------------------------------------------------------------------------------oracle.install.option=INSTALL_DB_AND_CONFIG#-------------------------------------------------------------------------------# This variable holds the hostname of the system as set by the user. # It can be used to force the installation to use an alternative   # hostname rather than using the first hostname found on the system# (e.g., for systems with multiple hostnames and network interfaces).#-------------------------------------------------------------------------------ORACLE_HOSTNAME=localhost#-------------------------------------------------------------------------------# Unix group to be set for the inventory directory.  #-------------------------------------------------------------------------------UNIX_GROUP_NAME=#-------------------------------------------------------------------------------# Specify the location which holds the inventory files.# This is an optional parameter if installing on# Windows based Operating System.#-------------------------------------------------------------------------------INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory#-------------------------------------------------------------------------------# Specify the languages in which the components will be installed.             ## en   : English                  ja   : Japanese                  # fr   : French                   ko   : Korean                    # ar   : Arabic                   es   : Latin American Spanish    # bn   : Bengali                  lv   : Latvian                   # pt_BR: Brazilian Portuguese     lt   : Lithuanian                # bg   : Bulgarian                ms   : Malay                     # fr_CA: Canadian French          es_MX: Mexican Spanish           # ca   : Catalan                  no   : Norwegian                 # hr   : Croatian                 pl   : Polish                    # cs   : Czech                    pt   : Portuguese                # da   : Danish                   ro   : Romanian                  # nl   : Dutch                    ru   : Russian                   # ar_EG: Egyptian                 zh_CN: Simplified Chinese        # en_GB: English (Great Britain)  sk   : Slovak                    # et   : Estonian                 sl   : Slovenian                 # fi   : Finnish                  es_ES: Spanish                   # de   : German                   sv   : Swedish                   # el   : Greek                    th   : Thai                      # iw   : Hebrew                   zh_TW: Traditional Chinese       # hu   : Hungarian                tr   : Turkish                   # is   : Icelandic                uk   : Ukrainian                 # in   : Indonesian               vi   : Vietnamese                # it   : Italian                                                   ## Example : SELECTED_LANGUAGES=en,fr,ja#-------------------------------------------------------------------------------SELECTED_LANGUAGES=en,zh_CN#-------------------------------------------------------------------------------# Complete path of the Oracle Home  #-------------------------------------------------------------------------------ORACLE_HOME=D:\Oracle\OracleBase#-------------------------------------------------------------------------------# Complete path of the Oracle Base. #-------------------------------------------------------------------------------ORACLE_BASE=D:\Oracle#-------------------------------------------------------------------------------# Installation Edition of the component.                        #                                                             # The value should contain only one of these choices.        # EE     : Enterprise Edition                                # SE     : Standard Edition                                  # SEONE  : Standard Edition One# PE     : Personal Edition (WINDOWS ONLY)#-------------------------------------------------------------------------------oracle.install.db.InstallEdition=EE#-------------------------------------------------------------------------------# This property is considered only if InstallEdition is EE.## true  : Components mentioned as part of 'customComponents' property#         are considered for install.# false : Value for 'customComponents' is not considered.#-------------------------------------------------------------------------------oracle.install.db.isCustomInstall=false#-------------------------------------------------------------------------------# This property is considered only if 'IsCustomInstall' is set to true ## Description: List of Enterprise Edition Options you would like to install.##              The following choices are available. You may specify any#              combination of these choices.  The components you choose should#              be specified in the form "internal-component-name:version"#              Below is a list of components you may specify to install.#        #              oracle.oraolap:11.2.0.0.2 - Oracle OLAP#              oracle.rdbms.dm:11.2.0.0.2 - Oracle Data Mining RDBMS Files#              oracle.rdbms.dv:11.2.0.0.2 - Oracle Database Vault option#              oracle.rdbms.lbac:11.2.0.0.2 - Oracle Label Security#              oracle.rdbms.partitioning:11.2.0.0.2 - Oracle Partitioning#              oracle.rdbms.rat:11.2.0.0.2 - Oracle Real Application Testing#              oracle.clrintg.ode_net_2:11.2.0.0.2 - Oracle Database Extensions for .NET 2.0 (Windows)#-------------------------------------------------------------------------------oracle.install.db.customComponents=################################################################################                                                                             ## PRIVILEGED OPERATING SYSTEM GROUPS                                          ## ------------------------------------------                                  ## Provide values for the OS groups to which OSDBA and OSOPER privileges       ## needs to be granted. If the install is being performed as a member of the   ## group "dba", then that will be used unless specified otherwise below.       ##                                                                             ## The value to be specified for OSDBA and OSOPER group is only for UNIX based ## Operating System.                                                           ##                                                                             #################################################################################-------------------------------------------------------------------------------oracle.install.db.DBA_GROUP=#-------------------------------------------------------------------------------oracle.install.db.OPER_GROUP=#-------------------------------------------------------------------------------# This variable represents the cluster node names selected by the .  # user for installation                                      # Example : oracle.install.db.CLUSTER_NODES=node1,node2#-------------------------------------------------------------------------------oracle.install.db.CLUSTER_NODES=#-------------------------------------------------------------------------------# One of the following# - GENERAL_PURPOSE                              # - TRANSACTION_PROCESSING                       # - DATAWAREHOUSE                                #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.type=GENERAL_PURPOSE#-------------------------------------------------------------------------------# Global Database Name #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.globalDBName=orclorcl#-------------------------------------------------------------------------------# The Starter Database SID #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.SID=orclorcl#-------------------------------------------------------------------------------# Database character set#                                               #  One of the following#  AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,#  EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,#  BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,#  AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,#  IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,#  KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,#  ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.characterSet=ZHS16GBK#-------------------------------------------------------------------------------# Specify the total memory allocation for the database. (in MB)# Value should be at least 256 MB, and should not exceed the  # total physical memory available on the system.# Example: oracle.install.db.config.starterdb.memoryLimit=40#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.memoryLimit=3240oracle.install.db.config.starterdb.memoryOption=true#-------------------------------------------------------------------------------# This variable controls whether to load Example Schemas onto# the starter database or not.#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.installExampleSchemas=true#-------------------------------------------------------------------------------# This include enabling audit settings, configuring password  # profiles and revoking some grants to public. These settings # are provided by default.  You may choose to disable all.    #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.enableSecuritySettings=true#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.ALL=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYS=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYSTEM=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYSMAN=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.DBSNMP=#-------------------------------------------------------------------------------# Can be one of the following # 1. GRID_CONTROL# 2. DB_CONTROL# oracle.install.db.config.starterdb.control=DB_CONTROL#-------------------------------------------------------------------------------# Determines the Management Service to use if Grid Control   # is selected to manage the database.      #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=#-------------------------------------------------------------------------------# Determines whether to receive email notification for       # critical alerts when using DB control.   #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.emailAddress=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.SMTPServer=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.enable=false#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.osuid=#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.ospwd=#-------------------------------------------------------------------------------# Can be one of the following# - FILE_SYSTEM_STORAGE# - ASM_STORAGE#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE#-------------------------------------------------------------------------------# Database file location:                  # directory for datafiles, control files, redo logs.         ## Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=D:\Oracle\oradata#-------------------------------------------------------------------------------# Backup and recovery location ## Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=#-------------------------------------------------------------------------------# Name of ASM disk group to be used for storage.## Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE#-------------------------------------------------------------------------------oracle.install.db.config.asm.diskGroup=#-------------------------------------------------------------------------------# Password for ASMSNMP user of the ASM instance.                  ## Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.asm.ASMSNMPPassword=#------------------------------------------------------------------------------# Specify the My Oracle Support Account Username.##  Example   : MYORACLESUPPORT_USERNAME=metalink#------------------------------------------------------------------------------MYORACLESUPPORT_USERNAME=#------------------------------------------------------------------------------# Specify the My Oracle Support Account Username password.## Example    : MYORACLESUPPORT_PASSWORD=password#------------------------------------------------------------------------------MYORACLESUPPORT_PASSWORD=#------------------------------------------------------------------------------# Specify whether to enable the user to set the password for# My Oracle Support credentials. The value can be either true or false.# If left blank it will be assumed to be false.## Example    : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true#------------------------------------------------------------------------------SECURITY_UPDATES_VIA_MYORACLESUPPORT=false#------------------------------------------------------------------------------# Specify whether user doesn't want to configure Security Updates.# The value for this variable should be true if you don't want to configure# Security Updates, false otherwise.## The value can be either true or false. If left blank it will be assumed# to be false.## Example    : DECLINE_SECURITY_UPDATES=false#------------------------------------------------------------------------------DECLINE_SECURITY_UPDATES=true#------------------------------------------------------------------------------# Specify the Proxy server name. Length should be greater than zero.## Example    : PROXY_HOST=proxy.domain.com #------------------------------------------------------------------------------PROXY_HOST=#------------------------------------------------------------------------------# Specify the proxy port number. Should be Numeric and atleast 2 chars.## Example    : PROXY_PORT=25 #------------------------------------------------------------------------------PROXY_PORT=#------------------------------------------------------------------------------# Specify the proxy user name. Leave PROXY_USER and PROXY_PWD# blank if your proxy server requires no authentication.## Example    : PROXY_USER=username#------------------------------------------------------------------------------PROXY_USER=#------------------------------------------------------------------------------# Specify the proxy password. Leave PROXY_USER and PROXY_PWD  # blank if your proxy server requires no authentication.## Example    : PROXY_PWD=password#------------------------------------------------------------------------------PROXY_PWD=

 

 

#-------------------------------------------------------------------------------# Do not change the following system generated value. #-------------------------------------------------------------------------------oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
#-------------------------------------------------------------------------------# The installation option can be one of the following# 1. INSTALL_DB_SWONLY# 2. INSTALL_DB_AND_CONFIG# 3. UPGRADE_DB#-------------------------------------------------------------------------------oracle.install.option=INSTALL_DB_AND_CONFIG
#-------------------------------------------------------------------------------# This variable holds the hostname of the system as set by the user. # It can be used to force the installation to use an alternative   # hostname rather than using the first hostname found on the system# (e.g., for systems with multiple hostnames and network interfaces).#-------------------------------------------------------------------------------ORACLE_HOSTNAME=localhost
#-------------------------------------------------------------------------------# Unix group to be set for the inventory directory.  #-------------------------------------------------------------------------------UNIX_GROUP_NAME=
#-------------------------------------------------------------------------------# Specify the location which holds the inventory files.# This is an optional parameter if installing on# Windows based Operating System.#-------------------------------------------------------------------------------INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
#-------------------------------------------------------------------------------# Specify the languages in which the components will be installed.             ## en   : English                  ja   : Japanese                  # fr   : French                   ko   : Korean                    # ar   : Arabic                   es   : Latin American Spanish    # bn   : Bengali                  lv   : Latvian                   # pt_BR: Brazilian Portuguese     lt   : Lithuanian                # bg   : Bulgarian                ms   : Malay                     # fr_CA: Canadian French          es_MX: Mexican Spanish           # ca   : Catalan                  no   : Norwegian                 # hr   : Croatian                 pl   : Polish                    # cs   : Czech                    pt   : Portuguese                # da   : Danish                   ro   : Romanian                  # nl   : Dutch                    ru   : Russian                   # ar_EG: Egyptian                 zh_CN: Simplified Chinese        # en_GB: English (Great Britain)  sk   : Slovak                    # et   : Estonian                 sl   : Slovenian                 # fi   : Finnish                  es_ES: Spanish                   # de   : German                   sv   : Swedish                   # el   : Greek                    th   : Thai                      # iw   : Hebrew                   zh_TW: Traditional Chinese       # hu   : Hungarian                tr   : Turkish                   # is   : Icelandic                uk   : Ukrainian                 # in   : Indonesian               vi   : Vietnamese                # it   : Italian                                                   ## Example : SELECTED_LANGUAGES=en,fr,ja#-------------------------------------------------------------------------------SELECTED_LANGUAGES=en,zh_CN
#-------------------------------------------------------------------------------# Complete path of the Oracle Home  #-------------------------------------------------------------------------------ORACLE_HOME=D:\Oracle\OracleBase
#-------------------------------------------------------------------------------# Complete path of the Oracle Base. #-------------------------------------------------------------------------------ORACLE_BASE=D:\Oracle
#-------------------------------------------------------------------------------# Installation Edition of the component.                        #                                                             # The value should contain only one of these choices.        # EE     : Enterprise Edition                                # SE     : Standard Edition                                  # SEONE  : Standard Edition One# PE     : Personal Edition (WINDOWS ONLY)#-------------------------------------------------------------------------------oracle.install.db.InstallEdition=EE
#-------------------------------------------------------------------------------# This property is considered only if InstallEdition is EE.## true  : Components mentioned as part of 'customComponents' property#         are considered for install.# false : Value for 'customComponents' is not considered.#-------------------------------------------------------------------------------oracle.install.db.isCustomInstall=false
#-------------------------------------------------------------------------------# This property is considered only if 'IsCustomInstall' is set to true ## Description: List of Enterprise Edition Options you would like to install.##              The following choices are available. You may specify any#              combination of these choices.  The components you choose should#              be specified in the form "internal-component-name:version"#              Below is a list of components you may specify to install.#        #              oracle.oraolap:11.2.0.0.2 - Oracle OLAP#              oracle.rdbms.dm:11.2.0.0.2 - Oracle Data Mining RDBMS Files#              oracle.rdbms.dv:11.2.0.0.2 - Oracle Database Vault option#              oracle.rdbms.lbac:11.2.0.0.2 - Oracle Label Security#              oracle.rdbms.partitioning:11.2.0.0.2 - Oracle Partitioning#              oracle.rdbms.rat:11.2.0.0.2 - Oracle Real Application Testing#              oracle.clrintg.ode_net_2:11.2.0.0.2 - Oracle Database Extensions for .NET 2.0 (Windows)#-------------------------------------------------------------------------------oracle.install.db.customComponents=
################################################################################                                                                             ## PRIVILEGED OPERATING SYSTEM GROUPS                                          ## ------------------------------------------                                  ## Provide values for the OS groups to which OSDBA and OSOPER privileges       ## needs to be granted. If the install is being performed as a member of the   ## group "dba", then that will be used unless specified otherwise below.       ##                                                                             ## The value to be specified for OSDBA and OSOPER group is only for UNIX based ## Operating System.                                                           ##                                                                             ################################################################################
#-------------------------------------------------------------------------------oracle.install.db.DBA_GROUP=
#-------------------------------------------------------------------------------oracle.install.db.OPER_GROUP=
#-------------------------------------------------------------------------------# This variable represents the cluster node names selected by the .  # user for installation                                      # Example : oracle.install.db.CLUSTER_NODES=node1,node2#-------------------------------------------------------------------------------oracle.install.db.CLUSTER_NODES=
#-------------------------------------------------------------------------------# One of the following# - GENERAL_PURPOSE                              # - TRANSACTION_PROCESSING                       # - DATAWAREHOUSE                                #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
#-------------------------------------------------------------------------------# Global Database Name #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.globalDBName=orclorcl
#-------------------------------------------------------------------------------# The Starter Database SID #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.SID=orclorcl
#-------------------------------------------------------------------------------# Database character set#                                               #  One of the following#  AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,#  EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,#  BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,#  AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,#  IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,#  KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,#  ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.characterSet=ZHS16GBK#-------------------------------------------------------------------------------# Specify the total memory allocation for the database. (in MB)# Value should be at least 256 MB, and should not exceed the  # total physical memory available on the system.# Example: oracle.install.db.config.starterdb.memoryLimit=40#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.memoryLimit=3240oracle.install.db.config.starterdb.memoryOption=true
#-------------------------------------------------------------------------------# This variable controls whether to load Example Schemas onto# the starter database or not.#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.installExampleSchemas=true
#-------------------------------------------------------------------------------# This include enabling audit settings, configuring password  # profiles and revoking some grants to public. These settings # are provided by default.  You may choose to disable all.    #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.enableSecuritySettings=true
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.ALL=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYS=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYSTEM=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.SYSMAN=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.password.DBSNMP=
#-------------------------------------------------------------------------------# Can be one of the following # 1. GRID_CONTROL# 2. DB_CONTROL# oracle.install.db.config.starterdb.control=DB_CONTROL
#-------------------------------------------------------------------------------# Determines the Management Service to use if Grid Control   # is selected to manage the database.      #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
#-------------------------------------------------------------------------------# Determines whether to receive email notification for       # critical alerts when using DB control.   #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.emailAddress=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.enable=false
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.osuid=
#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.automatedBackup.ospwd=
#-------------------------------------------------------------------------------# Can be one of the following# - FILE_SYSTEM_STORAGE# - ASM_STORAGE#-------------------------------------------------------------------------------oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
#-------------------------------------------------------------------------------# Database file location:                  # directory for datafiles, control files, redo logs.         ## Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=D:\Oracle\oradata
#-------------------------------------------------------------------------------# Backup and recovery location ## Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
#-------------------------------------------------------------------------------# Name of ASM disk group to be used for storage.## Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE#-------------------------------------------------------------------------------oracle.install.db.config.asm.diskGroup=
#-------------------------------------------------------------------------------# Password for ASMSNMP user of the ASM instance.                  ## Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE #-------------------------------------------------------------------------------oracle.install.db.config.asm.ASMSNMPPassword=
#------------------------------------------------------------------------------# Specify the My Oracle Support Account Username.##  Example   : MYORACLESUPPORT_USERNAME=metalink#------------------------------------------------------------------------------MYORACLESUPPORT_USERNAME=
#------------------------------------------------------------------------------# Specify the My Oracle Support Account Username password.## Example    : MYORACLESUPPORT_PASSWORD=password#------------------------------------------------------------------------------MYORACLESUPPORT_PASSWORD=
#------------------------------------------------------------------------------# Specify whether to enable the user to set the password for# My Oracle Support credentials. The value can be either true or false.# If left blank it will be assumed to be false.## Example    : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true#------------------------------------------------------------------------------SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
#------------------------------------------------------------------------------# Specify whether user doesn't want to configure Security Updates.# The value for this variable should be true if you don't want to configure# Security Updates, false otherwise.## The value can be either true or false. If left blank it will be assumed# to be false.## Example    : DECLINE_SECURITY_UPDATES=false#------------------------------------------------------------------------------DECLINE_SECURITY_UPDATES=true
#------------------------------------------------------------------------------# Specify the Proxy server name. Length should be greater than zero.## Example    : PROXY_HOST=proxy.domain.com #------------------------------------------------------------------------------PROXY_HOST=
#------------------------------------------------------------------------------# Specify the proxy port number. Should be Numeric and atleast 2 chars.## Example    : PROXY_PORT=25 #------------------------------------------------------------------------------PROXY_PORT=
#------------------------------------------------------------------------------# Specify the proxy user name. Leave PROXY_USER and PROXY_PWD# blank if your proxy server requires no authentication.## Example    : PROXY_USER=username#------------------------------------------------------------------------------PROXY_USER=
#------------------------------------------------------------------------------# Specify the proxy password. Leave PROXY_USER and PROXY_PWD  # blank if your proxy server requires no authentication.## Example    : PROXY_PWD=password#------------------------------------------------------------------------------PROXY_PWD=

转载于:https://www.cnblogs.com/nodchen/p/9374399.html

你可能感兴趣的文章
在WPF控件上添加Windows窗口式调整大小行为
查看>>
背水一战 Windows 10 (36) - 控件(弹出类): ToolTip, Popup, PopupMenu
查看>>
打开3389
查看>>
React学习记录
查看>>
nginx常见内部参数,错误总结
查看>>
对象与类
查看>>
《奸的好人2》财色战场----笔记
查看>>
BZOJ 1834网络扩容题解
查看>>
bzoj1878
查看>>
【Vegas原创】Mysql绿色版安装方法
查看>>
Thrift Expected protocol id ffffff82 but got 0
查看>>
.NET下XML文件的读写
查看>>
2009程序员考试大纲
查看>>
Linq to XML
查看>>
[HDOJ3718]Similarity(KM算法,二分图最大匹配)
查看>>
Nexus Repository3安装和maven,npm配置(Linux)
查看>>
a 标签中调用js的几种方法
查看>>
从SQL Server 2005 中 导入 导出 excel 表格
查看>>
R Shiny(开源的R包)
查看>>
用Tensorflow做蝴蝶检测
查看>>