After Work
The best club in Chicago
for Chicago Singles is
Highlife Adventures!
Are you looking for a
Jersey Girl T-Shirt
?
Kyoto Sushi
in Chicago, on Lincoln Ave.
Moody's Pub
in Chicago, has great burgers
Skylark
in Chicago, on Halsted .. excellent Friday fish fry!
|
Oracle
»
UNIX
»
Commands
»
Initialization File
The initialization file contains information which is needed during the
startup of the Oracle instance.
initialization file - initxx.ora
DB_NAME = DB40
CONTROL_FILES = (/data/disk50/cfile1.con, /data/disk51/cfile2.con)
DB_BLOCK_SIZE = 4096
DB_BLOCK_BUFFERS = 1000
SHARED_POOL_SIZE = 20000000
DML_LOCKS = 200
LOG_BUFFER = 65536
PROCESSES = 100
ROLLBACK_SEGMENTS = (rbs01)
LICENSE_MAX_SESSIONS = 100
LICENSE_SESSION_WARNING = 90
LICENSE_MAX_USERS = 100
|
|
|
|