Oracle Transparent GateWay connect to MYSQL fix BUG
今天一個朋友用Oracle透明閘道器連線mysql時碰到這樣的錯誤,之前他的環境是:
網站:PHP+MYSQL5.0 HA LinuxAS3 32bit
訂單系統:LinuxAS3 32bit Oracle10g
透明閘道器連線完全沒有問題,但是OS升級到Red Hat Enterprise Linux AS5後,原來的透明閘道器不可以。 主要原因是需要升級mysql-connector-odbc-3.51.27-0
[oracle@localhost ~]$ rpm -qa|grep ODBC
unixODBC-2.2.11-7.1
unixODBC-2.2.11-7.1
[oracle@localhost ~]$ rpm -qa|grep mysql
mysql-connector-odbc-3.51.27-0
mysql-connector-odbc-3.51.27-0
[oracle@localhost ~]$
朋友升級以後,報了個新問題:
SQL> select * from ysj@yaofang;
select * from ysj@yaofang
*
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535
ORA-02063: preceding 2 lines from YAOFANG
查了一下原因,是Oracle 10.2.0.1的一個bug
Oracle came up with a solution, from a related bug (metalink bug 5550614) - it is to do with bigints afflicting the results of selects. Support recommended applying patch 4547817 (to get to oracle 10.2.0.2) and 5550614 (to fix the problem). Apparently the fix has made it into the 10.2.0.4 patchset so will be fixed when that is released. I've applied the patches 4547817/5550614 and can confirm that it's fixed.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/175005/viewspace-626759/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Transparent Gateway for SQL Server安裝配置說明OracleGatewaySQLServer
- 使用oracle Transparent gateway 連線 sybase 資料庫OracleGateway資料庫
- oracle transparent gateway 10g配置注意事項OracleGateway
- transparent gateway 透明閘道器配置Gateway
- how to fix bug in daily workAI
- Oracle 9201下connect by的bugOracle
- mysql 5.7 Transparent PageIO CompressionMySql
- 【獨家】K8S漏洞報告 | 近期bug fix解讀&1.9.11主要bug fix彙總K8S
- 【獨家】K8S漏洞報告|近期bug fix解讀&1.11主要bug fix彙總K8S
- git新建分支的時候,使用fix/bug_123好還是fix_bug_123?Git
- Oracle Transparent Data Encryption 透明加密(一)Oracle加密
- Oracle Transparent Data Encryption 透明加密(二)Oracle加密
- Oracle Linux 7禁用Transparent HugePagesOracleLinux
- Oracle connect byOracle
- 解Bug之路-Nginx 502 Bad GatewayNginxGateway
- 【獨家】K8S漏洞報告 | 近期bug fix解讀K8S
- MySQL-undefinedfunctionmysql_connect()MySqlUndefinedFunction
- mysql connect speed is slowMySql
- Laravel connect oracleLaravelOracle
- Oracle “CONNECT BY” 使用Oracle
- oracle connect by用法Oracle
- Oracle Start with ....Connect ByOracle
- grant debug connect session to db_test;Session
- 線上debug&gateway自定義路由規則Gateway路由
- Transparent Data Encryption (TDE) in Oracle 10g Database Release 2Oracle 10gDatabase
- START WITH and CONNECT BY in Oracle SQLOracleSQL
- Host 'localhost' is not allowed to connect to this MySQL serverlocalhostMySqlServer
- MySQL 鎖bug?MySql
- mysql bug 55981MySql
- mysql 安全bugMySql
- ORA-0131:debugging requires the debug connect session system privilegeUISession
- oracle中start with connect by priorOracle
- oracle的connect by語句Oracle
- 【函式】Oracle “CONNECT BY” 使用函式Oracle
- Oracle Connect By Prior 詳解Oracle
- oracle bugOracle
- 透明代理Transparent Proxy
- DEBUG : Eclipse Debug 時出現 Cannot connect to VM select failed錯誤EclipseAI