[Help] install mantis with oracle database

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kevin_moyano
Posts: 1
Joined: 24 Feb 2023, 14:23

[Help] install mantis with oracle database

Post by kevin_moyano »

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 and it always gives me this error.

Oracle Database 21c
PHP 7.2.34
Post Reply