mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
DS-1370 revise SQL scripts to deal with various Oracle issues, also add missing tables and sequences to clean-database.sql
This commit is contained in:
@@ -59,3 +59,8 @@ JDBC driver is reporting INTEGERS as type DECIMAL.
|
||||
Oracle doesn't like it when you reference table names in lower case when
|
||||
getting JDBC metadata for the tables, so they are converted in TableRow
|
||||
to upper case.
|
||||
|
||||
==UPDATE 27 November 2012==
|
||||
Oracle complains with ORA-01408 if you attempt to create an index on a column which
|
||||
has already had the UNIQUE contraint added (such an index is implicit in maintaining the uniqueness
|
||||
of the column). See DS-1370 for details.
|
||||
|
Reference in New Issue
Block a user