Hi,
I have to create two table spaces with BLOCKSIZE 16384 and 32768
When I executed the create table space statements I got the following errors:
1. ORA-29339: tablespace block size 16384 does not match configured block sizes
2. ORA-00382: 32768 not a valid block size, valid range [2048..16384]
How to fix these two issues?
Please advice.
Start Free Trial