Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.17 KB | None | 0 0
  1. ####################################################################
  2. ## Copyright(c) Oracle Corporation 1998,2014. 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. ## IMPORTANT NOTE: This file contains plain text passwords and ##
  12. ## should be secured to have read permission only by oracle user ##
  13. ## or db administrator who owns this installation. ##
  14. ## ##
  15. ####################################################################
  16.  
  17.  
  18. #-------------------------------------------------------------------------------
  19. # Do not change the following system generated value.
  20. #-------------------------------------------------------------------------------
  21. oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0
  22.  
  23. #-------------------------------------------------------------------------------
  24. # Specify the installation option.
  25. # It can be one of the following:
  26. # - INSTALL_DB_SWONLY
  27. # - INSTALL_DB_AND_CONFIG
  28. # - UPGRADE_DB
  29. #-------------------------------------------------------------------------------
  30. oracle.install.option=INSTALL_DB_AND_CONFIG
  31.  
  32. #-------------------------------------------------------------------------------
  33. # Specify the hostname of the system as set during the install. It can be used
  34. # to force the installation to use an alternative hostname rather than using the
  35. # first hostname found on the system. (e.g., for systems with multiple hostnames
  36. # and network interfaces)
  37. #-------------------------------------------------------------------------------
  38. ORACLE_HOSTNAME=localhost
  39.  
  40. #-------------------------------------------------------------------------------
  41. # Specify the Unix group to be set for the inventory directory.
  42. #-------------------------------------------------------------------------------
  43. UNIX_GROUP_NAME=atgdev
  44.  
  45. #-------------------------------------------------------------------------------
  46. # Specify the location which holds the inventory files.
  47. # This is an optional parameter if installing on
  48. # Windows based Operating System.
  49. #-------------------------------------------------------------------------------
  50. INVENTORY_LOCATION=/opt/oraInventory
  51. #-------------------------------------------------------------------------------
  52. # Specify the languages in which the components will be installed.
  53. #
  54. # en : English ja : Japanese
  55. # fr : French ko : Korean
  56. # ar : Arabic es : Latin American Spanish
  57. # bn : Bengali lv : Latvian
  58. # pt_BR: Brazilian Portuguese lt : Lithuanian
  59. # bg : Bulgarian ms : Malay
  60. # fr_CA: Canadian French es_MX: Mexican Spanish
  61. # ca : Catalan no : Norwegian
  62. # hr : Croatian pl : Polish
  63. # cs : Czech pt : Portuguese
  64. # da : Danish ro : Romanian
  65. # nl : Dutch ru : Russian
  66. # ar_EG: Egyptian zh_CN: Simplified Chinese
  67. # en_GB: English (Great Britain) sk : Slovak
  68. # et : Estonian sl : Slovenian
  69. # fi : Finnish es_ES: Spanish
  70. # de : German sv : Swedish
  71. # el : Greek th : Thai
  72. # iw : Hebrew zh_TW: Traditional Chinese
  73. # hu : Hungarian tr : Turkish
  74. # is : Icelandic uk : Ukrainian
  75. # in : Indonesian vi : Vietnamese
  76. # it : Italian
  77. #
  78. # all_langs : All languages
  79. #
  80. # Specify value as the following to select any of the languages.
  81. # Example : SELECTED_LANGUAGES=en,fr,ja
  82. #
  83. # Specify value as the following to select all the languages.
  84. # Example : SELECTED_LANGUAGES=all_langs
  85. #-------------------------------------------------------------------------------
  86. SELECTED_LANGUAGES=en
  87.  
  88. #-------------------------------------------------------------------------------
  89. # Specify the complete path of the Oracle Home.
  90. #-------------------------------------------------------------------------------
  91. ORACLE_HOME=/opt/atgdev/product/12.1.0.2/dbhome_1
  92.  
  93. #-------------------------------------------------------------------------------
  94. # Specify the complete path of the Oracle Base.
  95. #-------------------------------------------------------------------------------
  96. ORACLE_BASE=/opt/atgdev
  97.  
  98. #-------------------------------------------------------------------------------
  99. # Specify the installation edition of the component.
  100. #
  101. # The value should contain only one of these choices.
  102.  
  103. # - EE : Enterprise Edition
  104.  
  105. #-------------------------------------------------------------------------------
  106. oracle.install.db.InstallEdition=EE
  107.  
  108. ###############################################################################
  109. # #
  110. # PRIVILEGED OPERATING SYSTEM GROUPS #
  111. # ------------------------------------------ #
  112. # Provide values for the OS groups to which OSDBA and OSOPER privileges #
  113. # needs to be granted. If the install is being performed as a member of the #
  114. # group "dba", then that will be used unless specified otherwise below. #
  115. # #
  116. # The value to be specified for OSDBA and OSOPER group is only for UNIX based #
  117. # Operating System. #
  118. # #
  119. ###############################################################################
  120.  
  121. #------------------------------------------------------------------------------
  122. # The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
  123. #-------------------------------------------------------------------------------
  124. oracle.install.db.DBA_GROUP=atgdev
  125.  
  126. #------------------------------------------------------------------------------
  127. # The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
  128. # The value to be specified for OSOPER group is optional.
  129. #------------------------------------------------------------------------------
  130. oracle.install.db.OPER_GROUP=atgdev
  131.  
  132. #------------------------------------------------------------------------------
  133. # The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
  134. #------------------------------------------------------------------------------
  135. oracle.install.db.BACKUPDBA_GROUP=atgdev
  136.  
  137. #------------------------------------------------------------------------------
  138. # The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
  139. #------------------------------------------------------------------------------
  140. oracle.install.db.DGDBA_GROUP=atgdev
  141.  
  142. #------------------------------------------------------------------------------
  143. # The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
  144. #------------------------------------------------------------------------------
  145. oracle.install.db.KMDBA_GROUP=atgdev
  146.  
  147. ###############################################################################
  148. # #
  149. # Grid Options #
  150. # #
  151. ###############################################################################
  152. #------------------------------------------------------------------------------
  153. # Specify the type of Real Application Cluster Database
  154. #
  155. # - ADMIN_MANAGED: Admin-Managed
  156. # - POLICY_MANAGED: Policy-Managed
  157. #
  158. # If left unspecified, default will be ADMIN_MANAGED
  159. #------------------------------------------------------------------------------
  160. oracle.install.db.rac.configurationType=
  161.  
  162. #------------------------------------------------------------------------------
  163. # Value is required only if RAC database type is ADMIN_MANAGED
  164. #
  165. # Specify the cluster node names selected during the installation.
  166. # Leaving it blank will result in install on local server only (Single Instance)
  167. #
  168. # Example : oracle.install.db.CLUSTER_NODES=node1,node2
  169. #------------------------------------------------------------------------------
  170. oracle.install.db.CLUSTER_NODES=
  171.  
  172. #------------------------------------------------------------------------------
  173. # This variable is used to enable or disable RAC One Node install.
  174. #
  175. # - true : Value of RAC One Node service name is used.
  176. # - false : Value of RAC One Node service name is not used.
  177. #
  178. # If left blank, it will be assumed to be false.
  179. #------------------------------------------------------------------------------
  180. oracle.install.db.isRACOneInstall=false
  181.  
  182. #------------------------------------------------------------------------------
  183. # Value is required only if oracle.install.db.isRACOneInstall is true.
  184. #
  185. # Specify the name for RAC One Node Service
  186. #------------------------------------------------------------------------------
  187. oracle.install.db.racOneServiceName=
  188.  
  189. #------------------------------------------------------------------------------
  190. # Value is required only if RAC database type is POLICY_MANAGED
  191. #
  192. # Specify a name for the new Server pool that will be configured
  193. # Example : oracle.install.db.rac.serverpoolName=pool1
  194. #------------------------------------------------------------------------------
  195. oracle.install.db.rac.serverpoolName=
  196.  
  197. #------------------------------------------------------------------------------
  198. # Value is required only if RAC database type is POLICY_MANAGED
  199. #
  200. # Specify a number as cardinality for the new Server pool that will be configured
  201. # Example : oracle.install.db.rac.serverpoolCardinality=2
  202. #------------------------------------------------------------------------------
  203. oracle.install.db.rac.serverpoolCardinality=0
  204.  
  205. ###############################################################################
  206. # #
  207. # Database Configuration Options #
  208. # #
  209. ###############################################################################
  210.  
  211. #-------------------------------------------------------------------------------
  212. # Specify the type of database to create.
  213. # It can be one of the following:
  214. # - GENERAL_PURPOSE
  215. # - DATA_WAREHOUSE
  216. # GENERAL_PURPOSE: A starter database designed for general purpose use or transaction-heavy applications.
  217. # DATA_WAREHOUSE : A starter database optimized for data warehousing applications.
  218. #-------------------------------------------------------------------------------
  219. oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
  220.  
  221. #-------------------------------------------------------------------------------
  222. # Specify the Starter Database Global Database Name.
  223. #-------------------------------------------------------------------------------
  224. oracle.install.db.config.starterdb.globalDBName=orcl
  225.  
  226. #-------------------------------------------------------------------------------
  227. # Specify the Starter Database SID.
  228. #-------------------------------------------------------------------------------
  229. oracle.install.db.config.starterdb.SID=orcl
  230.  
  231. #-------------------------------------------------------------------------------
  232. # Specify whether the database should be configured as a Container database.
  233. # The value can be either "true" or "false". If left blank it will be assumed
  234. # to be "false".
  235. #-------------------------------------------------------------------------------
  236. oracle.install.db.ConfigureAsContainerDB=false
  237.  
  238. #-------------------------------------------------------------------------------
  239. # Specify the Pluggable Database name for the pluggable database in Container Database.
  240. #-------------------------------------------------------------------------------
  241. oracle.install.db.config.PDBName=pdborcl
  242.  
  243. #-------------------------------------------------------------------------------
  244. # Specify the Starter Database character set.
  245. #
  246. # One of the following
  247. # AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
  248. # EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
  249. # BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
  250. # AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
  251. # IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
  252. # KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
  253. # ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
  254. #-------------------------------------------------------------------------------
  255. oracle.install.db.config.starterdb.characterSet=WE8MSWIN1252
  256.  
  257. #------------------------------------------------------------------------------
  258. # This variable should be set to true if Automatic Memory Management
  259. # in Database is desired.
  260. # If Automatic Memory Management is not desired, and memory allocation
  261. # is to be done manually, then set it to false.
  262. #------------------------------------------------------------------------------
  263. oracle.install.db.config.starterdb.memoryOption=true
  264.  
  265. #-------------------------------------------------------------------------------
  266. # Specify the total memory allocation for the database. Value(in MB) should be
  267. # at least 256 MB, and should not exceed the total physical memory available
  268. # on the system.
  269. # Example: oracle.install.db.config.starterdb.memoryLimit=512
  270. #-------------------------------------------------------------------------------
  271. oracle.install.db.config.starterdb.memoryLimit=1477
  272.  
  273. #-------------------------------------------------------------------------------
  274. # This variable controls whether to load Example Schemas onto
  275. # the starter database or not.
  276. # The value can be either "true" or "false". If left blank it will be assumed
  277. # to be "false".
  278. #-------------------------------------------------------------------------------
  279. oracle.install.db.config.starterdb.installExampleSchemas=true
  280.  
  281. ###############################################################################
  282. # #
  283. # Passwords can be supplied for the following four schemas in the #
  284. # starter database: #
  285. # SYS #
  286. # SYSTEM #
  287. # DBSNMP (used by Enterprise Manager) #
  288. # #
  289. # Same password can be used for all accounts (not recommended) #
  290. # or different passwords for each account can be provided (recommended) #
  291. # #
  292. ###############################################################################
  293.  
  294. #------------------------------------------------------------------------------
  295. # This variable holds the password that is to be used for all schemas in the
  296. # starter database.
  297. #-------------------------------------------------------------------------------
  298. oracle.install.db.config.starterdb.password.ALL=
  299.  
  300. #-------------------------------------------------------------------------------
  301. # Specify the SYS password for the starter database.
  302. #-------------------------------------------------------------------------------
  303. oracle.install.db.config.starterdb.password.SYS=
  304.  
  305. #-------------------------------------------------------------------------------
  306. # Specify the SYSTEM password for the starter database.
  307. #-------------------------------------------------------------------------------
  308. oracle.install.db.config.starterdb.password.SYSTEM=
  309.  
  310. #-------------------------------------------------------------------------------
  311. # Specify the DBSNMP password for the starter database.
  312. #-------------------------------------------------------------------------------
  313. oracle.install.db.config.starterdb.password.DBSNMP=
  314.  
  315. #-------------------------------------------------------------------------------
  316. # Specify the PDBADMIN password required for creation of Pluggable Database in the Container Database.
  317. #-------------------------------------------------------------------------------
  318. oracle.install.db.config.starterdb.password.PDBADMIN=
  319.  
  320. #-------------------------------------------------------------------------------
  321. # Specify the management option to use for managing the database.
  322. # Options are:
  323. # 1. CLOUD_CONTROL - If you want to manage your database with Enterprise Manager Cloud Control along with Database Express.
  324. # 2. DEFAULT -If you want to manage your database using the default Database Express option.
  325. #-------------------------------------------------------------------------------
  326. oracle.install.db.config.starterdb.managementOption=DEFAULT
  327.  
  328. #-------------------------------------------------------------------------------
  329. # Specify the OMS host to connect to Cloud Control.
  330. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  331. #-------------------------------------------------------------------------------
  332. oracle.install.db.config.starterdb.omsHost=
  333.  
  334. #-------------------------------------------------------------------------------
  335. # Specify the OMS port to connect to Cloud Control.
  336. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  337. #-------------------------------------------------------------------------------
  338. oracle.install.db.config.starterdb.omsPort=0
  339.  
  340. #-------------------------------------------------------------------------------
  341. # Specify the EM Admin user name to use to connect to Cloud Control.
  342. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  343. #-------------------------------------------------------------------------------
  344. oracle.install.db.config.starterdb.emAdminUser=
  345.  
  346. #-------------------------------------------------------------------------------
  347. # Specify the EM Admin password to use to connect to Cloud Control.
  348. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  349. #-------------------------------------------------------------------------------
  350. oracle.install.db.config.starterdb.emAdminPassword=
  351.  
  352. ###############################################################################
  353. # #
  354. # SPECIFY RECOVERY OPTIONS #
  355. # ------------------------------------ #
  356. # Recovery options for the database can be mentioned using the entries below #
  357. # #
  358. ###############################################################################
  359.  
  360. #------------------------------------------------------------------------------
  361. # This variable is to be set to false if database recovery is not required. Else
  362. # this can be set to true.
  363. #-------------------------------------------------------------------------------
  364. oracle.install.db.config.starterdb.enableRecovery=false
  365.  
  366. #-------------------------------------------------------------------------------
  367. # Specify the type of storage to use for the database.
  368. # It can be one of the following:
  369. # - FILE_SYSTEM_STORAGE
  370. # - ASM_STORAGE
  371. #-------------------------------------------------------------------------------
  372. oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
  373.  
  374. #-------------------------------------------------------------------------------
  375. # Specify the database file location which is a directory for datafiles, control
  376. # files, redo logs.
  377. #
  378. # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
  379. #-------------------------------------------------------------------------------
  380. oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/opt/atgdev/oradata
  381.  
  382. #-------------------------------------------------------------------------------
  383. # Specify the recovery location.
  384. #
  385. # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
  386. #-------------------------------------------------------------------------------
  387. oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
  388.  
  389. #-------------------------------------------------------------------------------
  390. # Specify the existing ASM disk groups to be used for storage.
  391. #
  392. # Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE
  393. #-------------------------------------------------------------------------------
  394. oracle.install.db.config.asm.diskGroup=
  395.  
  396. #-------------------------------------------------------------------------------
  397. # Specify the password for ASMSNMP user of the ASM instance.
  398. #
  399. # Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE
  400. #-------------------------------------------------------------------------------
  401. oracle.install.db.config.asm.ASMSNMPPassword=
  402.  
  403. #------------------------------------------------------------------------------
  404. # Specify the My Oracle Support Account Username.
  405. #
  406. # Example : MYORACLESUPPORT_USERNAME=abc@oracle.com
  407. #------------------------------------------------------------------------------
  408. MYORACLESUPPORT_USERNAME=
  409.  
  410. #------------------------------------------------------------------------------
  411. # Specify the My Oracle Support Account Username password.
  412. #
  413. # Example : MYORACLESUPPORT_PASSWORD=password
  414. #------------------------------------------------------------------------------
  415. MYORACLESUPPORT_PASSWORD=
  416.  
  417. #------------------------------------------------------------------------------
  418. # Specify whether to enable the user to set the password for
  419. # My Oracle Support credentials. The value can be either true or false.
  420. # If left blank it will be assumed to be false.
  421. #
  422. # Example : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
  423. #------------------------------------------------------------------------------
  424. SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
  425.  
  426. #------------------------------------------------------------------------------
  427. # Specify whether user doesn't want to configure Security Updates.
  428. # The value for this variable should be true if you don't want to configure
  429. # Security Updates, false otherwise.
  430. #
  431. # The value can be either true or false. If left blank it will be assumed
  432. # to be false.
  433. #
  434. # Example : DECLINE_SECURITY_UPDATES=false
  435. #------------------------------------------------------------------------------
  436. DECLINE_SECURITY_UPDATES=true
  437.  
  438. #------------------------------------------------------------------------------
  439. # Specify the Proxy server name. Length should be greater than zero.
  440. #
  441. # Example : PROXY_HOST=proxy.domain.com
  442. #------------------------------------------------------------------------------
  443. PROXY_HOST=
  444.  
  445. #------------------------------------------------------------------------------
  446. # Specify the proxy port number. Should be Numeric and at least 2 chars.
  447. #
  448. # Example : PROXY_PORT=25
  449. #------------------------------------------------------------------------------
  450. PROXY_PORT=
  451.  
  452. #------------------------------------------------------------------------------
  453. # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
  454. # blank if your proxy server requires no authentication.
  455. #
  456. # Example : PROXY_USER=username
  457. #------------------------------------------------------------------------------
  458. PROXY_USER=
  459.  
  460. #------------------------------------------------------------------------------
  461. # Specify the proxy password. Leave PROXY_USER and PROXY_PWD
  462. # blank if your proxy server requires no authentication.
  463. #
  464. # Example : PROXY_PWD=password
  465. #------------------------------------------------------------------------------
  466. PROXY_PWD=
  467.  
  468. #------------------------------------------------------------------------------
  469. # Specify the Oracle Support Hub URL.
  470. #
  471. # Example : COLLECTOR_SUPPORTHUB_URL=https://orasupporthub.company.com:8080/
  472. #------------------------------------------------------------------------------
  473. COLLECTOR_SUPPORTHUB_URL=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement