Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What is the difference between initSID.ora and configSID.ora ?

Re: What is the difference between initSID.ora and configSID.ora ?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 09 Mar 1999 22:59:05 +0100
Message-ID: <36E599A9.E4E3803E@sybrandb.demon.nl>


ConfigSID.ora should hold parameters that never change, or force you to recreate the database.
So:
db_name
db_block_size

nls_language
log_archive_start
log_archive_dest
log_archive_format

etc.
InitSID should parameters like
db_block_buffers
rollback_segments
open_cursors
sort_area_size
to mention a few...

Hth,

Sybrand Bakker, Oracle DBA

Seigmund Akinwande Johnson wrote:


Received on Tue Mar 09 1999 - 15:59:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US