Hi Rafa, Rafa Carreres wrote: > Running [dspace-src]/bin/checker, I get this error: > > "Exception in thread "main" java.lang.RuntimeException: Problem > inserting missing bitstreams. ORA-00911: invalid character > > at > org.dspace.checker.BitstreamInfoDAO.updateMissingBitstreams(BitstreamInfoDAO.java:300) > at > > My configuration: Dspace 1.4.1 and Oracle. Previously, I have done a > cleanup of the system. > > Any idea?
The query being run there is a fairly involved chunk of SQL (BitstreamInfoDAO.INSERT_MISSING_CHECKSUM_BITSTREAMS). I can't see any particularly unusual characters in there, so I'd guess that the timestamp parameters set in .updateMissingBitstreams() are causing the problem. If you can log the exact query that's being run at the Oracle end that might give you a clue. Anyone with Oracle-fu able to shed any light here? Best regards, jim ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

