[ 
https://jira.duraspace.org/browse/DS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27506#comment-27506
 ] 

Artur Konczak commented on DS-1435:
-----------------------------------

The problem is with the configuration for db.schema. If we leave it empty like 
it is now( db.schema= ) ConfigurationManager will return empty string "" and 
that break everything.
(DatabaseManager:1393)            pkcolumns = metadata.getPrimaryKeys(catalog, 
schema, tname);

Quick workaround is to comment that line if we don't need it(at last for 
oracle) .
Or
Proper fix is to assign null if we don't have any schema or schema name is 
empty. - https://github.com/DSpace/DSpace/pull/171






            
                
> DSpace 3.0 Oracle compatibility
> -------------------------------
>
>                 Key: DS-1435
>                 URL: https://jira.duraspace.org/browse/DS-1435
>             Project: DSpace
>          Issue Type: Bug
>    Affects Versions: 3.0, 3.1
>         Environment: DSpace 3.0, Oracle back-end
>            Reporter: Hardy Pottinger
>            Assignee: Hardy Pottinger
>            Priority: Critical
>             Fix For: 3.1
>
>
> In my own personal experience, as well as the experience of other Oracle 
> institutions, as reported to the dspace-tech mail list (see [1] and [2]), 
> DSpace 3.0 is not currently capable of running on Oracle. This issue is a 
> place-holder until either I find, or someone else reports more specific 
> issues and problem areas that need addressing. It would be helpful if the 
> community could post specific error messages and stack traces as comments to 
> this ticket, so we can get a clearer understanding of what's going on.
> [1] 
> http://dspace.2283337.n4.nabble.com/Dspace-release-3-0-with-Oracle-td4660552.html
> [2] 
> http://dspace.2283337.n4.nabble.com/Ant-fresh-install-fails-with-Oracle-FATAL-org-dspace-administer-RegistryLoader-anonymous-error-loadi-td4660521.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to