[opencms-dev] Oracle 9.2 and OpenCMS 6

Nick Hindley nick at openanswers.co.uk
Tue Aug 23 18:53:00 CEST 2005


Hi,

Using Oracle 9.2 on solaris 9, with an OpenCMS release from CVS, I get 
the following error when trying to create the tables in the database:

ORA-00600: internal error code, arguments: [ktspffbmb-4], [1], [1], [], 
[], [], [], []
Current SQL statement for this session:
 
 
 CREATE TABLE CMS_OFFLINE_CONTENTS (
 CONTENT_ID VARCHAR2(36) NOT NULL,
 RESOURCE_ID VARCHAR2(36) NOT NULL,
 FILE_CONTENT BLOB NOT NULL,
 CONSTRAINT PK_OFFLINE_CONTENTS PRIMARY KEY(CONTENT_ID) USING INDEX 
TABLESPACE users
 )
 STORAGE (INITIAL 256K NEXT 1M PCTINCREASE 0)
 LOB(FILE_CONTENT) STORE AS (
 CHUNK 32K PCTVERSION 20
 CACHE
 )


I've not been able to find anything on metalink for this.  Theres 
nothing written to the jakarta logs at this stage


Has anyone else seen anything similar?

thanks




More information about the opencms-dev mailing list