The table name can be 128 bytes in 21c version.
But I got ERROR --
APPLICATION ERROR #404 Database identifier "mantis_custom_field_project_table" is too long.
Try reducing the size of g_db_table_prefix/suffix'
After trying, I found the setting option was in core/database_api.php, can set from 30 ...
Search found 5 matches
- 02 Jan 2024, 00:51
- Forum: General Discussion
- Topic: ORA-01408 happened when install with Oracle 21c Linux
- Replies: 2
- Views: 8193
- 21 Dec 2023, 03:51
- Forum: General Discussion
- Topic: ORA-01408 happened when install with Oracle 21c Linux
- Replies: 2
- Views: 8193
Re: ORA-01408 happened when install with Oracle 21c Linux
The cause should be -- "not support oracle21c well".
Can avoid the error with setting "null" for "CREATE INDEX idx_project_id" in schema.php
": array( 'CreateIndexSQL', array( 'idx_project_id', db_get_table( 'project' ), 'id' ) );" --> ": null;"
Can avoid the error with setting "null" for "CREATE INDEX idx_project_id" in schema.php
": array( 'CreateIndexSQL', array( 'idx_project_id', db_get_table( 'project' ), 'id' ) );" --> ": null;"
- 15 Dec 2023, 03:54
- Forum: General Discussion
- Topic: ERROR happened when use SQL Server 2022 on Linux
- Replies: 2
- Views: 7391
Re: ERROR happened when use SQL Server 2022 on Linux
It's same issue as https://www.mantisbt.org/bugs/view.php?id=33372
I will try the fixed version 2.26.1
I will try the fixed version 2.26.1
- 06 Dec 2023, 03:10
- Forum: General Discussion
- Topic: ORA-01408 happened when install with Oracle 21c Linux
- Replies: 2
- Views: 8193
ORA-01408 happened when install with Oracle 21c Linux
Install with a new database, got the following ERROR.
CREATE INDEX idx_project_id ON mantis_project_table (id)
ORA-01408: such column list already indexed
CREATE INDEX idx_project_id ON mantis_project_table (id)
ORA-01408: such column list already indexed
- 06 Dec 2023, 03:07
- Forum: General Discussion
- Topic: ERROR happened when use SQL Server 2022 on Linux
- Replies: 2
- Views: 7391
ERROR happened when use SQL Server 2022 on Linux
SQLServer 2022 Linux (Manager/Users)
-----------------------------------------------------------------------
APPLICATION ERROR #401
Database query failed. Error received from database was #8155: SQLState: 42000
Error Code: 8155
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]No ...
-----------------------------------------------------------------------
APPLICATION ERROR #401
Database query failed. Error received from database was #8155: SQLState: 42000
Error Code: 8155
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]No ...