Reading ODB file Oracle Lite without Oracle Lite
Is there a way to extract data from an Oracle Lite ODB file without installing Oracle Lite? Is there a reader that will allow me to view and copy the data?
0
dacracot
source
to share
2 answers
You should be able to export data using the OLLOAD utility, which is part of but does not require Oracle Lite to be installed.
OLLOAD Documentation
+1
Adam Hawkes
source
to share
If you know the tables you want, you need to fully use Oracle Lite. However, you must have webtogo.jar in your class. Then you can just write a small java program to connect via JDBC to ODB and retrieve the required data.
0
VikrantY
source
to share