亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 開發 > 綜合 > 正文

TOP 20 ISSUES FOR ALL GATEWAYS

2024-07-21 02:40:09
字體:
來源:轉載
供稿:網友

實際上只有13個!
Oracle TRANSPARENT GATEWAYS 
---------------------------  
TOP 20 ISSUES FOR ALL GATEWAYS 
------------------------------   
CONTENTS: 
=========  
1.  ORA-12203 when accessing TG4DB2/400
2.  ORA-12500 when accessing TG4DB2/400
3.  ORA-03114 when accessing TG4DB2/400
4.  PGA-29010 when using PG4APPC 
5.  RC=-9101  when running TG4DRDA g4drutl BIND Utility 
6.  ORA-01002 when using ANY Gateway 
7.  Configuration of TG4Sybase 
8.  ORA-12500 when using TG4Sybase 
9.  Configuration of TG4Informix 
10. ORA-12500 when using TG4Informix 
11. Configuration of TG4MSQL 
12. SQL0969 and ORA-12699 when using Access Manager for AS/400 
13. Using the SQL*Plus COPY command with Transparent Gateways   
PROBLEMS & SOLUTIONS:
=====================  
1. ORA-12203 when accessing TG4DB2/400      
Problem:  
ORA-12203 Unable to connect to destination           
Solution:       
The actual error message depends on the exact version of    
SQL*Net.   In approximately 100% of cases, the cause is a    
TCP/ip configuration error on the AS/400.  The    
configuration error will not stop telnet, FTP, ping, or    
any other TCP/IP applications from working, but it will    
stop the Gateway from working.            
You MUST have a fully qualified host name for the AS/400 in    

it's host names table.     
References: 
===========  
Installation and User's Guide (IUG); pages 5 through 15   
2. ORA-12500 when accessing TG4DB2/400     
Problem:  
TNS:listener failed to start a dedicated server  process     
Solution:     
This usually results from an authorization or device     
configuration problem.  It is also more likely to occur    
where a Gateway has been running sUCcessfully for a while    
and something in OS/400 has been changed.     
Stop and restart the Gateway subsystem.  Look for error     
messages in the QSYSOPR message queue and the STARTUP job     
log about devices called ORACLEL and ORACLES, where ORACLE    
is the Gateway subsystem name.  If there are no error     
messages, then try a select through the Gateway and look     
in the LISTENER job log for error messages.  
The error    
messages should identify what is wrong and indicate what    
is required to fix the problem.     
In some circumstances, there can be problems with the IBM    
CPI-C code in the QSYS2 library.  This stops the LISTENER    
from talking to the server jobs and can be recognized by    
the LISTENER and/or server jobs sticking in CPCW state.    
3. ORA-03114 when accessing TG4DB2/400     
Problem:  ORA-03114 not connected to Oracle, received when              

you try to connect to the gateway.      
Solution:        
You cannot connect directly to TG4DB2/400, nor any other    
Oracle Transparent Gateway.  Instead, you must define a     
database link, and access data in the remote database     
through the database link.     
For example, if you have an alias called as400 in your    
tnsnames.ora file then you cannot perform:        
sqlplus user/passWord@as400     
Instead, you should create database link as400 connect to    
user identified by password using 'as400' as follows:        
select * from library.file@as400;   
References: 
===========  
IUG pages 6 through 13   
4.  PGA-29010 when using PG4APPC      
Problem:  PGA-20910 communication error: CPI-C <func>                
failed, rc=<rc>, errno=<errno>       
Solution:      
There is a configuration or Operational problem at the     
Gateway or the remote host.  The <rc> and <errno>      
combinations are platform specific.   
References: 
===========  
The most common causes for each platform are listed in the  
platform specific Installation and Configuration Guides (ICG).   
5.  RC=-9101 when running TG4DRDA g4drutl BIND utility      
Problem:  GDBERR: Following error occurred during BIND               
processing.  RC=-9101:  TG4DRDA v3.1.0.1.0 grc=0,               

drc=-30081 (839C,0001), errp= GDJICRD               
errmc=Initialize_Conversation(CMINIT) 24 0               
or similar errors produced during BIND processing.      
Solution:      
These errors generally indicate a Gateway or network      
configuration problem, or a physical network problem.       
There are many possible causes of the RC=-9101 error, some     
things to check are:      
a)  That there are no leading or trailing spaces on any of         
the gateway configuration file entries.       
b)  That ORA_NLS is configured in the gateway .gtwboot         
file, and that the value is an eXPlicit full pathname.         
substitution variables are not allowed or interpreted.     
c)  That the package name is not longer than the package         
name limit imposed by the remote database.       
d)  That the decimal separator configured in the Gateway         
matches that used by the remote database.      
e)  That DRDA_DISABLE_CALL=TRUE if the remote database is         
an AS/400.  
References: 
===========  
BUG:452199,  BUG:474194, BUG:517156  
Some of the drc codes are documented in the gateway IUG.  
Some of the errmc codes are the same for the Procedural Gateway as for APPC.   
The PG4APPC ICG documents the more common codes for each platform.  

