This can be done in many ways, depending upon the size of the
data. It can be done using OCI, PRO*C, IMPORT, SQL*Loader,
PL/SQL, SQL*Plus, and the COPY command.
here is a pl/sql sample:
CREATE TABLE testraw (col1 NUMBER, col2 LONG RAW);
/
CREATE OR REPLACE PACKAGE testrawio AS...