You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by jesusaplsoft <je...@aplsoftware.com> on 2012/02/09 14:19:27 UTC

Encrypted db

Is there any way to unencrypt a working encrypted db?
-- 
View this message in context: http://old.nabble.com/Encrypted-db-tp33293118p33293118.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.


Re: Encrypted db

Posted by jesusaplsoft <je...@aplsoftware.com>.
This solution works...
I did not know about ddlutils and I really was missing a product like this.


Knut Anders Hatlen-5 wrote:
> 
> jesusaplsoft <je...@aplsoftware.com> writes:
> 
>> Is there any way to unencrypt a working encrypted db?
> 
> As far as I know, the only way to do this currently is to create a new,
> unencrypted database and manually migrate the data from the encrypted
> database.
> 
> Maybe you can use DdlUtils (http://db.apache.org/ddlutils/) to do the
> migration. There's an example of how to use DdlUtils to export the
> contents of one Derby database and import them into another Derby
> database at the Derby web site:
> http://db.apache.org/derby/integrate/db_ddlutils.html
> 
> -- 
> Knut Anders
> 
> 

-- 
View this message in context: http://old.nabble.com/Encrypted-db-tp33293118p33324171.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.


Re: Encrypted db

Posted by Knut Anders Hatlen <kn...@oracle.com>.
jesusaplsoft <je...@aplsoftware.com> writes:

> Is there any way to unencrypt a working encrypted db?

As far as I know, the only way to do this currently is to create a new,
unencrypted database and manually migrate the data from the encrypted
database.

Maybe you can use DdlUtils (http://db.apache.org/ddlutils/) to do the
migration. There's an example of how to use DdlUtils to export the
contents of one Derby database and import them into another Derby
database at the Derby web site:
http://db.apache.org/derby/integrate/db_ddlutils.html

-- 
Knut Anders