We need an application to migrate an entire existing database from VisualFoxPro to Oracle. I have two questions:
1) I was wondering if the standard version is sufficient, because we don't need to select data but the entire database.
2) In the Standard edition, includes a GUI application or is it just the jdbc driver? (the migration will be done by a non-technical guys)
|
>1) I was wondering if the standard version is sufficient, because we don't
> need to select data but the entire database.
The standard DBF2Oracle Package can export table data to Oracle from dBASE, Foxbase, Foxpro, and VFP.
The enterprise DBF2Oracle Package contains the function of standard DBF2Oracle Package, besides, it can export data accord view or a dynamic query, and execute export operation from a configuration file saved by prior export operation, and loaded into Oracle(8i or upper) for build a procedure to export data.
>2) In the Standard edition, includes a GUI application or is it just the
> jdbc driver? (the migration will be done by a non-technical guys)
GUI
|