Setting db_block_size = 32768 when installing with dbca -responseFile rsp_file.rsp ?
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.
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.
0