Oracle client and schema
DBConvert reads Oracle through the configured Oracle client.
Client, NLS, wallet, and authentication issues should be
solved before the export run.
SQLite file output
SQLite is a single file with dynamic type affinities. Pick
a date storage convention, numeric policy, and text/binary
handling before the file becomes part of an application.
Type mapping review
Oracle NUMBER, DATE,
TIMESTAMP, CLOB, BLOB,
XML, and Unicode columns need a SQLite storage policy before
the target file is created.
Keys and generated values
Oracle sequences, identity columns, and trigger-backed keys
need a SQLite primary-key policy. Confirm next values before
SQLite starts accepting writes.
Validation after export
Compare row counts, inspect nullable columns, sample CLOB/BLOB
values, and verify date/time precision inside the generated
SQLite file.
Procedural code boundary
DBConvert migrates tables, supported views, and foreign keys.
Oracle packages, procedures, triggers, jobs, users, and
application SQL are not converted into SQLite logic.