dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

DBPTK Developer - library and command-line tool for execution of database preservation actions

Results 122 dbptk-developer issues
Sort by recently updated
recently updated
newest added

Is this something that there is a fix to? java.sql.SQLException: Invalid column type: getBLOB not implemented for class oracle.jdbc.driver.T4CLongRawAccessor Attach the dbptk-app.log.txt file below. [dbptk-app.log.txt](https://github.com/keeps/db-preservation-toolkit/files/1874919/dbptk-app.log.txt)

bug
oracle
discussion/question

It's great that you already filter out obviously sensitive things like the username/password used to connect to the database being preserved. However, we would typically regard things like the fully-qualified...

enhancement

Description: I'm trying to run dbptk on a very large database (45,5 GB) for archival. When running the tool, it produces hundreds of 50 MB log-files in the directory until...

bug
mysql

Like MySQL does.

enhancement
postgres
mysql
ms sql
oracle

Reproduced using dbptk-app-2.0.0-beta4.0.jar 1. I did an export from Postgre to SIARD-2 [metadataPostgre.xml.txt](https://github.com/keeps/db-preservation-toolkit/files/227633/metadataPostgre.xml.txt) 2. I imported this file to MySQL 3. and then I exported MySQL to SIARD-2 [metadataMySQL.xml.txt](https://github.com/keeps/db-preservation-toolkit/files/227641/metadataMySQL.xml.txt) 4....

mysql
data loss

This ensures that the SIARD (1 and 2) modules do not discard any data. Tests required (checking equality between first and last state): - [ ] Convert SIARD1 (in-memory) ->...

siard 1
siard 2
QA

Necessity: When converting from a single schema database (like MySQL) to a multi-schema database (like PostgreSQL), the tables are created in the default schema (for PostgreSQL this is the `public`...

postgres
feature
oracle

For reasons described in #150

enhancement

If the LOB has a messageDigest, it should be used by the import module to check the LOB. - [ ] for SIARD1 and inline LOBs (embed in the table.xml)...

feature
QA

The error message: ``` ERROR [15:35:11] Error while importing/exporting Error creating SIARD archive file: STORE ``` This happens when the SIARD output file already exists and is in use (locked)....

enhancement
siard 1
siard 2