oracle和sqlserver互訪(3)
3.SQLSERVER訪問ORACLE
環境:windowsxp + sqlserver2000 + Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production IP:192.168.1.221
環境:windowsxp + sqlserver2000 + Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production IP:192.168.1.221
[@more@]程式碼:
// A. 新增ODBC,OdbcName=DB,OracleSid=DB
// B. 執行sp_addlinkedserver 'LIORA', 'Oracle', 'MSDAORA', 'DB'GO
EXEC sp_addlinkedsrvlogin @rmtsrvname='LIORA',@useself='false',@locallogin='sa',@rmtuser='SYSTEM',@rmtpassword='MANAGER'
select top 10 topic,info from LIORA..SYSTEM.HELP
topic info -------------------------------------------------- --------------------------------------------------------------------------------
@ NULL@ @ ("at" sign)
@ -------------
@ NULL@ Runs the SQL*Plus statements in the specified command file. The command@ file can be called from the local file system or from a web server.
@ NULL@ @ {uri|file_name[.ext]} [arg...]
@ NULL@ where uri supports HTTP, FTP and gopher protocols in the form:
(影響 10 個資料列)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/18921899/viewspace-1017082/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle和sqlserver互訪(轉)OracleSQLServer
- oracle和sqlserver互訪(1)OracleSQLServer
- oracle和sqlserver互訪(2)OracleSQLServer
- Oracle透明閘道器訪問SQLServer資料庫OracleSQLServer資料庫
- SQLServer和Oracle常用函式對比SQLServerOracle函式
- Oracle,SqlServer,Access資料庫通用訪問類設計(轉)OracleSQLServer資料庫
- 外網訪問本地sqlserverSQLServer
- Oracle和sqlserver資料型別對應OracleSQLServer資料型別
- SQLServer和Oracle的常用函式對比SQLServerOracle函式
- sqlserver 行列互轉實現小結SQLServer
- 《轉》SqlServer和Oracle中一些常用的sql語句3-行列轉換SQLServerOracle
- Oracle VirtualBox 配置宿主機與虛擬機器互訪Oracle虛擬機
- sqlserver連線oracleSQLServerOracle
- SQLSERVER 連線 ORACLESQLServerOracle
- oracle DBLink sqlserverOracleSQLServer
- Python3 dict和str互轉Python
- ORACLE臨時表和SQLSERVER臨時表異同OracleSQLServer
- SQLServer解析xml到OracleSQLServerXMLOracle
- GoldenGate實現oracle和sqlserver雙向資料同步GoOracleSQLServer
- SQLServer開啟CDC功能(3)SQLServer
- 大資料視覺化安全保障之私密訪問:讓訪問和互動更安全大資料視覺化
- 10g透明閘道器訪問sqlserverSQLServer
- 透明閘道器 oracle 10g for sqlserver 和sybase的配置Oracle 10gSQLServer
- (原)將Oracle遷移到SQLServerOracleSQLServer
- WEKA連線MySQL,Oracle,SQLServerMySqlOracleServer
- SQLServer訪問Oracle(通過同義詞-檢視-資料字典)出現的問題SQLServerOracle
- shell oracle互動Oracle
- HTML5 和 CSS3的新互動特性HTMLCSSS3
- Holer實現外網訪問SQLServer資料庫SQLServer資料庫
- SQLServer控制使用者訪問許可權表SQLServer訪問許可權
- Windows XP 解決互訪問題(轉)Windows
- Swift 3必看:新的訪問控制fileprivate和openSwift
- Vue 3現實生活中的過渡和微互動Vue
- HTML5和CSS3中的互動新特性HTMLCSSS3
- oracle 互鎖的sqlOracleSQL
- Sqlserver表和索引壓縮SQLServer索引
- oracle連線SQLserver--通過ODBCOracleSQLServer
- Struts2和Oracle資料庫互動的小DemoOracle資料庫