Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

Setting db_block_size = 32768 when installing with dbca -responseFile rsp_file.rsp ?

edited Jan 25, 2011 1:56AM in Database Install/Upgrade/Opatch (MOSC) 9 commentsAnswered ✓
I'm trying to install oracle 11g (11.2) on a redhat 5 64-bit.
First I just install the software with
runInstaller -silent -noconfig -responseFile rsp_file.rsp

when that is done I'm trying to create the database with

$ORACLE_HOME/bin/dbca -silent -responseFile dbca_rspfile.rsp

I tried to set in the responsefile..

INITPARAMS = db_block_size=32768

I ended up with:

ORA-00374 : parameter db_block_size = 33554432 invalid ; must be a multiple of 512...
When I install manually via dbca gui I got no problems and the database is created.

When I remove the db_block_size from INITPARAMS and install via dbca -silent -responseFile... there is also NO problems.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center