-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwin-example-config
More file actions
executable file
·73 lines (72 loc) · 2.02 KB
/
win-example-config
File metadata and controls
executable file
·73 lines (72 loc) · 2.02 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
# ======================================
# (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 Windows - note additional parameter: ORACLE_BASE_DRV
#
# -----------------------------------------
ORACLE_BASE_DRV=C:
ORACLE_BASE=C:\usr-local\oracle
ORACLE_HOME=C:\usr-local\oracle\10.2.0
ORA_COMPAT=10.2.0
#
DB_NAME=windb
LOG_DIR=C:\usr-local\oracle\admin\windb\logs
#
STORAGE_MODEL=FILE
#
SYS_PWD=oracle
SYSTEM_PWD=manager
#
CTL1_LOC=c:\oradata\windb\ctl
CTL2_LOC=c:\oradata\windb\ctl
#
# 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=c:\oradata\windb\redo
REDO2_LOC=c:\oradata\windb\redo
REDO3_LOC=c:\oradata\windb\redo
REDO4_LOC=c:\oradata\windb\redo
REDO_SZ=128M
LOGBUF_SZ=4194304
# -----------------------------------------
# Standard data files and sizes
# -----------------------------------------
SYSTEM_LOC=c:\oradata\windb\data
SYSTEM_SZ=512M
#
SYSAUX_LOC=c:\oradata\windb\data
SYSAUX_SZ=256M
#
TEMP_LOC=c:\oradata\windb\data
TEMP_SZ=128M
#
UNDO_LOC=c:\oradata\windb\data
UNDO_SZ=128M
# -----------------------------------------
# Memory sizes
# -----------------------------------------
MEM_SZ=2048M
# -----------------------------------------
# Block sizes
# -----------------------------------------
BLK_SZ=16384
MBR_CNT=32
# -----------------------------------------
# Misc
# -----------------------------------------
DEFAULT_TBS=USERS
#