Reading an Oracle Lite ODB file without Oracle Lite - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T05:25:38Zhttp://stackoverflow.com/feeds/question/369010http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/369010/reading-an-oracle-lite-odb-file-without-oracle-lite0Reading an Oracle Lite ODB file without Oracle Litedacracot2008-12-15T16:55:09Z2009-01-08T01:10:27Z
<p>Is there a way to extract the data from an Oracle Lite ODB file without installing Oracle Lite? Is there a reader out there which will let me browse and copy the data?</p>
http://stackoverflow.com/questions/369010/reading-an-oracle-lite-odb-file-without-oracle-lite/422854#4228541Answer by Adam Hawkes for Reading an Oracle Lite ODB file without Oracle LiteAdam Hawkes2009-01-08T01:10:27Z2009-01-08T01:10:27Z<p>You should be able to export the data using the OLLOAD utility, which is part of, but should not require the installation of, Oracle Lite.</p>
<p><a href="http://download.oracle.com/docs/cd/E12095_01/doc.10302/e12548/cdbtools.htm#BABIIJGF" rel="nofollow">OLLOAD Documentation</a></p>