News

Below is a table DDL (Data Definition Language) extractor script for Oracle sqlplus that can be used to create compatible tables in SQLite: $ cat textract_ddl.sql ...
I am working on an application that uses oracle 10XE as the backend database. I created my tables a while ago, and have since then been coding a bunch of JDBC stuff to talk to it. Yesterday, I ...