read/write data from .mdb file to oracle table

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
laxmi131
Participant
Posts: 11
Joined: Sun Apr 13, 2008 10:42 pm

read/write data from .mdb file to oracle table

Post by laxmi131 »

how to read and write data from .mdb file from MS access database to oracle database in datastage
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

If DS is running on Unix then there is not much options; the default ODBC drivers that are delivered with the standard install does not have anything for MS access.
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

Through ODBC Stage
Srinu Gadipudi
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

Through ODBC Stage
Srinu Gadipudi
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

Through ODBC Stage
Srinu Gadipudi
laxmi131
Participant
Posts: 11
Joined: Sun Apr 13, 2008 10:42 pm

Post by laxmi131 »

i am new to this , hence i have no idea how we can use ODBC stage to read /write .mdb extension file. Can any one help me how we can solve this through ODBC stage?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

All you need to find is a third-party ODBC driver for MS Access. Then set up a DSN using this driver and point it at the .MDB file in question.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply