Advertisement
Guest User

Untitled

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