login | register
Mon 15 of Mar, 2010 (18:52 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Get RSS Feed

Oracle install errors

Daniel Park
Joined: 01 Jul 2009
Reply to this PostReply with Quote to this Post

Oracle install errors

Posted:Thu 09 of Jul, 2009 (00:50 UTC)
When installing just the required packages under Oracle 10g I get the below errors:

Failed to create index content_content_hits_idx on liberty_content_hits:
CREATE INDEX content_content_hits_idx ON liberty_content_hits (content_id)

Failed to create index themes_layouts_module_idx on themes_layouts:
CREATE INDEX themes_layouts_module_idx ON themes_layouts (module_id)

I had a look at the tables and the indexs were automatically created - I'm guessing when the primary key was defined in the CREATE TABLE statement these were created. I'm using the CVS version which I got this morning.
Lester Caine
Joined: 24 Apr 2004
Reply to this PostReply with Quote to this Post

Re: Oracle install errors

Posted:Sat 11 of Jul, 2009 (06:00 UTC)
Daniel - I'd simply delete those lines in the scheme_inc.php ( liberty and themes ). I'm not sure why only those are being flagged, I think I have a couple more duplicated in Firebird, but you are right that once something is set as PRIMARY then in most real databases, an index will also be created. I think these duplicates should simply be removed.