Chinaunix首页 | 论坛 | 博客
  • 博客访问: 157832
  • 博文数量: 31
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 280
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-28 06:36
个人简介

还在学习oracle的路上。

文章分类

全部博文(31)

文章存档

2020年(9)

2018年(3)

2017年(6)

2016年(11)

2015年(2)

我的朋友

分类: Oracle

2017-01-19 16:08:13


点击(此处)折叠或打开

  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. ## 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. # Do not change the following system generated value.
  18. #-------------------------------------------------------------------------------
  19. oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0

  20. #-------------------------------------------------------------------------------
  21. # Specify the installation option.
  22. # It can be one of the following:
  23. # - INSTALL_DB_SWONLY
  24. # - INSTALL_DB_AND_CONFIG
  25. # - UPGRADE_DB
  26. #-------------------------------------------------------------------------------
  27. oracle.install.option=INSTALL_DB_AND_CONFIG

  28. #-------------------------------------------------------------------------------
  29. # Specify the hostname of the system as set during the install. It can be used
  30. # to force the installation to use an alternative hostname rather than using the
  31. # first hostname found on the system. (e.g., for systems with multiple hostnames
  32. # and network interfaces)
  33. #-------------------------------------------------------------------------------
  34. ORACLE_HOSTNAME=oracle.localdomain

  35. #-------------------------------------------------------------------------------
  36. # Specify the Unix group to be set for the inventory directory.
  37. #-------------------------------------------------------------------------------
  38. UNIX_GROUP_NAME=oinstall

  39. #-------------------------------------------------------------------------------
  40. # Specify the location which holds the inventory files.
  41. # This is an optional parameter if installing on
  42. # Windows based Operating System.
  43. #-------------------------------------------------------------------------------
  44. INVENTORY_LOCATION=/u01/app/oraInventory

  45. #-------------------------------------------------------------------------------
  46. # Specify the languages in which the components will be installed.
  47. #
  48. # en : English ja : Japanese
  49. # fr : French ko : Korean
  50. # ar : Arabic es : Latin American Spanish
  51. # bn : Bengali lv : Latvian
  52. # pt_BR: Brazilian Portuguese lt : Lithuanian
  53. # bg : Bulgarian ms : Malay
  54. # fr_CA: Canadian French es_MX: Mexican Spanish
  55. # ca : Catalan no : Norwegian
  56. # hr : Croatian pl : Polish
  57. # cs : Czech pt : Portuguese
  58. # da : Danish ro : Romanian
  59. # nl : Dutch ru : Russian
  60. # ar_EG: Egyptian zh_CN: Simplified Chinese
  61. # en_GB: English (Great Britain) sk : Slovak
  62. # et : Estonian sl : Slovenian
  63. # fi : Finnish es_ES: Spanish
  64. # de : German sv : Swedish
  65. # el : Greek th : Thai
  66. # iw : Hebrew zh_TW: Traditional Chinese
  67. # hu : Hungarian tr : Turkish
  68. # is : Icelandic uk : Ukrainian
  69. # in : Indonesian vi : Vietnamese
  70. # it : Italian
  71. #
  72. # all_langs : All languages
  73. #
  74. # Specify value as the following to select any of the languages.
  75. # Example : SELECTED_LANGUAGES=en,fr,ja
  76. #
  77. # Specify value as the following to select all the languages.
  78. # Example : SELECTED_LANGUAGES=all_langs
  79. #-------------------------------------------------------------------------------
  80. SELECTED_LANGUAGES=en,zh_CN

  81. #-------------------------------------------------------------------------------
  82. # Specify the complete path of the Oracle Home.
  83. #-------------------------------------------------------------------------------
  84. ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/db_1

  85. #-------------------------------------------------------------------------------
  86. # Specify the complete path of the Oracle Base.
  87. #-------------------------------------------------------------------------------
  88. ORACLE_BASE=/u01/app/oracle

  89. #-------------------------------------------------------------------------------
  90. # Specify the installation edition of the component.
  91. #
  92. # The value should contain only one of these choices.
  93. # - EE : Enterprise Edition
  94. # - SE : Standard Edition
  95. # - SEONE : Standard Edition One
  96. # - PE : Personal Edition (WINDOWS ONLY)
  97. #-------------------------------------------------------------------------------
  98. oracle.install.db.InstallEdition=EE

  99. ###############################################################################
  100. # #
  101. # PRIVILEGED OPERATING SYSTEM GROUPS #
  102. # ------------------------------------------ #
  103. # Provide values for the OS groups to which OSDBA and OSOPER privileges #
  104. # needs to be granted. If the install is being performed as a member of the #
  105. # group "dba", then that will be used unless specified otherwise below. #
  106. # #
  107. # The value to be specified for OSDBA and OSOPER group is only for UNIX based #
  108. # Operating System. #
  109. # #
  110. ###############################################################################

  111. #------------------------------------------------------------------------------
  112. # The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
  113. #-------------------------------------------------------------------------------
  114. oracle.install.db.DBA_GROUP=dba

  115. #------------------------------------------------------------------------------
  116. # The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
  117. # The value to be specified for OSOPER group is optional.
  118. #------------------------------------------------------------------------------
  119. oracle.install.db.OPER_GROUP=oper

  120. #------------------------------------------------------------------------------
  121. # The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
  122. #------------------------------------------------------------------------------
  123. oracle.install.db.BACKUPDBA_GROUP=dba

  124. #------------------------------------------------------------------------------
  125. # The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
  126. #------------------------------------------------------------------------------
  127. oracle.install.db.DGDBA_GROUP=dba

  128. #------------------------------------------------------------------------------
  129. # The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
  130. #------------------------------------------------------------------------------
  131. oracle.install.db.KMDBA_GROUP=dba

  132. ###############################################################################
  133. # #
  134. # Grid Options #
  135. # #
  136. ###############################################################################
  137. #------------------------------------------------------------------------------
  138. # Specify the type of Real Application Cluster Database
  139. #
  140. # - ADMIN_MANAGED: Admin-Managed
  141. # - POLICY_MANAGED: Policy-Managed
  142. #
  143. # If left unspecified, default will be ADMIN_MANAGED
  144. #------------------------------------------------------------------------------
  145. oracle.install.db.rac.configurationType=

  146. #------------------------------------------------------------------------------
  147. # Value is required only if RAC database type is ADMIN_MANAGED
  148. #
  149. # Specify the cluster node names selected during the installation.
  150. # Leaving it blank will result in install on local server only (Single Instance)
  151. #
  152. # Example : oracle.install.db.CLUSTER_NODES=node1,node2
  153. #------------------------------------------------------------------------------
  154. oracle.install.db.CLUSTER_NODES=

  155. #------------------------------------------------------------------------------
  156. # This variable is used to enable or disable RAC One Node install.
  157. #
  158. # - true : Value of RAC One Node service name is used.
  159. # - false : Value of RAC One Node service name is not used.
  160. #
  161. # If left blank, it will be assumed to be false.
  162. #------------------------------------------------------------------------------
  163. oracle.install.db.isRACOneInstall=false

  164. #------------------------------------------------------------------------------
  165. # Value is required only if oracle.install.db.isRACOneInstall is true.
  166. #
  167. # Specify the name for RAC One Node Service
  168. #------------------------------------------------------------------------------
  169. oracle.install.db.racOneServiceName=

  170. #------------------------------------------------------------------------------
  171. # Value is required only if RAC database type is POLICY_MANAGED
  172. #
  173. # Specify a name for the new Server pool that will be configured
  174. # Example : oracle.install.db.rac.serverpoolName=pool1
  175. #------------------------------------------------------------------------------
  176. oracle.install.db.rac.serverpoolName=

  177. #------------------------------------------------------------------------------
  178. # Value is required only if RAC database type is POLICY_MANAGED
  179. #
  180. # Specify a number as cardinality for the new Server pool that will be configured
  181. # Example : oracle.install.db.rac.serverpoolCardinality=2
  182. #------------------------------------------------------------------------------
  183. oracle.install.db.rac.serverpoolCardinality=0

  184. ###############################################################################
  185. # #
  186. # Database Configuration Options #
  187. # #
  188. ###############################################################################

  189. #-------------------------------------------------------------------------------
  190. # Specify the type of database to create.
  191. # It can be one of the following:
  192. # - GENERAL_PURPOSE/TRANSACTION_PROCESSING
  193. # - DATA_WAREHOUSE
  194. #-------------------------------------------------------------------------------
  195. oracle.install.db.config.starterdb.type=GENERAL_PURPOSE

  196. #-------------------------------------------------------------------------------
  197. # Specify the Starter Database Global Database Name.
  198. #-------------------------------------------------------------------------------
  199. oracle.install.db.config.starterdb.globalDBName=orcl

  200. #-------------------------------------------------------------------------------
  201. # Specify the Starter Database SID.
  202. #-------------------------------------------------------------------------------
  203. oracle.install.db.config.starterdb.SID=orcl

  204. #-------------------------------------------------------------------------------
  205. # Specify whether the database should be configured as a Container database.
  206. #-------------------------------------------------------------------------------
  207. oracle.install.db.ConfigureAsContainerDB=true

  208. #-------------------------------------------------------------------------------
  209. # Specify the Pluggable Database name for the pluggable database in Container Database.
  210. #-------------------------------------------------------------------------------
  211. oracle.install.db.config.PDBName=pdborcl

  212. #-------------------------------------------------------------------------------
  213. # Specify the Starter Database character set.
  214. #
  215. # One of the following
  216. # AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
  217. # EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
  218. # BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
  219. # AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
  220. # IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
  221. # KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
  222. # ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
  223. #-------------------------------------------------------------------------------
  224. oracle.install.db.config.starterdb.characterSet=AL32UTF8

  225. #------------------------------------------------------------------------------
  226. # This variable should be set to true if Automatic Memory Management
  227. # in Database is desired.
  228. # If Automatic Memory Management is not desired, and memory allocation
  229. # is to be done manually, then set it to false.
  230. #------------------------------------------------------------------------------
  231. oracle.install.db.config.starterdb.memoryOption=true

  232. #-------------------------------------------------------------------------------
  233. # Specify the total memory allocation for the database. Value(in MB) should be
  234. # at least 256 MB, and should not exceed the total physical memory available
  235. # on the system.
  236. # Example: oracle.install.db.config.starterdb.memoryLimit=512
  237. #-------------------------------------------------------------------------------
  238. oracle.install.db.config.starterdb.memoryLimit=1052

  239. #-------------------------------------------------------------------------------
  240. # This variable controls whether to load Example Schemas onto
  241. # the starter database or not.
  242. #-------------------------------------------------------------------------------
  243. oracle.install.db.config.starterdb.installExampleSchemas=true

  244. ###############################################################################
  245. # #
  246. # Passwords can be supplied for the following four schemas in the #
  247. # starter database: #
  248. # SYS #
  249. # SYSTEM #
  250. # DBSNMP (used by Enterprise Manager) #
  251. # #
  252. # Same password can be used for all accounts (not recommended) #
  253. # or different passwords for each account can be provided (recommended) #
  254. # #
  255. ###############################################################################

  256. #------------------------------------------------------------------------------
  257. # This variable holds the password that is to be used for all schemas in the
  258. # starter database.
  259. #-------------------------------------------------------------------------------
  260. oracle.install.db.config.starterdb.password.ALL=

  261. #-------------------------------------------------------------------------------
  262. # Specify the SYS password for the starter database.
  263. #-------------------------------------------------------------------------------
  264. oracle.install.db.config.starterdb.password.SYS=

  265. #-------------------------------------------------------------------------------
  266. # Specify the SYSTEM password for the starter database.
  267. #-------------------------------------------------------------------------------
  268. oracle.install.db.config.starterdb.password.SYSTEM=

  269. #-------------------------------------------------------------------------------
  270. # Specify the DBSNMP password for the starter database.
  271. #-------------------------------------------------------------------------------
  272. oracle.install.db.config.starterdb.password.DBSNMP=

  273. #-------------------------------------------------------------------------------
  274. # Specify the PDBADMIN password required for creation of Pluggable Database in the Container Database.
  275. #-------------------------------------------------------------------------------
  276. oracle.install.db.config.starterdb.password.PDBADMIN=

  277. #-------------------------------------------------------------------------------
  278. # Specify the management option to use for managing the database.
  279. # Options are:
  280. # 1. CLOUD_CONTROL - If you want to manage your database with Enterprise Manager Cloud Control along with Database Express.
  281. # 2. DEFAULT -If you want to manage your database using the default Database Express option.
  282. #-------------------------------------------------------------------------------
  283. oracle.install.db.config.starterdb.managementOption=DEFAULT

  284. #-------------------------------------------------------------------------------
  285. # Specify the OMS host to connect to Cloud Control.
  286. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  287. #-------------------------------------------------------------------------------
  288. oracle.install.db.config.starterdb.omsHost=

  289. #-------------------------------------------------------------------------------
  290. # Specify the OMS port to connect to Cloud Control.
  291. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  292. #-------------------------------------------------------------------------------
  293. oracle.install.db.config.starterdb.omsPort=0

  294. #-------------------------------------------------------------------------------
  295. # Specify the EM Admin user name to use to connect to Cloud Control.
  296. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  297. #-------------------------------------------------------------------------------
  298. oracle.install.db.config.starterdb.emAdminUser=

  299. #-------------------------------------------------------------------------------
  300. # Specify the EM Admin password to use to connect to Cloud Control.
  301. # Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
  302. #-------------------------------------------------------------------------------
  303. oracle.install.db.config.starterdb.emAdminPassword=

  304. ###############################################################################
  305. # #
  306. # SPECIFY RECOVERY OPTIONS #
  307. # ------------------------------------ #
  308. # Recovery options for the database can be mentioned using the entries below #
  309. # #
  310. ###############################################################################

  311. #------------------------------------------------------------------------------
  312. # This variable is to be set to false if database recovery is not required. Else
  313. # this can be set to true.
  314. #-------------------------------------------------------------------------------
  315. oracle.install.db.config.starterdb.enableRecovery=true

  316. #-------------------------------------------------------------------------------
  317. # Specify the type of storage to use for the database.
  318. # It can be one of the following:
  319. # - FILE_SYSTEM_STORAGE
  320. # - ASM_STORAGE
  321. #-------------------------------------------------------------------------------
  322. oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE

  323. #-------------------------------------------------------------------------------
  324. # Specify the database file location which is a directory for datafiles, control
  325. # files, redo logs.
  326. #
  327. # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
  328. #-------------------------------------------------------------------------------
  329. oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/u01/app/oracle/oradata

  330. #-------------------------------------------------------------------------------
  331. # Specify the recovery location.
  332. #
  333. # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
  334. #-------------------------------------------------------------------------------
  335. oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=/u01/app/oracle/recovery_area

  336. #-------------------------------------------------------------------------------
  337. # Specify the existing ASM disk groups to be used for storage.
  338. #
  339. # Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE
  340. #-------------------------------------------------------------------------------
  341. oracle.install.db.config.asm.diskGroup=

  342. #-------------------------------------------------------------------------------
  343. # Specify the password for ASMSNMP user of the ASM instance.
  344. #
  345. # Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE
  346. #-------------------------------------------------------------------------------
  347. oracle.install.db.config.asm.ASMSNMPPassword=

  348. #------------------------------------------------------------------------------
  349. # Specify the My Oracle Support Account Username.
  350. #
  351. # Example : MYORACLESUPPORT_USERNAME=abc@oracle.com
  352. #------------------------------------------------------------------------------
  353. MYORACLESUPPORT_USERNAME=

  354. #------------------------------------------------------------------------------
  355. # Specify the My Oracle Support Account Username password.
  356. #
  357. # Example : MYORACLESUPPORT_PASSWORD=password
  358. #------------------------------------------------------------------------------
  359. MYORACLESUPPORT_PASSWORD=

  360. #------------------------------------------------------------------------------
  361. # Specify whether to enable the user to set the password for
  362. # My Oracle Support credentials. The value can be either true or false.
  363. # If left blank it will be assumed to be false.
  364. #
  365. # Example : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
  366. #------------------------------------------------------------------------------
  367. SECURITY_UPDATES_VIA_MYORACLESUPPORT=false

  368. #------------------------------------------------------------------------------
  369. # Specify whether user doesn't want to configure Security Updates.
  370. # The value for this variable should be true if you don't want to configure
  371. # Security Updates, false otherwise.
  372. #
  373. # The value can be either true or false. If left blank it will be assumed
  374. # to be false.
  375. #
  376. # Example : DECLINE_SECURITY_UPDATES=false
  377. #------------------------------------------------------------------------------
  378. DECLINE_SECURITY_UPDATES=true

  379. #------------------------------------------------------------------------------
  380. # Specify the Proxy server name. Length should be greater than zero.
  381. #
  382. # Example : PROXY_HOST=proxy.domain.com
  383. #------------------------------------------------------------------------------
  384. PROXY_HOST=

  385. #------------------------------------------------------------------------------
  386. # Specify the proxy port number. Should be Numeric and atleast 2 chars.
  387. #
  388. # Example : PROXY_PORT=25
  389. #------------------------------------------------------------------------------
  390. PROXY_PORT=

  391. #------------------------------------------------------------------------------
  392. # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
  393. # blank if your proxy server requires no authentication.
  394. #
  395. # Example : PROXY_USER=username
  396. #------------------------------------------------------------------------------
  397. PROXY_USER=

  398. #------------------------------------------------------------------------------
  399. # Specify the proxy password. Leave PROXY_USER and PROXY_PWD
  400. # blank if your proxy server requires no authentication.
  401. #
  402. # Example : PROXY_PWD=password
  403. #------------------------------------------------------------------------------
  404. PROXY_PWD=

  405. #------------------------------------------------------------------------------
  406. # Specify the proxy realm.
  407. #
  408. # Example : PROXY_REALM=metalink
  409. #------------------------------------------------------------------------------
  410. PROXY_REALM=

  411. #------------------------------------------------------------------------------
  412. # Specify the Oracle Support Hub URL.
  413. #
  414. # Example : COLLECTOR_SUPPORTHUB_URL=
  415. #------------------------------------------------------------------------------
  416. COLLECTOR_SUPPORTHUB_URL=

  417. #------------------------------------------------------------------------------
  418. # Specify the auto-updates option. It can be one of the following:
  419. # - MYORACLESUPPORT_DOWNLOAD
  420. # - OFFLINE_UPDATES
  421. # - SKIP_UPDATES
  422. #------------------------------------------------------------------------------
  423. oracle.installer.autoupdates.option=SKIP_UPDATES

  424. #------------------------------------------------------------------------------
  425. # In case MYORACLESUPPORT_DOWNLOAD option is chosen, specify the location where
  426. # the updates are to be downloaded.
  427. # In case OFFLINE_UPDATES option is chosen, specify the location where the updates
  428. # are present.
  429. #------------------------------------------------------------------------------
  430. oracle.installer.autoupdates.downloadUpdatesLoc=

  431. #------------------------------------------------------------------------------
  432. # Specify the My Oracle Support Account Username which has the patches download privileges
  433. # to be used for software updates.
  434. # Example : AUTOUPDATES_MYORACLESUPPORT_USERNAME=abc@oracle.com
  435. #------------------------------------------------------------------------------
  436. AUTOUPDATES_MYORACLESUPPORT_USERNAME=

  437. #------------------------------------------------------------------------------
  438. # Specify the My Oracle Support Account Username password which has the patches download privileges
  439. # to be used for software updates.
  440. #
  441. # Example : AUTOUPDATES_MYORACLESUPPORT_PASSWORD=password
  442. #------------------------------------------------------------------------------
  443. AUTOUPDATES_MYORACLESUPPORT_PASSWORD=

阅读(1980) | 评论(0) | 转发(0) |
0

上一篇:mysql_主主复制

下一篇:oracle_工作笔记

给主人留下些什么吧!~~