All of the errmc primary return codes can be found in the  IBM CPI-C Reference.  
The errmc secondary codes are platform specific and not documented.   
6.  ORA-01002 when using any Gateway        
Problem:  ORA-01002 Fetch out of sequence received when you               
try to execute code similar to:                   
DECLARE cursor for select from table@gateway                  
OPEN cursor                  
loop                     
FETCH cursor                     
do anything                     
COMMIT                  
endloop        
Solution:      
While this code will execute against an Oracle database,     
it will not work with any Oracle Transparent Gateway.  
The     Gateways implement the ANSI behavior for cursors which      
means the COMMIT closes the cursor.  To make the code work     
you must move the COMMIT outside the loop.    
7.  Configuration of TG4Sybase      
Problem:  How do you configure the Oracle Transparent Gateway               
for Sybase?        
Solution:        
The Installation and Configuration Guide explains this      

in detail.  It also includes useful troubleshooting     
information for the most common configuration errors such as:     
ORA-12203 and ORA-12500.   References:
===========  
NOTE:47666.1  Describes installation and configuration of               
version 4.0 on Sun Solaris.   8.  ORA-12500 with TG4Sybase      
Problem:  ORA-12500 TNS:listener failed to start a dedicated               
server process        
Solution:      
This can be caused by Gateway or SQL*Net configuration errors.    
References: 
===========  
IUG pages 10 through 6 and pages 10 through 9    
9.  Configuration of TG4Informix      
Problem:  
How do you configure the Oracle Transparent Gateway               
for Informix?        
Solution:      
The Installation and Configuration Guide explains this      
very well and includes useful troubleshooting information     
for the most common configuration errors, such as ORA-12203     
and ORA-12500.   
References: 
===========  
NOTE:47414.1  
Describes installation and configuration of               
version 4.0.  It also describes some of the common               
problems and the documentation required by the Support               
Center to diagnose problems.   10. ORA-12500 with TG4Informix      
Problem:  ORA-12500 TNS:listener failed to start a dedicated               

server process        
Solution:      
This can be caused by gateway or SQL*Net configuration errors.   
References:  
===========  
IUG pages 9 through 13  NOTE:47414.1  
Describes installation and configuration of               
version 4.0.  It also describes some of the common               
problems and the documentation required by the Support              
Center to diagnose problems.     
11. Configuration of TG4MSQL      
Problem:  How do you configure the Oracle Transparent Gateway               
for Microsoft SQL Server?        
Solution:      See NOTE:44021.1 for detailed instructions.    
12. SQL0969 and ORA-12699 using Access Manager for AS/400      
Problem:  First use of STRSQL in a single AS/400 signon               
session with Access Manager works fine.                                     
Second use of STRSQL appears to work fine but               
there are errors in the joblog.                    
Third use of STRSQL fails with SQL0969 Error              
occurred while passing request to ard program.        
Solution:     
This is a problem with commitment control in Access Manager    

versions 1.2 and 1.3.  The problem only occurs when using    
Access Manager with STRSQL, it does not happen with compiled    
applications.     
There is a fix available, known as version 1.3.0.3.0, and it    
is included in version 1.3.1   
References: 
===========  
BUG:515996   
13. Using the SQL*PLus COPY command with Transparent Gateways      
Problem:  To copy data from Oracle to a remote database              
through a Transparent Gateway you cannot insert               
into remote@gateway select * from local;                
If you try this you'll receive an ORA-02025 error.                
Instead, you have to use the SQL*Plus COPY command,               
but the syntax required by the Gateway is not the               
standard syntax for the COPY command.         
Solution:      The syntax to use is:         
COPY FROM username/password@alias -        
INSERT remote@dblink -        USING SELECT * FROM local            
Where               . alias is an entry in your TNSNAMES.ORA for the                
local Oracle database              
. remote is the table in the foreign database              

