测试环境:本机oracle和本机的MSSQL2008
Oracle:实例名orcl, 方案 test(oracle dbms为每个建立过数据对象的用户创建一个与用户名相同的方案),用户名test,密码test123
1、在MSSQL2008中新建连接服务器
MSSQL2008 访问 Oracle 中的数据
2、
MSSQL2008 访问 Oracle 中的数据
MSSQL2008 访问 Oracle 中的数据
MSSQL2008 访问 Oracle 中的数据
3、查询oracle数据的语法
select * from OpenQuery(连接服务器名称,'Oracle中的查询语句')
MSSQL2008 访问 Oracle 中的数据

相关文章:

  • 2021-10-17
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-26
  • 2021-11-17
  • 2021-10-15
  • 2021-08-30
  • 2022-02-07
  • 2021-10-14
相关资源
相似解决方案