Heterogenous connection with dg4odbc Oracle 11g: insert did not work !

Hi,
we just migrated to a 64bits version of our oracle 10.2.0.4 database.
We had a heterogenus connection who was woking "A1" at that time (in 32 bits). Now, we had some problems with the Odbc 64bits and we found on this site that we can use dg4odbc (Oracle 11g).
We tried it and it works well except for a case ... We have to refresh some Oracle tables using a Ingres database. We have a first script SQL that truncate a table and insert data from a table (using heterogenous connection) terminated by a commit. The second one do exactly the same thing but we use a PL/SQL anonymous block.
Does anybody know why the first script work and the second not ...
Here is the "log" of the execution of the first script:
D:\Logiciels\oracle\ora10g\rdbms\BIN>D:\Logiciels\Oracle\Ora10g\rdbms\bin\sqlplu
s.exe agrt997/oedec12a1 @D:\batch\script_gen\test1.sql
SQL*Plus: Release 10.2.0.4.0 - Production on Jeu. Juil. 9 14:23:59 2009
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
SQL> set feed on
SQL>
SQL> TRUNCATE TABLE AGRBAKA1.ADMIN_LOCALE;
Table truncated.
SQL>
SQL> INSERT INTO AGRBAKA1.ADMIN_LOCALE
2 SELECT * FROM ADMIN_LOCALE@test_ron;
*49 rows created.*
SQL>
SQL> commit;
Commit complete.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64
bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
D:\Logiciels\oracle\ora10g\rdbms\BIN>
Now, the execution of the second one (who not worked !!):
D:\Logiciels\oracle\ora10g\rdbms\BIN>D:\Logiciels\Oracle\Ora10g\rdbms\bin\sqlplu
s.exe agrt997/oedec12a1 @D:\batch\script_gen\test2.sql
SQL*Plus: Release 10.2.0.4.0 - Production on Jeu. Juil. 9 14:24:32 2009
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
SQL> set feed on
SQL>
SQL> TRUNCATE TABLE AGRBAKA1.ADMIN_LOCALE;
Table truncated.
SQL>
SQL> DECLARE
2 cpt NUMBER;
3 BEGIN
4 INSERT INTO AGRBAKA1.ADMIN_LOCALE
5 SELECT * FROM ADMIN_LOCALE@test_ron;
6
7 commit;
8 EXCEPTION
9 WHEN OTHERS THEN
10 ROLLBACK;
11 END;
12 /
DECLARE
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
*[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error*
ORA-02063: preceding 2 lines from TEST_RON
ORA-06512: at line 10
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
*[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error*
ORA-02063: preceding 2 lines from TEST_RON
SQL>
SQL> EXIT
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64
bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
D:\Logiciels\oracle\ora10g\rdbms\BIN>
It's strange ...
Thank's
Yves

Hi,
We set the HS_FDS_TRACE_LEVEL=255, stopped/started the listener, started the trace in the ODBC.
Here is the trace of the dg4odbc:
Oracle Corporation --- LUNDI JUIL. 13 2009 10:42:42.849
Heterogeneous Agent Release
11.1.0.6.0
Oracle Corporation --- LUNDI JUIL. 13 2009 10:42:42.849
Version 11.1.0.6.0
Entered hgogprd
HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
Entered hgosdip
setting HS_OPEN_CURSORS to default of 50
setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
setting HS_FDS_RECOVERY_PWD to default value
setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
setting HS_NLS_NCHAR to default of "AL16UTF16"
setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
setting HS_RPC_FETCH_REBLOCKING to default of "ON"
setting HS_FDS_FETCH_ROWS to default of "100"
setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
setting HS_FDS_MAP_NCHAR to default of "TRUE"
setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
setting HS_FDS_QUERY_DRIVER to default of "TRUE"
HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
Exiting hgosdip, rc=0
ORACLE_SID is "IngresSvrA1"
Product-Info:
Port Rls/Upd:6/0 PrdStat:0
Agent:Oracle Database Gateway for ODBC
Facility:hsa
Class:ODBC, ClassVsn:11.1.0.6.0_0006, Instance:IngresSvrA1
Exiting hgogprd, rc=0
hostmstr: 2960482304:      HOA After hoagprd
hostmstr: 2960482304:      HOA Before hoainit
Entered hgoinit
HOCXU_COMP_CSET=1
HOCXU_DRV_CSET=178
HOCXU_DRV_NCHAR=2000
HOCXU_DB_CSET=178
HOCXU_SEM_VER=102000
Entered hgolofn at 2009/07/13-10:42:42
Exiting hgolofn, rc=0 at 2009/07/13-10:42:42
HOSGIP for "HS_OPEN_CURSORS" returned "50"
HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
Exiting hgoinit, rc=0 at 2009/07/13-10:42:42
hostmstr: 2960482304:      HOA After hoainit
hostmstr: 2960482304:      HOA Before hoalgon
Entered hgolgon at 2009/07/13-10:42:42
reco:0, name:AGRT997, tflag:0
Entered hgosuec at 2009/07/13-10:42:42
Exiting hgosuec, rc=0 at 2009/07/13-10:42:42
HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
using AGRT997 as default value for "HS_FDS_DEFAULT_OWNER"
HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
Entered hgocont at 2009/07/13-10:42:43
HS_FDS_CONNECT_INFO = "IngresSvrA1"
RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
Entered hgogenconstr at 2009/07/13-10:42:43
dsn:IngresSvrA1, name:AGRT997
optn:
##>Connect Parameters (len=40)<##
## DSN=IngresSvrA1;
#! UID=AGRT997;
#! PWD=*
Exiting hgogenconstr, rc=0 at 2009/07/13-10:42:43
DriverName:CAIIOD35.DLL, DriverVer:03.50.910.0089
DBMS Name:INGRES, DBMS Version:09.10.0000
Exiting hgocont, rc=0 at 2009/07/13-10:42:43
SQLGetInfo returns for SQL_CATALOG_NAME
Exiting hgolgon, rc=0 at 2009/07/13-10:42:43
hostmstr: 2954018816:      HOA After hoalgon
hostmstr: 2954018816: RPC Before Upload Caps
hostmstr: 2954018816:      HOA Before hoaulcp
Entered hgoulcp at 2009/07/13-10:42:43
Entered hgowlst at 2009/07/13-10:42:43
Exiting hgowlst, rc=0 at 2009/07/13-10:42:43
SQLGetInfo returns " for SQL_IDENTIFIER_QUOTE_CHAR
SQLGetInfo returns Y for SQL_COLUMN_ALIAS
Exiting hgoulcp, rc=0 at 2009/07/13-10:42:43
hostmstr: 2954018816:      HOA After hoaulcp
hostmstr: 2954018816: RPC After Upload Caps
hostmstr: 2954018816: RPC Before Upload DDTR
hostmstr: 2954018816:      HOA Before hoauldt
Entered hgouldt at 2009/07/13-10:42:43
Exiting hgouldt, rc=0 at 2009/07/13-10:42:43
hostmstr: 2954018816:      HOA After hoauldt
hostmstr: 2954018816: RPC After Upload DDTR
hostmstr: 2954018816: RPC Before Begin Trans
hostmstr: 2954018816:      HOA Before hoabegn
Entered hgobegn at 2009/07/13-10:42:43
tflag:0 , initial:1
hoi:0x12f074, ttid (len 28) is ...
00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
10: 2E31312E 36323031 34373639 [.11.10269674]
tbid (len 10) is ...
0: 000B0018 009CB3EA 0104 [..........]
Exiting hgobegn, rc=0 at 2009/07/13-10:42:43
hostmstr: 2954018816:      HOA After hoabegn
hostmstr: 2954018816: RPC After Begin Trans
hostmstr: 2954018816: RPC Before Describe Procedure
hostmstr: 2954018816:      HOA Before hoapdsc
Entered hgopdsc at 2009/07/13-10:42:43
Describing procedure AGRT997.admin_locale
Output hoada
hgopdsc, line 1222: NO hoada to print
Exiting hgopdsc, rc=942 at 2009/07/13-10:42:43
hostmstr: 2954018816:      HOA After hoapdsc
hostmstr: 2954018816: RPC After Describe Procedure
hostmstr: 2954018816: RPC Before Describe Table
hostmstr: 2954018816:      HOA Before hoadtab
Entered hgodtab at 2009/07/13-10:42:43
count:1
table: AGRT997.admin_locale
Entered hgopcda at 2009/07/13-10:42:44
Column:1(dir_no_direc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:2(adr_no_adm_reg): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:3(adl_no_adm_loc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:4(adl_desc_adm_loc): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:5(adl_adr1_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:6(adl_adr2_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:7(adl_adr3_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:8(adl_cd_post_adm_lc): dtype:1 (CHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:9(adl_no_tel_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:10(adl_no_fax_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:11(uti_id): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:12(bak_dt_dern_modif_rec): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:7, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:13(uti_id_uvb): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:10
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
The hoada for table AGRT997.admin_locale follows...
hgodtab, line 577: Printing hoada @ 0224711C
MAX:13, ACTUAL:13, BRC:1, WHT=6
DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
-6 TINYINT N 1 1 0/ 0 0 0 20 dir_no_direc
-6 TINYINT N 1 1 0/ 0 0 0 20 adr_no_adm_reg
-6 TINYINT N 1 1 0/ 0 0 0 20 adl_no_adm_loc
1 CHAR N 30 30 0/ 0 0 0 0 adl_desc_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr1_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr2_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr3_adm_loc
1 CHAR N 6 6 0/ 0 0 0 0 adl_cd_post_adm_lc
1 CHAR N 10 10 0/ 0 0 0 0 adl_no_tel_adm_loc
1 CHAR N 10 10 0/ 0 0 0 0 adl_no_fax_adm_loc
1 CHAR N 7 7 0/ 0 0 0 0 uti_id
91 DATE Y 16 16 0/ 0 0 0 0 bak_dt_dern_modif_rec
1 CHAR N 7 7 0/ 0 0 0 0 uti_id_uvb
Exiting hgodtab, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoadtab
hostmstr: 2954018816:      HOA Before hoadafr
Entered hgodafr, cursor id 0 at 2009/07/13-10:42:44
Exiting hgodafr, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoadafr
hostmstr: 2954018816: RPC After Describe Table
hostmstr: 2954018816: RPC Before SQL Bundling
hostmstr: 2954018816:      HOA Before hoxpars
Entered hgopars, cursor id 1 at 2009/07/13-10:42:44
type:0
SQL text from hgopars, id=1, len=312 ...
000: 454C4553 41205443 64222E31 6E5F7269 [SELECT A1."dir_n]
010: 69645F6F 22636572 2E31412C 72646122 [o_direc",A1."adr]
020: 5F6F6E5F 5F6D6461 22676572 2E31412C [_no_adm_reg",A1.]
030: 6C646122 5F6F6E5F 5F6D6461 22636F6C ["adl_no_adm_loc"]
040: 2E31412C 6C646122 7365645F 64615F63 [,A1."adl_desc_ad]
050: 6F6C5F6D 412C2263 61222E31 615F6C64 [m_loc",A1."adl_a]
060: 5F317264 5F6D6461 22636F6C 2E31412C [dr1_adm_loc",A1.]
070: 6C646122 7264615F 64615F32 6F6C5F6D ["adl_adr2_adm_lo]
080: 412C2263 61222E31 615F6C64 5F337264 [c",A1."adl_adr3_]
090: 5F6D6461 22636F6C 2E31412C 6C646122 [adm_loc",A1."adl]
0A0: 5F64635F 74736F70 6D64615F 22636C5F [_cd_post_adm_lc"]
0B0: 2E31412C 6C646122 5F6F6E5F 5F6C6574 [,A1."adl_no_tel_]
0C0: 5F6D6461 22636F6C 2E31412C 6C646122 [adm_loc",A1."adl]
0D0: 5F6F6E5F 5F786166 5F6D6461 22636F6C [_no_fax_adm_loc"]
0E0: 2E31412C 69747522 2264695F 2E31412C [,A1."uti_id",A1.]
0F0: 6B616222 5F74645F 6E726564 646F6D5F ["bak_dt_dern_mod]
100: 725F6669 2C226365 222E3141 5F697475 [if_rec",A1."uti_]
110: 755F6469 20226276 4D4F5246 47412220 [id_uvb" FROM "AG]
120: 39395452 222E2237 696D6461 6F6C5F6E [RT997"."admin_lo]
130: 656C6163 31412022 [cale" A1]
Exiting hgopars, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoxpars
hostmstr: 2954018816:      HOA Before hoxopen
Entered hgoopen, cursor id 1 at 2009/07/13-10:42:44
hgoopen, line 83: NO hoada to print
Exiting hgoopen, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoxopen
hostmstr: 2954018816:      HOA Before hoxdscr
Entered hgodscr, cursor id 1 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:1(dir_no_direc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:2(adr_no_adm_reg): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:3(adl_no_adm_loc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:4(adl_desc_adm_loc): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:5(adl_adr1_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:6(adl_adr2_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:7(adl_adr3_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:8(adl_cd_post_adm_lc): dtype:1 (CHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:9(adl_no_tel_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:10(adl_no_fax_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:11(uti_id): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:12(bak_dt_dern_modif_rec): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:7, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
Entered hgopcda at 2009/07/13-10:42:44
Column:13(uti_id_uvb): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:0
Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
hgodscr, line 521: Printing hoada @ 022470D0
MAX:13, ACTUAL:13, BRC:100, WHT=5
DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
-6 TINYINT N 1 1 0/ 0 0 0 20 dir_no_direc
-6 TINYINT N 1 1 0/ 0 0 0 20 adr_no_adm_reg
-6 TINYINT N 1 1 0/ 0 0 0 20 adl_no_adm_loc
1 CHAR N 30 30 0/ 0 0 0 0 adl_desc_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr1_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr2_adm_loc
1 CHAR N 35 35 0/ 0 0 0 0 adl_adr3_adm_loc
1 CHAR N 6 6 0/ 0 0 0 0 adl_cd_post_adm_lc
1 CHAR N 10 10 0/ 0 0 0 0 adl_no_tel_adm_loc
1 CHAR N 10 10 0/ 0 0 0 0 adl_no_fax_adm_loc
1 CHAR N 7 7 0/ 0 0 0 0 uti_id
91 DATE Y 16 16 0/ 0 0 0 0 bak_dt_dern_modif_rec
1 CHAR N 7 7 0/ 0 0 0 0 uti_id_uvb
Exiting hgodscr, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoxdscr
hostmstr: 2954018816: RPC After SQL Bundling
hostmstr: 2954018816: RPC Before Describe Table
hostmstr: 2954018816:      HOA Before hoadtab
Entered hgodtab at 2009/07/13-10:42:44
count:1
table: admin_locale
The hoada for table admin_locale follows...
hgodtab, line 577: NO hoada to print
Exiting hgodtab, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoadtab
hostmstr: 2954018816: RPC After Describe Table
hostmstr: 2954018816: RPC Before SQL Bundling
hostmstr: 2954018816:      HOA Before hoxclse
Entered hgoclse, cursor id 1 at 2009/07/13-10:42:44
Exiting hgoclse, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoxclse
hostmstr: 2954018816:      HOA Before hoadafr
Entered hgodafr, cursor id 1 at 2009/07/13-10:42:44
Exiting hgodafr, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoadafr
hostmstr: 2954018816:      HOA Before hoxpars
Entered hgopars, cursor id 1 at 2009/07/13-10:42:44
type:0
SQL text from hgopars, id=1, len=28 ...
00: 454C4553 2A205443 4F524620 6122204D [SELECT * FROM "a]
10: 6E696D64 636F6C5F 22656C61 [dmin_locale"]
Entered hgopoer at 2009/07/13-10:42:44
hgopoer, line 159: got native error 7 and sqlstate HY000; message follows...
[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error
Exiting hgopoer, rc=0 at 2009/07/13-10:42:44
hgopars, line 278: calling SQLPrepare got sqlstate HY000
Exiting hgopars, rc=28500 at 2009/07/13-10:42:44 with error ptr FILE:hgopars.c LINE:308 ID:Prepare stmt
hostmstr: 2954018816:      HOA After hoxpars
hostmstr: 2954018816: RPC After SQL Bundling
hostmstr: 2954018816: RPC Before Rollback Trans
hostmstr: 2954018816:      HOA Before hoaroll
Entered hgoroll at 2009/07/13-10:42:44
tflag:1 , cmt(0):
hoi:0x12f074, ttid (len 28) is ...
00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
10: 2E31312E 36323031 34373639 [.11.10269674]
tbid (len 10) is ...
0: 000B0018 009CB3EA 0104 [..........]
Entered hgocpctx at 2009/07/13-10:42:44
Exiting hgocpctx, rc=0 at 2009/07/13-10:42:44
Entered hgopoer at 2009/07/13-10:42:44
hgopoer, line 159: got native error 7 and sqlstate HY000; message follows...
[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error
Exiting hgopoer, rc=0 at 2009/07/13-10:42:44
hgoroll, line 124: calling SQLEndTran got sqlstate HY000
Exiting hgoroll, rc=28500 at 2009/07/13-10:42:44 with error ptr FILE:hgoroll.c LINE:124 ID:End transaction
hostmstr: 2954018816:      HOA After hoaroll
hostmstr: 2954018816: RPC After Rollback Trans
hostmstr: 2954018816: RPC Before Rollback Trans
hostmstr: 2954018816:      HOA Before hoaroll
Entered hgoroll at 2009/07/13-10:42:44
tflag:1 , cmt(0):
hoi:0x12f074, ttid (len 28) is ...
00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
10: 2E31312E 36323031 34373639 [.11.10269674]
tbid (len 10) is ...
0: 000B0018 009CB3EA 0104 [..........]
Entered hgocpctx at 2009/07/13-10:42:44
Exiting hgocpctx, rc=0 at 2009/07/13-10:42:44
Exiting hgoroll, rc=0 at 2009/07/13-10:42:44
hostmstr: 2954018816:      HOA After hoaroll
hostmstr: 2954018816: RPC After Rollback Trans
hostmstr: 2954018816: RPC Before Logoff
hostmstr: 2954018816:      HOA Before hoalgof
Entered hgolgof at 2009/07/13-10:42:46
tflag:1
Exiting hgolgof, rc=0 at 2009/07/13-10:42:46
hostmstr: 2956316672:      HOA After hoalgof
hostmstr: 2956316672: RPC After Logoff
hostmstr: 2956316672: RPC Before Exit Agent
hostmstr: 2956316672:      HOA Before hoaexit
Entered hgoexit at 2009/07/13-10:42:46
Exiting hgoexit, rc=0 at 2009/07/13-10:42:46
hostmstr: 2960150528:      HOA After hoaexit
hostmstr: 2960150528: RPC After Exit Agent
If you want the "trace log" of the ODBC, I could send it to you in a further reply.
Thank's

Similar Messages

  • I just fix my macbook air because it was kernel panic. They changed the hard drive. I could not back up with Time Machine, because it did not work and I had over Adobe creative suite 5 design premium student. But I finished my studies last year and I'd li

    I just fix my macbook air because it was kernel panic. They changed the hard drive. I could not back up with Time Machine, because it did not work and I had over Adobe creative suite 5 design premium student. But I finished my studies last year and I'd like to know how to get the serial number for me to reinstall Adobe creative suite 5 design premium when I am no longer study because I would still like the used? It is not fair if I do anymore because I really need.

    You can download Creative Suite 5 here:
    Other downloads
    To deal with the issue of the serial number and using it again, you'll have to use Web Chat. Here's a link:
    Adobe ID, sign in, and account help
    See the bottom of the page for a link

  • Vine.co can not watch videos on other browsers do not have the problem with firefox firefox there just did not work, delete cookies, history

    vine.co can not watch videos on other browsers do not have the problem with firefox firefox there just did not work, delete cookies, history

    I think this problem may be caused by Yahoo's changes making it incompatible with the klatest version of FireFox.
    This is suddenly affecting many many people who use Firefox and are members of Yahoo Groups. All these people say they themselves changed nothing and have not been locked out before when using Firefox. But suddenly, within the last week, they are.
    What did Mozilla do or what did Yahoo do to cause this problem? I can say that I was not blocking cookies and after trying a number of things to fix it, I went to Yahoo's home page and navigated to my group from here.
    This problem is not anything a user did. Either Firefox is at fault or Yahoo is. I want to know which company is at fault and when they are going to fix it.

  • Problem in SQL with CURSOR( ) ,Why the CURSOR did not work?

    hi All:
    I have a problem in SQL with CURSOR.
    The data is as the attachments.
    Here is the SQL statement as follow:
    SELECT A.WADCTO,A.WADOCO,B.IGCOST,CURSOR (SELECT X.IGLITM
    FROM F3102 X
    WHERE X.IGDOCO=A.WADOCO
    AND X.IGCOST IN ('B1','D1','C3')) AS DETAIL
    FROM F4801 A INNER JOIN F3102 B ON A.WADOCO=B.IGDOCO AND A.WADCTO=B.IGDCTO AND B.IGCOST>' '
    WHERE A.WADOCO='10004'
    The statement above returns records as follow:
    WADC WADOCO IGCOST DETAIL
    WO 10004 A1 CURSOR STATEMENT : 4
    CURSOR STATEMENT : 4
    IGLITM
    1KV90CPG2
    1KV90CPG2
    1KV90CPG2
    But, after I add one statement in the subquery, there is no record returned from CURSOR.
    Here is the SQL statement:
    SELECT A.WADCTO,A.WADOCO,B.IGCOST,CURSOR (SELECT X.IGLITM
    FROM F3102 X
    WHERE X.IGDOCO=A.WADOCO
    AND X.IGCOST=B.IGCOST
    AND X.IGCOST IN ('B1','D1','C3')) AS DETAIL
    FROM F4801 A INNER JOIN F3102 B ON A.WADOCO=B.IGDOCO AND A.WADCTO=B.IGDCTO AND B.IGCOST>' '
    WHERE A.WADOCO='10004'
    The statement above returns records as follow:
    WADC WADOCO IGCOST DETAIL
    WO 10004 A1 CURSOR STATEMENT : 4
    CURSOR STATEMENT : 4
    no rows selected
    Why the CURSOR did not work?
    The database version is Oracle Database 10g Release 10.2.0.4.0 - 64bit Production.
    F3102 DATA:
    IGDOCO     IGDCTO     IGLITM     IGCOST
    10004     WO     1KV90CPG2      A1
    10004     WO     1KV90CPG2      B1
    10004     WO     1KV90CPG2      C3
    10004     WO     1KV90CPG2      D1
    F4801 DATA:
    WADCTO     WADOCO
    WO     10004
    Edited by: user2319139 on 2010/3/2 上午 1:17
    Edited by: user2319139 on 2010/3/2 上午 1:20

    Why this structure and not a join?
    The cursor() function returns a cursor handle that needs to be processed - in other words, the client needs to fetch data from it. The Oracle® Database SQL Reference+ (http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/expressions005.htm#i1035107) describes it as being equivalent to a ref cursor handle.
    Thus why are you creating ref cursor handles as a column in a SQL projection - where each row will have a "+nested+" ref cursor handle to process. What problem are you attempting to hack solve this way?

  • USB Stick Win XP with View Connector 1.1 did not work why SRS4?

    I can see the network drive USBDRV in my Win XP explorer, but it did not work!
    The inserted USB Stick (tried 3) LEDs are flashing but not accessible in my VMware View XP VM.
    This is what I have configured in the KIOS session of my SRS 4 Server (as VM on ESX 3.5 on Solaris 10u7)
    -s viewmanager-server -https -- -m -b -l de_DE -r disk:USBDRVS=$HOME/USBDRVS
    Any ideas whats going wrong?

    I think that daemon is not a feature supported by Sun Microsystems.
    I try it, and works, but once installed, i can't uninstall or disable that daemon, a stay on system installed forever....

  • Oracle 11g Express Edition not working

    Hi, I have installed Oracle 11g Express Edition correctly but when I try to log in :
    http://127.0.0.1:8080/htmldb
    I use SYSTEM and my password and it logs in but says: The requested URL /htmldb was not found on this server
    If I try to acced to :
    http://127.0.0.1:8080/apex
    the problem is that I cannot login either with SYS, SYSTEM, sys or system.
    Edit: I have windows 8.1

    Try ...:8080/apex/f?p=4950 for the URL with the system credential, that is the apex admin URL, and SYSTEM credential should work for that one.
    Most any other Apex URLs require an Apex login, which is not SYS, nor SYSTEM, those are database users, they aren't apex users.
    And if you get a "page not found" or similar error, check output of:
    lsnrctl status
    For Apex to work, both the database and the listener must be running, and there also must be a "...presentation=HTTP... port=8080" line showing up in the ...status output, in Endpoints... section.
    If that endpoint isn't there, apex won't work, something may not be quite correct with the network settings in listener.ora done by the installer.

  • Projector is not able to connect with Satellite U300-151 Fn+F5 not working

    Dear all ,
    last sunday I tried to connect my laptop with Panasonic projector and pressed Fn + F5 keys , but of no use it was not showing anything on the projector ....
    Please tell me step by step precedure for solving this problem.
    Thanks and regards in advance
    alex

    Hi alexphill ,
    Here are the things you can try to resolve this problem.
    One of the reason why the FN+ F5 is not working is *the projectors resolution doesnt match the resolution of the system*. Maybe the resolution of the system is much higher than what the projector can take,
    Try lowering it down or play with the display settings.
    To change display settings ( For Vista )
    1. Open Display Settings by clicking the Start button , clicking Control Panel, clicking Appearance and Personalization, clicking Personalization, and then clicking Display Settings.
    Hopefully this should work :)

  • Oracle 11g merge statement not working properly

    HI I have recently my oracle version to 11.2.0.3 -64 bit . My merge statement is geeting failied saying that invlid identfier at line number 18    
    MERGE INTO peer_index indx        USING staging.stg_peer_filing stg          ON (indx.peer_element_code = stg.fund_code                and indx.index_effective_date = trunc(stg.pricing_date))        WHEN MATCHED THEN UPDATE          SET indx.filing_date = trunc(stg.filing_date),            indx.reported_net_assets = stg.net_assets,            indx.active_flag = 'N',            indx.parent_index_code = NULL,            indx.update_datetime = systimestamp,            indx.last_update_user_id = user        WHEN NOT MATCHED THEN INSERT         (index_code, peer_element_code, filing_date, index_effective_date,          reported_net_assets, active_flag          )        VALUES         ((SELECT pe.index_code_prefix || to_char(stg.pricing_date,'MMRR')           FROM fi_benchmark.peer_element pe           WHERE pe.peer_element_code = stg.fund_code),          stg.fund_code, trunc(stg.filing_date), trunc(stg.pricing_date),          stg.net_assets, 'N'         );
    please help why this is happening .Same query works fine in 10g .

    which line is the line that has the error?
    merge INTO peer_index indx
    USING staging.stg_peer_filing stg
    ON (indx.peer_element_code = stg.fund_code AND indx.index_effective_date = Trunc
    (stg.pricing_date))
    WHEN matched THEN
      UPDATE SET indx.filing_date = Trunc(stg.filing_date),
                 indx.reported_net_assets = stg.net_assets,
                 indx.active_flag = 'N',
                 indx.parent_index_code = NULL,
                 indx.update_datetime = systimestamp,
                 indx.last_update_user_id = USER
    WHEN NOT matched THEN
      INSERT (index_code,
              peer_element_code,
              filing_date,
              index_effective_date,
              reported_net_assets,
              active_flag )
      VALUES ((SELECT pe.index_code_prefix
                      || To_char(stg.pricing_date, 'MMRR')
               FROM   fi_benchmark.peer_element pe
               WHERE  pe.peer_element_code = stg.fund_code),
              stg.fund_code,
              Trunc(stg.filing_date),
              Trunc(stg.pricing_date),
              stg.net_assets,
              'N' );

  • Tried to Move a Folder with Subfolders & Messages but it did not work fully

    As far as I know, Drag n Drop should work - but not into or out of any IMAP account. Only between Local folders and folders in POP accounts.
    I moved a subfolder (Clients) under Inbox in a POP account to Local Folders. All the subfolders (a folder for each client) moved, or I should say, copied, as all the folders remained under the original POP account. Also, only four of about 60-70 folders' messages copied as well.
    How do I fix this? Is there some way to safely ensure a successful movement? I don't want them in both places.
    Help!!
    Note that the reason I am moving is simply reorganizing. As well, my providers are now offering IMAP so the only way I know how to "convert" an account from POP to IMAP is to turn off the POP and create a new account. I've done this successfully with two email addresses, but I want to also move the old email subfolders as well.

    So, just to refresh... I believe I did select, then dragged & dropped. Just the folders were created; and of the 60-70 folders only the messages of 4 subfolders were copied, not moved.
    I just reviewed How to Switch from POP to IMAP:
    '''Transfer your local messages to the server'''
    If you have messages or folders in your POP account that you would like access via your IMAP account, simply '''select them and move them to your IMAP account by dragging and dropping'''. Depending on the number of messages that you move, it may take several minutes to be uploaded. Be patient; you are nearly finished.
    From: https://support.mozilla.org/en-US/kb/switch-pop-imap-account#w_transfer-your-local-messages-to-the-server

  • My Macbookpro will not start up.  At first it was showing a gray screen with a flashing folder and question mark.  I went through the steps to repair with disc utility and this did not work.  How do I back up my data, without time machine activated?

    I need to back up my files and date before erasing my drive, but my time machine backup is not coming up.  How do I access my hard drive to back up my files?

    A erase of the drive or boot partition is not always necessary.
    Flashing question mark at boot could be a easy fix, sometimes it's the firmware that simply forgot what bootable volume to boot from.
    Try holding the Option key down while booting the machine, a choice of bootable options appears, select your OS X and boot up.
    When you get in, head to System Preferences > Startup disk and set it again new. This will tell the firmware what to boot from. Test it to see.
    Now if you don't have a selection of bootable options, it could be that the drive is dead, or OS X is erased or corrupted so it can't boot.
    You'll have to run through this list of fixes to see what's going on, if you need a hardware fix or what, I've also included links if you can't fix it and need to recover your data etc.
    (If it's not remmebering your boot selection then also run through the list to reset things.)
    Step by Step to fix your Mac

  • My iPad2 is been frozen with the screen says 'iPad Not Backed Up', I had followed the instruction to plug in, locked, with wi-fi but did not work?

    My iPad2 is frozen by the screen 'iPad Not Backed Up', I had followed the instruction by plugging in, locked, and connection with wi-fi but it did not work.

    Try a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • Recovery did not work with new hard drive

    The original Toshiba HD(250G, sata1) of my laptop( ) crashed.
    I bought new one (320G, sata 2, Western digit )
    The problem is that, when I tried to use the recovery CD that I used to use it with old HD before, it did not work with this new HD well!?
    After cd1 and cd2 finish installing it ask to take it out then restart, I do so, but when it comes to setup setting of windows.
    An error message come out says " Windows Setup could not configure Windows on this computer’s hardware”
    It restart and says again " Windows could not complete the installation. To install Windows on theis compuiter, restart the installation."
    I have been trying to solve this a lot, but no way
    I tried what in this link, but it drive me with another problem http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/windows-could-not-complet...
    I hope that I get the right thing to do, from ur forum by this post.
    Thanks a lot

    Did you folks search here for "advanced format drive"?    People have had numerous weird problems with the new advanced format hard drives in older Toshibas.    I can't look up all the threads for you.    But here is one:
    http://forums.toshiba.com/t5/System-Recovery-and-Recovery/Recovery-won-t-work-on-new-upgraded-hardri...

  • Hi! I sold my Iphone on ebay. The seller wants to connect the Iphone with his Apple ID, but it did not work because it says that the Iphone is already connected with another Apple ID. How can I get rid of this old connection? What do I have to do?

    Hi! I sold my Iphone on ebay. The seller wants to connect the Iphone with his Apple ID, but it did not work because it says that the Iphone is already connected with another Apple ID. How can I get rid of this old connection? What do I have to do?

    What to do before selling or giving away your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT5661
    MaggySimpson wrote:
    Hi! I sold my Iphone on ebay.
    Follow the instructions to remove a device you no longer have.
    From here  >  http://support.apple.com/kb/PH13695?viewlocale=en_US

  • I have a ipod classic 160GB , the problem with it is that it is dead no respond at all, i even tried to do a hard reboot, i tried to connect to itunes but it did not work, if somebody has a solution please let me know! the screen on the ipod shows nothing

    I have a ipod classic 160GB , the problem with it is that it is dead no respond at all, i even tried to do a hard reboot, i tried to connect to itunes but it did not work, if somebody has a solution please let me know! the screen on the ipod shows nothing........

    This is the iPod touch forum. I will request that you post be moved to the iPod Classic forum.

  • I was updating my iphone 4 to ios5 ,but did not work! my phone is frozen with picture of lead,arrow and itunes icon. it now does not connect to itunes for me to restore. PLEASE HELP

    iwas updating my iphone 4 to ios 5,did NOT work.
    now it is frozen with picture of phone lead,arrow and itunes icon.
    phone will not connect to itunes for me to retore.
    PLEASE HELP ANYONE !

    Have you tried putting the phone into recovery mode : http://support.apple.com/kb/HT1808 ?

Maybe you are looking for

  • How do I fix an "Insane Object" Error ?

    I am receiving an "Insane Object" error when I load one partuclar VI. Is there any way to "copy" the diagram to a new file to fix the corrupted Object ? I am using Win N/T 4.0 and LabView 6i. The module was originally designed using LabView 5.X and t

  • I can't Sign into my Bestbuy.co​m Account

    I went to sign in today and it says  The email address and password entered are not in our records. Please check for accuracy and try again. If you are not a registered user, please create an account. If you think there is an issue with your account,

  • Centered Docking for dialog box?? Using MX

    Hi Could anyone please help?? I have a small dialog box type movie that opens when a user presses Exit. (It's just to confirm that they really want to exit). I have no problem on my pc, it is a 640 x 480 environment which is full screen when run, the

  • Cannot search iCloud sync'd Contact details in Outlook instant search

    Relevent topology: iCloud (contact database) > iCloud Control Panel for Windows v1.1 > 32-bit Outlook 2010 (fully updated) I am able to perform "Instant Search"'s on iCloud sync'd contacts in Outlook.  What I am having trouble with is trying to perfo

  • The correct way to init an ImageIcon from gif file ?

    What is the correct ( portable, portable, always works etc... ) way to do this : ImageIcon icon = new ImageIcon("some_picture.gif"); ? use MyClass.class.getResource("some_picture.gif") ? Use absolute path ? Relative ? Relative to what ? Urgent help n