How to Read a DBase File in Java or Oracle PL/SQL

倖福魔咒の 提交于 2019-12-23 03:17:15

问题


I've been provided a Dbase file (.dbf) and have been asked to implement a parser to load the data into an Oracle DB. The only available tools I have on hand are Java 8 and Oracle PL/SQL. Having never written a parser or dealt with this data format before, I'm completely lost as to how to go about the whole thing. Any help or guidance would be most appreciated.
Thank you,


回答1:


After tearing my hair out for some time, I think I've finally found an answer. Seemed a little crass to answer my question myself, so I posted it here: https://stackoverflow.com/a/56303353/1148258

Hope it helps anyone else looking for similar answers.



来源:https://stackoverflow.com/questions/56248380/how-to-read-a-dbase-file-in-java-or-oracle-pl-sql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!