oracle 如何在mysql中找到SID连接到Oracle
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6872159/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to find the SID in mysql to connect to Oracle
提问by user723335
How can i find find the SID (Unique db connection file) of a mysql database for a connection to an oracle.
如何找到用于连接到 oracle 的 mysql 数据库的 SID(唯一数据库连接文件)。
回答by Olaf
Here's an example of creating an Oracle dbdlink to a MySQL database: http://www.dba-oracle.com/t_how_create_database_link.htm.
下面是创建到 MySQL 数据库的 Oracle dbdlink 的示例:http://www.dba-oracle.com/t_how_create_database_link.htm 。