![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I remember that we tested this years ago( DB on windows with ODBC ) , but don't know where to search for dcumentation today. Is it possible to create a link to a non oracle db *( sqlserver or other ) from our oracle 11 DB ? Is the access to the external tables transparent ? Thanks Andreas |
#3
| |||
| |||
|
|
Hello, I remember that we tested this years ago( DB on windows with ODBC ) , but don't know where to search for dcumentation today. Is it possible to create a link to a non oracle db ( sqlserver or other ) from our oracle 11 DB ? Is the access to the external tables transparent ? Thanks Andreas |
#4
| |||
| |||
|
|
On Tue, 22 Jun 2010 08:27:26 -0700, amoroder wrote: Hello, I remember that we tested this years ago( DB on windows with ODBC ) , but don't know where to search for dcumentation today. Is it possible to create a link to a non oracle db ( sqlserver or other ) from our oracle 11 DB ? Is the access to the external tables transparent ? Thanks Andreas It is possible. I tested it on Red Hat 5.2 (the current version is 5.5) with unixODBC and freeTDS, I was able to connect to SQL Server and select data. Mixed transactions are not supported. That, in particular, means that you can not push data from Oracle. You can do insert as select, you can even create a view, but no mixed transactions. |
#5
| |||
| |||
|
|
On Tue, 22 Jun 2010 08:27:26 -0700, amoroder wrote: Hello, I remember that we tested this years ago( DB on windows with ODBC ) , but don't know where to search for dcumentation today. Is it possible to create a link to a non oracle db *( sqlserver or other ) from our oracle 11 DB ? Is the access to the external tables transparent ? Thanks Andreas It is possible. I tested it on Red Hat 5.2 (the current version is 5.5) with unixODBC and freeTDS, I was able to connect to SQL Server and select data. Mixed transactions are not supported. That, in particular, means that you can not push data from Oracle. You can do insert as select, you can even create a view, but no mixed transactions. --http://mgogala.byethost5.com |
#6
| |||
| |||
|
|
What do you mean with "you can not push data from Oracle"? The following works fine in my test setup (executed from Oracle sqlplus): SQL> insert into test001@mssql01 values(1,'test'); SQL> commit; |
![]() |
| Thread Tools | |
| Display Modes | |
| |