mjpedreira1
25th June 2009, 10:33
Hello,

Our Baan works with Oracle. We need to update a baan table from an SQL Server database. I need to create somethig similar to a dblink...

Anybody know how to create it?

Thanks,

María

Hitesh Shah
25th June 2009, 19:52
U can create separate db definition (for oracle and sql ) and attach to different companies (ttaad4120m000) . U need to sql server in ur license . Through tabledef6.1 u can access both db tables in baan and do updations in baan . Maybe that helps if u want an access in baan for both db . From SQL updating / accessing oracle requires just oracle odbc driver .

dave_23
26th June 2009, 05:01
Hello,

Our Baan works with Oracle. We need to update a baan table from an SQL Server database. I need to create somethig similar to a dblink...

Anybody know how to create it?

Thanks,

María

i connected to oracle via DTS in SQL Server once.... it destroyed my oracle db.. I wouldn't recommend it.

just export to csv and load.

Dave

dheerendra_gosw
26th June 2009, 09:58
thats possible throuh db link, we tried once but this process is very slow.You can transfer fata through csv file or can create a interface between twi db using VB or some other language..

sushil
29th June 2009, 10:55
In DBlink - their is a risk of virus / worm propogation through the DB tunnel example say - The "voyager" - Oracle worm , etc...

Hence it is recommended - either to build a interface or import the CSV data as specified above.