[Help] install mantis with oracle database
Posted: 24 Feb 2023, 14:39
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
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