You cannect to any ODBC database directly from Oracle8i & Oracle9i using generic connectivity then simply do a:
CREATE TABLE my_table AS
SELECT *
FROM my_table@mdbdatabase;
Check this out:
http://www.oracle-base.com/Articles/...ectivity9i.asp
Cheers
|
Results 1 to 4 of 4
Thread: convert .MDF files to Oracle!Threaded View
|
Click Here to Expand Forum to Full Width |