| Re: Error when trying to use DB scripts provided with OTM I spoke too soon. I see in the logs that when I was creating the tablespaces using the create_gc3_tablespaces script, it was able to create all the tablespaces but at the end of the script, I see the following error:
BEGIN create_tablespace.create_all_ts('d:\oracle\oradata ', '1024000K','2048000K'
); END;
*
ERROR at line 1:
ORA-29339: tablespace block size 16384 does not match configured block sizes
ORA-06512: at "SYS.CREATE_TABLESPACE", line 136
ORA-06512: at "SYS.CREATE_TABLESPACE", line 497
ORA-06512: at "SYS.CREATE_TABLESPACE", line 187
ORA-06512: at "SYS.CREATE_TABLESPACE", line 159
ORA-06512: at line 1 |