Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MDB file into an .CSV file

473079Apr 12 2006 — edited Apr 17 2006
Hi All,

I want to convert an MS Access - MDB file into an .CSV file in Linux platform. Means all the tables in the MDB file should be converted into *.CSV file.

For this , after searching on net, i found that mdb-tools are available. Which we need to install in linux environment. I have already downloaded the
mdbtools-0.6pre1.tar.gz file and perform following steps for installation.


tar -xzvf mdbtools-0.5.tar.gz
cd mdbtools-0.5
./configure
make
su -c "make install"


But while running the 3 step ./configure is get following error

"checking for C compiler default output... configure: error: C compiler cannot cr
eate executables See `config.log' for more details.
"


Can anybody please help me to resolve this error or else is there anyother way to acheive the requirement.

Reference -
0) http://jehiah.com/archive/access-to-oracle-migration
1) http://www.oracle.com/technology/pub/articles/gagne_access.html
2) http://mdbtools.sourceforge.net/install/x53.htm






Regards

Sameer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2006
Added on Apr 12 2006
3 comments
589 views