I would ask this question on the ddlutils list. ddlutils looks like a
great export/import utility, but it may not handle complexities like
stored procedures. In particular, Oracle stored procedures are
generally written in PL/SQL, and Derby's procedures are written in Java.
It would have to be a pretty smart program to know how to handle
that... :)
David
Peter Neu wrote:
> Hello,
>
> has anybody worked with DdlUtils, Derby and Oracle? I would like to transfer
> data from an Oracle DB to Derby is DdlUtils the right tool to use?
>
> Problem is I also have some stored procedures which I need to port to Derby.
> Any chance of doing this?
>
>
>
> Cheers,
> Pete
>
>
>
>
|