. dblink is a database link to the foreign database                
through the gateway              . local contains the data to be copied          
Note that the '-' (minus sign) is needed at the end of each line as      
a continuation character.

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
久久99精品视频一区97| 国产精品第二页| 精品国产91久久久久久| 亚洲国产欧美精品| 亚洲第一男人天堂| 欧美午夜电影在线| 久99久在线视频| 97高清免费视频| 日韩毛片中文字幕| 亚洲精品成人久久久| 日韩精品视频中文在线观看| 日韩精品在线视频美女| 韩国福利视频一区| 性视频1819p久久| 国产精国产精品| 91精品国产综合久久男男| 久久亚洲私人国产精品va| 色妞色视频一区二区三区四区| 欧美高清在线观看| 亚洲最大成人在线| 久久91亚洲人成电影网站| 国内精品400部情侣激情| 黄色成人av在线| 国产日韩欧美视频在线| 91在线视频九色| 精品电影在线观看| 91超碰中文字幕久久精品| 91久久久国产精品| 精品国偷自产在线视频99| 亚州国产精品久久久| 亚洲国产第一页| 国产精品丝袜久久久久久高清| 97精品在线视频| 91系列在线观看| 久久久免费av| 久久精品国产视频| 久久99热这里只有精品国产| 日韩电影中文字幕在线| 国产精品久久久av| 久久97精品久久久久久久不卡| 欧美高清电影在线看| 欧美中文字幕视频| 国产亚洲欧美日韩美女| 视频在线观看99| 国产a∨精品一区二区三区不卡| 怡红院精品视频| 亚洲午夜激情免费视频| 亚洲电影免费观看高清完整版| 亚洲精品一区久久久久久| 久久人人爽人人爽人人片av高请| 北条麻妃一区二区三区中文字幕| 国产精品露脸av在线| 国产精品mp4| 欧美国产日韩一区二区三区| 国产精品旅馆在线| 91av免费观看91av精品在线| 欧美成人精品影院| 精品一区二区三区四区在线| 色婷婷综合成人av| 欧美成人午夜影院| 欧洲亚洲妇女av| 久久999免费视频| 91九色国产社区在线观看| 日本久久91av| 成人动漫网站在线观看| 日韩av网站导航| 亚洲第一综合天堂另类专| 精品久久久国产精品999| 久久免费福利视频| 一区二区在线免费视频| 亚洲欧美日韩爽爽影院| 55夜色66夜色国产精品视频| 欧美中文在线视频| 亚洲精美色品网站| 欧美精品制服第一页| 日韩国产欧美精品一区二区三区| 日本人成精品视频在线| 国产欧美日韩精品丝袜高跟鞋| 午夜精品一区二区三区在线| 97超级碰在线看视频免费在线看| 成人国产精品久久久| 欧美日韩国产综合视频在线观看中文| 国产激情久久久久| 日韩av综合网| 亚洲综合精品伊人久久| 亚洲色图五月天| 中文字幕不卡在线视频极品| 亚洲欧洲偷拍精品| 97av视频在线| 亚洲精品久久久久久久久久久| 成人av电影天堂| 久久久成人的性感天堂| 粉嫩老牛aⅴ一区二区三区| 福利视频第一区| 欧美区二区三区| 亚洲精品福利在线| 欧美夫妻性生活xx| 国产精品手机播放| 欧美一级视频免费在线观看| 在线日韩欧美视频| 国产丝袜一区二区三区免费视频| 国产亚洲精品美女久久久| 最新国产精品拍自在线播放| 国产精品扒开腿做爽爽爽男男| 狠狠色噜噜狠狠狠狠97| 亚洲伊人成综合成人网| 亚洲乱码av中文一区二区| 青青在线视频一区二区三区| 欧美亚洲国产精品| 亚洲国产一区二区三区四区| 亚洲人成绝费网站色www| 久久精品视频播放| 亚洲第一精品夜夜躁人人躁| 日韩va亚洲va欧洲va国产| 午夜精品一区二区三区视频免费看| 国产精品福利在线观看网址| 91国产美女在线观看| 久久精品国产一区二区电影| 国产精品久久久久久影视| 久久天天躁狠狠躁老女人| 国产美女被下药99| 成人黄色片在线| 91久久国产综合久久91精品网站| 国产成人精品av| 精品美女久久久久久免费| 欧美日韩免费区域视频在线观看| 欧美尺度大的性做爰视频| 91av在线看| 久久视频在线看| 国产综合久久久久| 亚洲第一福利在线观看| 精品国产31久久久久久| 欧美午夜www高清视频| 国内精品免费午夜毛片| 亚洲国产成人精品一区二区| 亚洲精品影视在线观看| 懂色av中文一区二区三区天美| 国产精品久久久久久久久久久不卡| 国内精品久久久久久久久| 欧美高跟鞋交xxxxxhd| 色婷婷亚洲mv天堂mv在影片| 欧美日韩亚洲成人| 国产精品视频99| 久久伊人精品天天| 精品高清一区二区三区| 26uuu另类亚洲欧美日本老年| 亚洲精品国产成人| 91精品国产91久久久久久吃药| 成人av色在线观看| 国产精品大陆在线观看| 日韩精品在线观看一区二区| www.亚洲成人| 日韩高清av一区二区三区| 国产日本欧美一区二区三区在线| 亚洲国产天堂网精品网站| 日韩欧美国产骚| 国产精品99免视看9| 国产91露脸中文字幕在线| 久久久久亚洲精品成人网小说| 日本精品一区二区三区在线| 国产精品高潮呻吟久久av无限| 亚洲一区二区三区乱码aⅴ蜜桃女| 欧美专区福利在线| 色久欧美在线视频观看|