-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-config
More file actions
executable file
·79 lines (78 loc) · 2.12 KB
/
example-config
File metadata and controls
executable file
·79 lines (78 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ======================================
# (c) 2018 Adrian Newby
# ======================================
#
# -----------------------------------------
# Basic DB setup
#
# STORAGE_MODEL must be FILE or RAW
#
# All _LOC variables should be either directories or character-based
# raw logical volumes. (In AIX, the character-based raw logical volume
# is identified by prepending an "r" to the logical volume name. In Linux
# you must set up a raw device that points to the logical volume.)
#
# This version is for UNIX or Linux
#
# -----------------------------------------
ORACLE_BASE=/opt/oracle
ORACLE_HOME=/opt/oracle/product/11.1.0
ORA_COMPAT=11.1.0
#
DB_NAME=river
LOG_DIR=/opt/oracle/admin/river/logs
#
STORAGE_MODEL=RAW
#
#
# Note: A static timezone is highly-recommended. Oracle, in particular,
# recommends using UTC to avoid time zone conversion. Due to history
# Veros is pretty much anchored to -08:00
#
TIMEZONE=-08:00
#
SYS_PWD=oracle
SYSTEM_PWD=manager
#
CTL1_LOC=/dev/rriver_ctl1
CTL2_LOC=/dev/rriver_ctl2
#
# Note: redo logs 1 and 3 will end up in the same logfile group and should, therefore,
# be on different storage from each other.
# Similarly, redo logs 2 and 4 will be on the same logfile group and also, therefore,
# be on different storage from each other.
#
REDO1_LOC=/dev/rriver_redo1
REDO2_LOC=/dev/rriver_redo2
REDO3_LOC=/dev/rriver_redo3
REDO4_LOC=/dev/rriver_redo4
REDO_SZ=127M
LOGBUF_SZ=10485760
# -----------------------------------------
# Standard data files and sizes
# -----------------------------------------
SYSTEM_LOC=/dev/rriver_system
SYSTEM_SZ=1279M
#
SYSAUX_LOC=/dev/rriver_sysaux
SYSAUX_SZ=2559M
#
TEMP_LOC=/dev/rriver_temp
TEMP_SZ=5119M
#
UNDO_LOC=/dev/rriver_undo
UNDO_SZ=5119M
# -----------------------------------------
# Memory sizes
# -----------------------------------------
MEM_SZ=16G
# -----------------------------------------
# Block sizes
# -----------------------------------------
BLK_SZ=32768
MBR_CNT=32
# -----------------------------------------
# Misc
# -----------------------------------------
DEFAULT_TBS=USERS
#