Search found 1 match

by kevin_moyano
24 Feb 2023, 14:39
Forum: Help
Topic: [Help] install mantis with oracle database
Replies: 0
Views: 112985

[Help] install mantis with oracle database

Hello, I have a problem installing mantis 2.25.6 with an oracle database.

Schema step 32: CreateIndexSQL ( idx_project_id )

BAD
CREATE INDEX idx_project_id ON mantis_project (id)
ORA-01408: such column list already indexed

I am testing in a database that does not have tables or indexes created ...