[Dspace-tech] Position Announcement - Digital Initiatives Librarian, Library and Technology Services, Brandeis University

2007-08-30 Thread Greg McClellan
Apologies for any cross-postings. --- Position Announcement - Digital Initiatives Librarian, Library and Technology Services, Brandeis University Job ID Number 200440 Brandeis University, a private research university in the metropolitan Boston area, seeks

Re: [Dspace-tech] Oracle and DSpace 1.5 and "ILIKE"

2008-03-25 Thread Greg McClellan
Hi, I think it worked in 1.4.2 only if you used the default jspui interface (it doesn't call searchResultCount). Manakin/xmlui on the other hand does call it, so it breaks. I altered the code to be oracle friendly: TableRow row = DatabaseManager.querySingle(context, "SELECT count(*) as count F

Re: [Dspace-tech] psql restoring a dump

2007-05-29 Thread Greg McClellan
Hi, I think you have to load dump files created with the '-Fc' flag with the pg_restore utility. http://www.postgresql.org/docs/7.4/interactive/app-pgrestore.html -Greg Jeffrey Trimble wrote: > I'm attempting to revisit this nasty process. I'm testing again to > see if I can ever get this to

Re: [Dspace-tech] DSpace with Oracle 10 Installation Problem.

2007-05-30 Thread Greg McClellan
I had a similar problem. The fix for me was to format the db.url like this: db.url = jdbc:oracle:thin:@//host:port/dspace as opposed to the Install doc which lists: db.url = jdbc.oracle.thin:@//host:port/dspace -Greg Stéphane Collin wrote: > Hi, > > I'm currently trying to install the Dspace