Advertisement
Guest User

Untitled

a guest
May 4th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. ###############################################################################
  2. ## Copyright(c) Oracle Corporation 1998,2013. All rights reserved. ##
  3. ## ##
  4. ## Specify values for the variables listed below to customize ##
  5. ## your installation. ##
  6. ## ##
  7. ## Each variable is associated with a comment. The comment ##
  8. ## can help to populate the variables with the appropriate ##
  9. ## values. ##
  10. ## ##
  11. ###############################################################################
  12.  
  13.  
  14. #-------------------------------------------------------------------------------
  15. # Do not change the following system generated value.
  16. #-------------------------------------------------------------------------------
  17. oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v12.1.0
  18.  
  19. #-------------------------------------------------------------------------------
  20. # This variable holds the hostname of the system as set by the user.
  21. # It can be used to force the installation to use an alternative
  22. # hostname rather than using the first hostname found on the system
  23. # (e.g., for systems with multiple hostnames and network interfaces).
  24. #-------------------------------------------------------------------------------
  25. ORACLE_HOSTNAME=WSP6607D
  26.  
  27. #-------------------------------------------------------------------------------
  28. # Unix group to be set for the inventory directory.
  29. #-------------------------------------------------------------------------------
  30. UNIX_GROUP_NAME=
  31.  
  32. #-------------------------------------------------------------------------------
  33. # Inventory location.
  34. #-------------------------------------------------------------------------------
  35. INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
  36.  
  37. #-------------------------------------------------------------------------------
  38. # Specify the languages in which the components will be installed.
  39. #
  40. # en : English ja : Japanese
  41. # fr : French ko : Korean
  42. # ar : Arabic es : Latin American Spanish
  43. # bn : Bengali lv : Latvian
  44. # pt_BR: Brazilian Portuguese lt : Lithuanian
  45. # bg : Bulgarian ms : Malay
  46. # fr_CA: Canadian French es_MX: Mexican Spanish
  47. # ca : Catalan no : Norwegian
  48. # hr : Croatian pl : Polish
  49. # cs : Czech pt : Portuguese
  50. # da : Danish ro : Romanian
  51. # nl : Dutch ru : Russian
  52. # ar_EG: Egyptian zh_CN: Simplified Chinese
  53. # en_GB: English (Great Britain) sk : Slovak
  54. # et : Estonian sl : Slovenian
  55. # fi : Finnish es_ES: Spanish
  56. # de : German sv : Swedish
  57. # el : Greek th : Thai
  58. # iw : Hebrew zh_TW: Traditional Chinese
  59. # hu : Hungarian tr : Turkish
  60. # is : Icelandic uk : Ukrainian
  61. # in : Indonesian vi : Vietnamese
  62. # it : Italian
  63. #
  64. # all_langs : All languages
  65. #
  66. # Specify value as the following to select any of the languages.
  67. # Example : SELECTED_LANGUAGES=en,fr,ja
  68. #
  69. # Specify value as the following to select all the languages.
  70. # Example : SELECTED_LANGUAGES=all_langs
  71. #-------------------------------------------------------------------------------
  72. SELECTED_LANGUAGES=en
  73.  
  74. #-------------------------------------------------------------------------------
  75. # Complete path of the Oracle Home
  76. #-------------------------------------------------------------------------------
  77. ORACLE_HOME=D:\Programs\Oracle\Client\product\12.1.0\client_1
  78.  
  79. #-------------------------------------------------------------------------------
  80. # Complete path of the Oracle Base.
  81. #-------------------------------------------------------------------------------
  82. ORACLE_BASE=D:\Programs\Oracle\Client
  83. #--------------------------------------------------------------------------------------------
  84. # Specify the Oracle Home user.
  85. #
  86. # Use Built-in Account or specify a Windows User Account with limited privilege to
  87. # install and configure the Oracle Home.
  88. #
  89. # Set oracle.install.IsBuiltInAccount to true if you want to use BuiltIn Account.
  90. #
  91. # Set oracle.install.IsBuiltInAccount to false if you want to use Windows Account
  92. # user as Oracle Home user.
  93. #--------------------------------------------------------------------------------------------
  94. oracle.install.IsBuiltInAccount=true
  95. oracle.install.OracleHomeUserName=
  96. oracle.install.OracleHomeUserPassword=
  97.  
  98. #------------------------------------------------------------------------------
  99. #Name : INSTALL_TYPE
  100. #Datatype : String
  101. #Description: Installation type of the component.
  102. #
  103. # The following choices are available. The value should contain
  104. # only one of these choices.
  105. # - InstantClient
  106. # - Administrator
  107. # - Runtime
  108. # - Custom
  109. #
  110. #Example : INSTALL_TYPE = Administrator
  111. #------------------------------------------------------------------------------
  112. oracle.install.client.installType=Custom
  113.  
  114. #-------------------------------------------------------------------------------
  115. # Name : oracle.install.client.customComponents
  116. # Datatype : StringList
  117. #
  118. # This property is considered only if INSTALL_TYPE is set to "Custom"
  119. #
  120. # Description: List of Client Components you would like to install
  121. #
  122. # The following choices are available. You may specify any
  123. # combination of these choices. The components you choose should
  124. # be specified in the form "internal-component-name:version"
  125. # Below is a list of components you may specify to install.
  126. #
  127. # oracle.sqlj:12.1.0.1.0 -- "Oracle SQLJ"
  128. # oracle.rdbms.util:12.1.0.1.0 -- "Oracle Database Utilities"
  129. # oracle.javavm.client:12.1.0.1.0 -- "Oracle Java Client"
  130. # oracle.sqlplus:12.1.0.1.0 -- "SQL*Plus"
  131. # oracle.dbjava.jdbc:12.1.0.1.0 -- "Oracle JDBC/THIN Interfaces"
  132. # oracle.ldap.client:12.1.0.1.0 -- "Oracle Internet Directory Client"
  133. # oracle.rdbms.oci:12.1.0.1.0 -- "Oracle Call Interface (OCI)"
  134. # oracle.precomp:12.1.0.1.0 -- "Oracle Programmer"
  135. # oracle.xdk:12.1.0.1.0 -- "Oracle XML Development Kit"
  136. # oracle.network.aso:12.1.0.1.0 -- "Oracle Advanced Security"
  137. # oracle.oraolap.mgmt:12.1.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"
  138. # oracle.network.client:12.1.0.1.0 -- "Oracle Net"
  139. # oracle.network.cman:12.1.0.1.0 -- "Oracle Connection Manager"
  140. # oracle.network.listener:12.1.0.1.0 -- "Oracle Net Listener"
  141. # oracle.ordim.client:12.1.0.1.0 -- "Oracle Multimedia Client Option"
  142. # oracle.odbc:12.1.0.1.0 -- "Oracle ODBC Driver"
  143. # oracle.has.client:12.1.0.1.0 -- "Oracle Clusterware High Availability API"
  144. # oracle.dbdev:12.1.0.1.0 -- "Oracle SQL Developer"
  145. # oracle.rdbms.scheduler:12.1.0.1.0 -- "Oracle Scheduler Agent"
  146. # oracle.ntoramts:12.1.0.1.0 -- "Oracle Services For Microsoft Transaction Server"
  147. # oracle.ntrdbms.admin:12.1.0.1.0 -- "Oracle Administration Assistant for Windows"
  148. # oracle.ntoledb:12.1.0.1.0 -- "Oracle Provider for OLE DB"
  149. # oracle.ntoledb.odp_net_2:12.1.0.1.0 -- "Oracle Data Provider for .NET"
  150. # oracle.aspnet_2:12.1.0.1.0 -- "Oracle Providers for ASP.NET"
  151. #
  152. # Example : oracle.install.client.customComponents="oracle.precomp:12.1.0.1.0","oracle.oraolap.mgmt:12.1.0.1.0","oracle.rdbms.scheduler:12.1.0.1.0"
  153. #-------------------------------------------------------------------------------
  154. oracle.install.client.customComponents=oracle.ntoledb.odp_net_2:12.1.0.2.0,oracle.aspnet_2:12.1.0.2.0,oracle.ntoledb:12.1.0.2.0,oracle.ntoramts:12.1.0.2.0
  155.  
  156. #-------------------------------------------------------------------------------
  157. # Host name to be used for by the Oracle Scheduler Agent.
  158. # This needs to be entered in case oracle.rdbms.scheduler is selected in the
  159. # list of custom components during custom install
  160. #
  161. # Example : oracle.install.client.schedulerAgentHostName = acme.domain.com
  162. #------------------------------------------------------------------------------
  163. oracle.install.client.schedulerAgentHostName=
  164.  
  165. #------------------------------------------------------------------------------
  166. # Port number to be used for by the Oracle Scheduler Agent.
  167. # This needs to be entered in case oracle.rdbms.scheduler is selected in the
  168. # list of custom components during custom install
  169. #
  170. # Example: oracle.install.client.schedulerAgentPortNumber = 1500
  171. #------------------------------------------------------------------------------
  172. oracle.install.client.schedulerAgentPortNumber=
  173.  
  174. #------------------------------------------------------------------------------------------------
  175. # Specify versions of Visual Studio that Oracle Development Tools (ODT) should be configured for.
  176. # The value can be either "true" or "false". If left blank it will be assumed to be "false".
  177. #------------------------------------------------------------------------------------------------
  178. oracle.install.odac.odt.ConfigureVS2012=false
  179. oracle.install.odac.odt.ConfigureVS2013=false
  180. oracle.install.odac.odt.ConfigureVS2015=false
  181.  
  182. #---------------------------------------------------------------------------------------------------
  183. # Specify whether to configure Oracle Data Provider for .NET (ODP.NET) at machine-wide level or not.
  184. # The value can be either "true" or "false". If left blank it will be assumed to be "false".
  185. #---------------------------------------------------------------------------------------------------
  186. oracle.install.odac.odp.MachineWideConfiguration=true
  187.  
  188. #----------------------------------------------------------------------------------------
  189. # Specify DB Connection Configuration. These values will be used to create a tnsnames.ora
  190. # file in case an existing tnsnames.ora is not found.
  191. #----------------------------------------------------------------------------------------
  192. #oracle.install.odac.ConnectionAlias=LS2DB001
  193. #oracle.install.odac.ConnectionPortNumber=1521
  194. #oracle.install.odac.ConnectionHostName=LIQ70SD2
  195. #oracle.install.odac.ConnectionDatabaseServiceName=LIQ70SD2
  196.  
  197. #------------------------------------------------------------------------------
  198. # Specify the auto-updates option. It can be one of the following:
  199. # - MYORACLESUPPORT_DOWNLOAD
  200. # - OFFLINE_UPDATES
  201. # - SKIP_UPDATES
  202. #------------------------------------------------------------------------------
  203. oracle.installer.autoupdates.option=
  204.  
  205. #------------------------------------------------------------------------------
  206. # In case MYORACLESUPPORT_DOWNLOAD option is chosen, specify the location where
  207. # the updates are to be downloaded.
  208. # In case OFFLINE_UPDATES option is chosen, specify the location where the updates
  209. # are present.
  210. #------------------------------------------------------------------------------
  211. oracle.installer.autoupdates.downloadUpdatesLoc=
  212.  
  213. #------------------------------------------------------------------------------
  214. # Specify the My Oracle Support Account Username which has the patches download privileges
  215. # to be used for software updates.
  216. # Example : AUTOUPDATES_MYORACLESUPPORT_USERNAME=abc@oracle.com
  217. #------------------------------------------------------------------------------
  218. AUTOUPDATES_MYORACLESUPPORT_USERNAME=
  219.  
  220. #------------------------------------------------------------------------------
  221. # Specify the My Oracle Support Account Username password which has the patches download privileges
  222. # to be used for software updates.
  223. #
  224. # Example : AUTOUPDATES_MYORACLESUPPORT_PASSWORD=password
  225. #------------------------------------------------------------------------------
  226. AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
  227.  
  228. #------------------------------------------------------------------------------
  229. # Specify the Proxy server name. Length should be greater than zero.
  230. #
  231. # Example : PROXY_HOST=proxy.domain.com
  232. #------------------------------------------------------------------------------
  233. PROXY_HOST=
  234.  
  235. #------------------------------------------------------------------------------
  236. # Specify the proxy port number. Should be Numeric and atleast 2 chars.
  237. #
  238. # Example : PROXY_PORT=25
  239. #------------------------------------------------------------------------------
  240. PROXY_PORT=0
  241.  
  242. #------------------------------------------------------------------------------
  243. # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
  244. # blank if your proxy server requires no authentication.
  245. #
  246. # Example : PROXY_USER=username
  247. #------------------------------------------------------------------------------
  248. PROXY_USER=
  249.  
  250. #------------------------------------------------------------------------------
  251. # Specify the proxy password. Leave PROXY_USER and PROXY_PWD
  252. # blank if your proxy server requires no authentication.
  253. #
  254. # Example : PROXY_PWD=password
  255. #------------------------------------------------------------------------------
  256. PROXY_PWD=
  257.  
  258. #------------------------------------------------------------------------------
  259. # Specify the proxy realm.
  260. #
  261. # Example : PROXY_REALM=metalink
  262. #------------------------------------------------------------------------------
  263. PROXY_REALM=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement