Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: what is db block size
Hi ,
you can give following query
select name ,value from v$parameter where name='db_block_size';
connect as sys user
or find your initsid.ora file and you will find db_block_size = 2048
regards ,
Rajanish Joshi
DBA Pune ,India