Tiki does not install clean on Oracle
- Status
- Closed
- Subject
- Tiki does not install clean on Oracle
- Version
- 1.9.x
- Category
- Error
- Feature
- Installer (profiles, upgrades and server-related issues)
Database independence (Non-Mysql, ADOdb Postgres, Oracle, etc) - Resolution status
- Won't Fix
- Lastmod by
- Kissaki
- Rating
- Description
many object names too long for oracle which has max size of 30 for any object (column, table, sequence, etc.)
able to modify some items such as sequence and trigger that are internal to db and not in tiki code.
initial oracle-1.9-oci8.sql had many errors including the use of datatype integer and auto-increment which doe not exist in oracle. additional insert to blob column not formed to use oracle utl_raw.cast_to_raw. oracle quote in sql field insert should be two quotes ('') instead of backslash quote (\')
main tables still not available
tiki_content_templates_sections
tiki_forums
because outbound_mails_for_inbound_mails column
tiki_live_support_message_commentsis there a workaround that if I change the object name in the database to be <=30, that the code will not abort.
- Usage of "CLOB" in Oracle different from "Text" in MySQL, so usage of every table has to be checked.
(especially where LOB-Index is used as a reference (e.g. tiki_languages))- Oracle can not use CLOBs for indices so search functionality has to be checked (fulltext index?)
- Files
- Solution
Oracle support dropped.
Sorry.- Importance
- 3
- Priority
- 15
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is currently unavailableUnable to connect to show2.tiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is currently unavailableUnable to connect to show.tikiwiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Ticket ID
- 447
- Created
- Thursday 22 December, 2005 16:48:38 UTC
by Unknown - LastModif
- Saturday 06 July, 2024 10:21:44 UTC