Skip to content

Commit 391d32b

Browse files
author
committed
Deployed 9cbd7ea with MkDocs version: 1.6.1
0 parents  commit 391d32b

File tree

383 files changed

+244456
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+244456
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+2,654
Large diffs are not rendered by default.

assets/bcprov-jdk15to18-1.64.jar

4.38 MB
Binary file not shown.

assets/bctls-jdk15to18-1.64.jar

562 KB
Binary file not shown.

assets/db_install.rsp

+176
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
2+
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
3+
4+
#------------------------------------------------------------------------------
5+
# Specify the installation option.
6+
# It can be one of the following:
7+
# - INSTALL_DB_SWONLY
8+
# - INSTALL_DB_AND_CONFIG
9+
# - UPGRADE_DB
10+
#-------------------------------------------------------------------------------
11+
oracle.install.option=INSTALL_DB_AND_CONFIG
12+
# use my hostname
13+
ORACLE_HOSTNAME=localhost
14+
15+
UNIX_GROUP_NAME=oinstall
16+
17+
INVENTORY_LOCATION=/opt/oracle/app/oraInventory
18+
19+
#-------------------------------------------------------------------------------
20+
# Specify the languages in which the components will be installed.
21+
#
22+
# en : English ja : Japanese
23+
# fr : French ko : Korean
24+
# ar : Arabic es : Latin American Spanish
25+
# bn : Bengali lv : Latvian
26+
# pt_BR: Brazilian Portuguese lt : Lithuanian
27+
# bg : Bulgarian ms : Malay
28+
# fr_CA: Canadian French es_MX: Mexican Spanish
29+
# ca : Catalan no : Norwegian
30+
# hr : Croatian pl : Polish
31+
# cs : Czech pt : Portuguese
32+
# da : Danish ro : Romanian
33+
# nl : Dutch ru : Russian
34+
# ar_EG: Egyptian zh_CN: Simplified Chinese
35+
# en_GB: English (Great Britain) sk : Slovak
36+
# et : Estonian sl : Slovenian
37+
# fi : Finnish es_ES: Spanish
38+
# de : German sv : Swedish
39+
# el : Greek th : Thai
40+
# iw : Hebrew zh_TW: Traditional Chinese
41+
# hu : Hungarian tr : Turkish
42+
# is : Icelandic uk : Ukrainian
43+
# in : Indonesian vi : Vietnamese
44+
# it : Italian
45+
#
46+
# all_langs : All languages
47+
#
48+
# Specify value as the following to select any of the languages.
49+
# Example : SELECTED_LANGUAGES=en,fr,ja
50+
#
51+
# Specify value as the following to select all the languages.
52+
# Example : SELECTED_LANGUAGES=all_langs
53+
SELECTED_LANGUAGES=en,zh_CN
54+
55+
ORACLE_HOME=/opt/oracle/app/oracle/product/11.2.0/dbhome_1
56+
57+
ORACLE_BASE=/opt/oracle/app/oracle
58+
59+
#------------------------------------------------------------------------------
60+
# Specify the installation edition of the component.
61+
#
62+
# The value should contain only one of these choices.
63+
# - EE : Enterprise Edition
64+
# - SE : Standard Edition
65+
# - SEONE : Standard Edition One
66+
# - PE : Personal Edition (WINDOWS ONLY)
67+
#------------------------------------------------------------------------------
68+
oracle.install.db.InstallEdition=EE
69+
70+
oracle.install.db.EEOptionsSelection=false
71+
72+
oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.4.0,oracle.oraolap:11.2.0.4.0,oracle.rdbms.dm:11.2.0.4.0,oracle.rdbms.dv:11.2.0.4.0,oracle.rdbms.lbac:11.2.0.4.0,oracle.rdbms.rat:11.2.0.4.0
73+
74+
75+
oracle.install.db.DBA_GROUP=oinstall
76+
77+
oracle.install.db.OPER_GROUP=oinstall
78+
79+
oracle.install.db.CLUSTER_NODES=
80+
81+
oracle.install.db.isRACOneInstall=false
82+
83+
oracle.install.db.racOneServiceName=
84+
85+
#------------------------------------------------------------------------------
86+
# Specify the type of database to create.
87+
# It can be one of the following:
88+
# - GENERAL_PURPOSE/TRANSACTION_PROCESSING
89+
# - DATA_WAREHOUSE
90+
#------------------------------------------------------------------------------
91+
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
92+
93+
# ORACLE SID
94+
oracle.install.db.config.starterdb.globalDBName=ini
95+
oracle.install.db.config.starterdb.SID=ini
96+
97+
#------------------------------------------------------------------------------
98+
# Specify the Starter Database character set.
99+
#
100+
# It can be one of the following:
101+
# AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
102+
# EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
103+
# BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
104+
# AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
105+
# IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
106+
# KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
107+
# ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
108+
#------------------------------------------------------------------------------
109+
oracle.install.db.config.starterdb.characterSet=ZHS16GBK
110+
111+
oracle.install.db.config.starterdb.memoryOption=true
112+
113+
# Memory, by MB
114+
oracle.install.db.config.starterdb.memoryLimit=20480
115+
116+
oracle.install.db.config.starterdb.installExampleSchemas=false
117+
118+
oracle.install.db.config.starterdb.enableSecuritySettings=true
119+
120+
121+
oracle.install.db.config.starterdb.password.ALL=Lczq2021
122+
123+
oracle.install.db.config.starterdb.password.SYS=
124+
125+
oracle.install.db.config.starterdb.password.SYSTEM=
126+
127+
oracle.install.db.config.starterdb.password.SYSMAN=
128+
129+
oracle.install.db.config.starterdb.password.DBSNMP=
130+
131+
oracle.install.db.config.starterdb.control=DB_CONTROL
132+
133+
oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
134+
135+
136+
oracle.install.db.config.starterdb.automatedBackup.enable=false
137+
138+
oracle.install.db.config.starterdb.automatedBackup.osuid=
139+
140+
oracle.install.db.config.starterdb.automatedBackup.ospwd=
141+
142+
oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
143+
144+
oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/opt/oracle/app/oracle/oradata
145+
146+
oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
147+
148+
oracle.install.db.config.asm.diskGroup=
149+
150+
oracle.install.db.config.asm.ASMSNMPPassword=
151+
152+
MYORACLESUPPORT_USERNAME=
153+
154+
MYORACLESUPPORT_PASSWORD=
155+
156+
SECURITY_UPDATES_VIA_MYORACLESUPPORT=
157+
158+
DECLINE_SECURITY_UPDATES=true
159+
160+
PROXY_HOST=
161+
162+
PROXY_PORT=
163+
164+
PROXY_USER=
165+
166+
PROXY_PWD=
167+
168+
PROXY_REALM=
169+
170+
COLLECTOR_SUPPORTHUB_URL=
171+
172+
oracle.installer.autoupdates.option=SKIP_UPDATES
173+
oracle.installer.autoupdates.downloadUpdatesLoc=
174+
AUTOUPDATES_MYORACLESUPPORT_USERNAME=
175+
176+
AUTOUPDATES_MYORACLESUPPORT_PASSWORD=

0 commit comments

Comments
 (0)