sql server2012
Database
2
Posts
2
Posters
0
Views
1
Watching
-
can i access the oracle(scott user) entire table in sql server2012 ? already i tried with SSMA but i got a error i.e, oracle not connecting and shows the sometimes "no listener",objest is not found.? how can i fix it., any one plz help me.
-
can i access the oracle(scott user) entire table in sql server2012 ? already i tried with SSMA but i got a error i.e, oracle not connecting and shows the sometimes "no listener",objest is not found.? how can i fix it., any one plz help me.
Please, see this: Oracle Provider for OLE DB[^] to create a linked server to access an Oracle database instance. I hope it will be helpful.