mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #171 from akonczak/master
[DS-1435] fix for oracle db
This commit is contained in:
@@ -1370,6 +1370,9 @@ public class DatabaseManager
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
String schema = ConfigurationManager.getProperty("db.schema");
|
String schema = ConfigurationManager.getProperty("db.schema");
|
||||||
|
if(StringUtils.isBlank(schema)){
|
||||||
|
schema = null;
|
||||||
|
}
|
||||||
String catalog = null;
|
String catalog = null;
|
||||||
|
|
||||||
int dotIndex = table.indexOf('.');
|
int dotIndex = table.indexOf('.');
|
||||||
|
Reference in New Issue
Block a user