Gateway for Sybase - core dump [npixfc()+243] [SIGSEGV]

Hi All,
We are using a couple of gateways to various Sybase servers in our environment, which generally work very fine.
However, occasionally we find the following lines in the alert.log on one or the other node of the cluster.
The DB platform is currently 11.2.0.1 in RAC on Linux x86-64 RHEL5, but similar problems happened
before on 11.1.0.7 (the entries in the logs were not as descriptive as on 11gR2).
Thu Feb 11 07:48:33 2010
HS: Lost RPC connection to remote Agent...
HS: ... Agent SID = (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx043vip)(PORT=1521))(CONNECT_DATA=(SID=PM04PMDB))), NCR status = -2147385341
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7FFF20B670B8] [PC:0x59BAADD, npixfc()+243] [flags: 0x0, count: 1]
Errors in file /oracle/app/diag/rdbms/xxx1/xxx11/trace/xxx11_ora_32050.trc (incident=16497):
ORA-07445: exception encountered: core dump [npixfc()+243] [SIGSEGV] [ADDR:0x7FFF20B670B8] [PC:0x59BAADD] [Address not mapped to object] []
ORA-28511: lost RPC connection to heterogeneous remote agent using SID=ORA-28511: lost RPC connection to heterogeneous remote agent using SID=(DESCRIPTION=(ADDRESS=(PR
OTOCOL=TCP)(HOST=xxx043vip)(PORT=1521))(CONNECT_DATA=(SID=PM04PMDB)))
ORA-02063: preceding line from PM04PMDB
Incident details in: /oracle/app/diag/rdbms/xxx1/xxx11/incident/incdir_16497/xxx11_ora_32050_i16497.trc
The .trc file starts with:
Dump file /oracle/app/diag/rdbms/xxx1/xxx11/incident/incdir_16497/xxx11_ora_32050_i16497.trc
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORACLE_HOME = /oracle/app/product/11.2.0/dbhome_1
System name: Linux
Node name: xxx043
Release: 2.6.18-128.el5
Version: #1 SMP Wed Dec 17 11:41:38 EST 2008
Machine: x86_64
Instance name: xxx11
Redo thread mounted by this instance: 1
Oracle process number: 62
Unix process pid: 32050, image: oracle@xxx043
*** 2010-02-11 07:48:33.186
*** SESSION ID:(695.7521) 2010-02-11 07:48:33.186
*** CLIENT ID:() 2010-02-11 07:48:33.186
*** SERVICE NAME:(xxx1) 2010-02-11 07:48:33.186
*** MODULE NAME:(JDBC Thin Client) 2010-02-11 07:48:33.186
*** ACTION NAME:() 2010-02-11 07:48:33.186
Dump continued from file: /oracle/app/diag/rdbms/xxx1/xxx11/trace/xxx11_ora_32050.trc
ORA-07445: exception encountered: core dump [npixfc()+243] [SIGSEGV] [ADDR:0x7FFF20B670B8] [PC:0x59BAADD] [Address not mapped to object] []
ORA-28511: lost RPC connection to heterogeneous remote agent using SID=ORA-28511: lost RPC connection to heterogeneo
========= Dump for incident 16497 (ORA 7445 [npixfc()+243]) ========
----- Beginning of Customized Incident Dump(s) -----
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7FFF20B670B8] [PC:0x59BAADD, npixfc()+243] [flags: 0x0, count: 1]
Registers:
%rax: 0x000000000a99d750 %rbx: 0x0000000000000001 %rcx: 0x00007fff20b6dee0
%rdx: 0x0000000000000000 %rdi: 0x00007fff20b6d710 %rsi: 0x00002aed89f745a0
%rsp: 0x00007fff20b670c0 %rbp: 0x00007fff20b6dce0 %r8: 0x0000000000000000
%r9: 0x0000000000000000 %r10: 0x0000000000000000 %r11: 0x0000000000000001
%r12: 0x0000000000000010 %r13: 0x00002aed89fa7560 %r14: 0x00002aed89f73c18
%r15: 0x0000000000000001 %rip: 0x00000000059baadd %efl: 0x0000000000010202
(0x59baadd) call 0x9d24a0(0x59baae2) mov %eax,-0x14(%rbp)
(0x59baae5) test %eax,%eax
(0x59baae7) jnz 0x59bfd26
(0x59baaed) mov -0x120(%rbp),%rsi
Is it something to worry about? Any hints about the reasons?
Thanks,
P.

Thanks for your reply. I expected the advice to utilize the support for that :)
The results of my investigation:
Listener log - normal activity. New connections to the DB and to different gateways (including the one that caused the problem) every couple of seconds, everything seemed to be working fine.
Alert log - no other entries +/- 1 hour around the incident, except log switching.
I checked the application logs and managed to find out the session that caused the problem. It is an ETL process that runs the same extraction query on Sybase machine every minute. The query does not change and it was executed successfully hundreds of times before. Other similar processes were running fine, executing similar queries on all Sybase machines, including the one in the incident. So the incident seems to be random, with no correlation to other activities.
The flow of events in the problematic session iis as follows:
1. opens Gateway connection and sets session parameters on Sybase by executing:
dbms_hs_passthrough.execute_immediate@PM04PMDB('set lock wait 60 ') -> that went OK
2. starts data extraction by running:
insert into ... select ... from ...@PM04PMDB -> that operation hang, no further logs from this point
3. commits
4. closes DB link by executing:
alter session close database link PM04PMDB
The SQL that failed was executed at 7:23, and the incident entry in the alert log is dated 7:33.
Is it possible that the 10 seconds delay is caused by HS_FDS_CONNECT_PROPERTIES="timeout='10'" ?
The gateway config:
HS_FDS_CONNECT_INFO=xxx
HS_FDS_TRANSACTION_MODEL=READ_ONLY
HS_FDS_TRACE_LEVEL=OFF
HS_OPEN_CURSORS=10
HS_FDS_CONNECT_PROPERTIES="timeout='10'"
HS_FDS_RECOVERY_ACCOUNT=xxx
HS_FDS_RECOVERY_PWD=xxx
Listener config:
(SID_DESC=
(SID_NAME=PM04PMDB)
(ORACLE_HOME=/oracle/app/product/11.2.0/dbhome_1)
(ENVS=LD_LIBRARY_PATH=/oracle/app/product/11.2.0/dbhome_1/dg4sybs/driver/lib:/oracle/app/product/11.2.0/dbhome_1/lib)
(PROGRAM=dg4sybs)
)

Similar Messages

  • ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV]

    Dear all:
    I found many ORA-07445 in the alert_log:
    ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV] [Address not mapped to object] [0x2A96975000] [] []
    and I've follow the "Note 153788.1" to find the [ID 1073171.1] fit to me, and I apply the patch and the error still prompt.
    Can someone help how to fix this issue?
    my environment is Oracle 9.2.0.8 64bit linux Redhat 4.0
    I found the trace file and see the error:
    *** 2010-07-08 14:05:48.350
    *** SESSION ID:(371.375) 2010-07-08 14:05:48.350
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x2a96975000, PC: [0x10efcdf, kdkbin()+223]
    *** 2010-07-08 14:05:48.354
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV] [Address not mapped to object] [0x2A96975000] [] []
    Current SQL statement for this session:
    begin WF_EVENT_OJMSTEXT_QH.enqueue(:v1, :v2); end;
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x2e7f9fc10 204 package body SYS.DBMS_AQ
    0x2e93b9210 980 package body APPS.WF_EVENT_OJMSTEXT_QH
    0x2e93c20d0 1 anonymous block
    0x2e9e58df8 1720 package body APPS.WF_EVENT
    0x2e9e58df8 668 package body APPS.WF_EVENT
    0x2ec401498 229 package body APPS.WF_RULE
    0x2ed89b970 31 package body APPS.FND_BES_PROC
    0x2ed8a3198 1 anonymous block
    0x2e9e58df8 443 package body APPS.WF_EVENT
    0x2e9e58df8 1599 package body APPS.WF_EVENT
    0x2e9e58df8 2372 package body APPS.WF_EVENT
    0x2e9e58df8 700 package body APPS.WF_EVENT
    0x2ed8dc240 4903 package body APPS.FND_FLEX_SERVER
    0x2ee799190 3 anonymous block
    Regards
    Terry

    1. Check the OS logs.I'm not sure this is the error for the /var/log/messages
    Jul 7 02:36:19 csslxa06 kernel: ide-cd: cmd 0x3 timed out
    Jul 7 02:36:19 csslxa06 kernel: hda: irq timeout: status=0xd0 { Busy }
    Jul 7 02:36:19 csslxa06 kernel: hda: irq timeout: error=0x00
    Jul 7 02:36:19 csslxa06 kernel: hda: DMA disabled
    Jul 7 02:36:19 csslxa06 kernel: hda: ATAPI reset complete
    Jul 7 08:23:24 csslxa06 kernel: ide-cd: cmd 0x3 timed out
    Jul 7 08:23:24 csslxa06 kernel: hda: irq timeout: status=0xd0 { Busy }
    Jul 7 08:23:24 csslxa06 kernel: hda: irq timeout: error=0x00
    Jul 7 08:23:24 csslxa06 kernel: hda: ATAPI reset complete
    2. Check the hardware specific the physical memory.--HP had been checked, no error show from the diagnostic tool.
    3. Make sure Swap is correctly configured and increase it if necessary.--Could you please tell me how to set the Swap configured.
    4. Raise SR with Oracle Support.--Raised, apply the patch, the error still happened.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ORA-07445: exception encountered: core dump [kkodsel()+1220] [SIGSEGV] [Add

    I got this error and i raised a SR in metalink, and metalink suggest to make
    "_complex_view_merging" = false, but its already set to false.
    So what to do for this resolution of this error.
    Internal error :
    ORA-07445: exception encountered: core dump [kkodsel()+1220] [SIGSEGV] [Address not mapped toobject] [0x000000000] [] []
    executing a query with VIEWS / INLINE VIEWS and GROUP BY
    when parameter:STAR_TRANSFORMATION_ENABLED != FALSE
    Jafar.

    When you already have an open SR, you should ask Oracle support for further assistance.
    Werner

  • ORA-07445: exception encountered: core dump [_memcpy()+916] [SIGSEGV] [Addr

    Hi ,
    One of my sql query is causing the below exception. What is the cause and how can it be solved ?
    I am using oracle and ORM IBatis.
    ORA-07445: exception encountered: core dump [_memcpy()+916] [SIGSEGV] [Address n ot mapped to object] [0x30362E3235393334]
    Thanks,
    Avinash

    $ oerr ora 7445
    07445, 00000, "exception encountered: core dump [%s] [%s] [%s] [%s] [%s] [%s]"
    // *Cause: An OS exception occurred which should result in the creation of a
    //         core file.  This is an internal error.
    // *Action: Contact your customer support representative.The cause is very likely an Oracle software bug: you should search on Oracle support site for a possible patch set upgrade, interim patch or workaround.

  • Gateway for Sybase or MS SQL - support for Timestamp

    Hi All,
    Is there any way to get Timestamp data out of Sybase or MS SQL Server?
    I thought this would be pretty straightforward, but after a short investigation I'm no longer that optimistic...
    The "Database Gateway for Sybase User's Guide" says in Appendix A, that the following conversions are performed by the gateway:
    (Sybase - Oracle)
    DATE - DATE
    DATETIME - DATE
    SMALLDATETIME - DATE
    TIMESTAMP - RAW
    TIME - CHAR(15)
    It says the same for MS SQL Server.
    What I need is a conversion from Sybase DATETIME into Oracle TIMESTAMP, but I'm guessing there is a limitation of the Gateway
    and it is not able to use the millisecond data in any way... Am I right?
    Or maybe there is some magic setting in the .ini file for this? Things like HS_NLS_TIMESTAMP_FORMAT seem to be unsupported by Sybase gateway.
    I'm using 11.2.0.1 on Linux.
    Thanks for any hints.

    Hi,
    As you have seen in the documentation the Sybase and SQL*Server datatime columns are translated as Oracle DATE datatypes, so the milisecond data will be lost.
    the 11.2 DG4MSQL Users Guide actually says -
    SQL*Server Oracle Comment
    DATETIME DATE Fractional parts of a second are truncated
    although the Dg4Sybase Users Guide has the same conversion it does not have the comment.
    The only way round it would be use a different non-Oracle datatyp from which you could extract the millesecond part of the string.
    Regards,
    Mike

  • ORA-07445: exception encountered: core dump [xtyqbcb()+415] [SIGSEGV] [ADDR

    We are frequently encountering these errors, can anyone you provide some light on this ?
    ORA-07445: exception encountered: core dump [xtyqbcb()+415] [SIGSEGV] [ADDR:0x0] [PC:0x941F7EF] [SI_KERNEL(general_protection)] []
    ORA-07445: exception encountered: core dump [kkeics()+52] [SIGSEGV] [ADDR:0x0] [PC:0x16ED2EA] [SI_KERNEL(general_protection)] []
    I could not find enough documentation on this and seeking your help. Thanks in advance.

    ORA-07445: exception encountered: core dump [xtyqbcb()+415] [SIGSEGV] [ADDRYou are getting oracle internal error(ORA 600) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • ORA-07445 core dump [kxscod()+30] [SIGSEGV]

    following errors are reported in alert.log
    database version is 10.2.0.4 on Linux x86-64 platform
    Wed Aug 3 15:57:47 2011
    Errors in file /appl/oracle/admin/TWPPRD01/udump/twpprd01_ora_5444.trc:
    ORA-07445: exception encountered: core dump [kxscod()+30] [SIGSEGV] [Address not mapped to object] [0x000000001] [] [] Wed Aug 3 15:57:47 2011 Errors in file /appl/oracle/admin/TWPPRD01/udump/twpprd01_ora_5444.trc:
    ORA-07445: exception encountered: core dump [kxscod()+30] [SIGSEGV] [Address not mapped to object] [0x000000001] [] []
    from the trace file
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+31 call ksedst1() 000000000 ? 000000001 ?
    2ACF1461AD50 ? 2ACF1461ADB0 ?
    2ACF1461ACF0 ? 000000000 ?
    ksedmp()+610 call ksedst() 000000000 ? 000000001 ?
    2ACF1461AD50 ? 2ACF1461ADB0 ?
    2ACF1461ACF0 ? 000000000 ?
    ssexhd()+629 call ksedmp() 000000003 ? 000000001 ?
    2ACF1461AD50 ? 2ACF1461ADB0 ?
    2ACF1461ACF0 ? 000000000 ?
    Lmutex_unlock_15( call ssexhd() 00000000B ? 2ACF1461BD70 ?
    )+29 2ACF1461BC40 ? 2ACF1461ADB0 ?
    2ACF1461ACF0 ? 000000000 ?
    kxscod()+30 signal Lmutex_unlock_15( 1832ACD38 ? 2ACF146E92C8 ?
    ) 000000000 ? 7FFF98185070 ?
    05354414B ? 000000000 ?
    kxspoac()+1693 call kxscod() 1832ACD38 ? 2ACF146E92C8 ?
    000000000 ? 7FFF98185070 ?
    05354414B ? 000000000 ?
    opibnd0()+936 call kxspoac() 2AD449FD1E90 ? 05354414B ?
    7FFF98185070 ? 000000001 ?
    0DE0F8450 ? 000000000 ?
    opibnd()+1755 call opibnd0() 7FFF98185070 ? 000000000 ?
    Is this a known issue/bug in 10.2.0.4?

    Hi;
    ORA-07445 core dump [kxscod()+30] [SIGSEGV] You are getting oracle internal error(ORA 07445) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • ORA-07445: exception encountered: core dump [ldxsti+0208] [SIGSEGV] [Addres

    Hi,
    I am continuously getting this error in alert in my Production database.
    Please suggest on how to get rid of this.

    See ORA-7445 Troubleshooting
    https://blogs.oracle.com/db/entry/ora-7445_troubleshooting
    >
    Have you observed an ORA-07445 error reported in your alert log?
    While the ORA-600 error is "captured" as a handled exception in the Oracle source code, the ORA-7445 is an unhandled exception error due to an OS exception which should result in the creation of a core file. An ORA-7445 is a generic error, and can occur from anywhere in the Oracle code. The precise location of the error is identified by the core file and/or trace file it produces.
    >
    And see this advice from Oracle ACE Billy Verreynne
    Re: ORA-07445: exception encountered: core dump
    >
    Refer to Metalink (now called My Oracle Support ) note id 310099.1 - it lists a whole bunch of 10r2 bugs related to the EVAOPN2 module.
    Also, SOP for such errors is to log a SR (Service Request) with Oracle Support.
    >
    And many links indicating problems when either the DB or the OS is migrated from 32 bit to 64 bit
    http://oradbastuff.blogspot.com/2011/11/ora-07445-exception-encountered-core.html
    Time to call Oracle Support

  • Which Backup server version is required for Sybase cumulative dump/load

    Hello,
    To perform cumulative dump and load (supported from ASE 15.7 SP100 and up) with 3rd party API, what backup server version is needed?
    We use backup server API version 2.1, and sybackup.h does not have any definition for cumulative dump. This header file only defines DATABASE and TRANSACTION as command_type, so when "dump database foo cumulative" is issued, command_type becomes UNKNOWN.
    Since we support all the ASE versions from 15.0.3 and up, we ideally need a backup server API that works for ASE versions from 15.0.3 and also works with cumulative backup. Is there such an API version?
    Thanks,
    Ali

    What I'm told is that the version wasn't bumped because the changes shouldn't really affect the API functionality; the API module would still receive a byte stream and be able to store and return it regardless of the command_type.
    However, you can easily modify your sybbackup.h to reflect the new command_types.
    Replace the current command_type definitions with the following:
    #define TRANSACTION 0 /* transaction log dump or load */
    #define DATABASE 1 /* database dump or load */
    #define CUMULATIVE 2 /* Cumulative dump to dump or load */
    #define UNKNOWN 3 /* Pre-API SQL Server in use. Backup Server
                         has received a DUMP/LOAD command from a
                         SQL Server which is not passing the
                         'Command Type' toBackup Server. Therefore,
                         the Command type can not be determined. */
    #define DELTA 4 /* Delta dump to dump or load */

  • Error ORA-07445: exception encountered: core dump

    Hi,
    Every time we find in the checkdb of transaction DB13 the next error:
    BR0976W Database message alert - level: ERROR, line: 2584, time: 2008-10-09 14.00.37, message:
    ORA-07445: exception encountered: core dump [$cold_qerfxArrayMaxSize()+14320] [SIGSEGV] [Address not mapped to object] [0x000022168] [] [].
    Anyone has any idea?
    Thanks
    Maxi

    Hi,
    I'm have such mistake:
    ORA-07445: exception encountered: core dump [$cold_qerfxArrayMaxSize()+7456] [SIGBUS] [Invalid address alignment] [0x00000002B] [] []
    But patch from this Note 972574 - ORA-07445: [$cold_qerfxArrayMaxSize()+XXXXX]
    for HP-UX 11.23
    I'm have HP-UX 11.31
    I can't implement this patch
    Anybody can help me?

  • Urgent: Ora-07445 core dump

    Hi, I have the next error:
    ORA-07445: exception encountered: core dump [kxspoac()+502] [SIGSEGV] [Address not mapped to object] [0x1] [] []
    my O.S is linux RH
    my DB is 10.2.0.1.0
    I don't have a metalink account, I need to resolve this problem urgent please help me.
    Jeanette.

    I don't have a metalink account, I need to resolve
    this problem urgent please help me.
    Unfortunately, ORA-07445 errors are better solved with the aid of Metalink and Oracle support. You can post your contents of the trace file that was generated, mainly the stack trace, to see if some would look up the error for you. The problem though is if the only fix/workaround for your problem is in the form of a patch. If that is the case, anyone that provides the patch will be in breach of their support contract.

  • Core dump before Auto Resolve completed

    Cube was refreshing fine with out any issue, suddenly we got below error before it finished autoresolve for 1 of the cube...
    Database: 10.2.0.3.0 O/S Solaris 64 bit
    ORA-07445: exception encountered: core dump [kgscDump()+580] [SIGBUS] [Invalid address alignment] [0x2000000000105] [] []
    ORA-07445: exception encountered: core dump [kgscDump()+580] [SIGBUS] [Invalid address alignment] [0x2000000000105] [] []
    ORA-00600: internal error code, arguments: [17125], [0x000000000], [], [], [], [], [], []
    ORA-07445: exception encountered: core dump [_memmove()+144] [SIGSEGV] [Address not mapped to object] [0xFFFFFFFF6C2EFFF8] [] [
    *** SESSION ID:(151.6938) 2008-03-21 04:27:16.284
    couldn't create an object for ref: ASTCLS_DIM.DIMENSION
    *** 2008-03-21 04:28:54.897

    You should open a SR with Oracle Support for this.

  • ORA-07445: core dump in kkogbro()+192

    Dear all,
    when issuing a view query through a web browser (oracle forms) the remote client receives ora-3113, at the same time alert.log shows:
    ORA-07445: exception encountered: core dump [kkogbro()+192] [SIGSEGV] [Address not mapped to object] [0x000000000].
    These are the details of the environment:
    Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    With the Real Application Clusters option
    System name:     Linux
    Release:     2.6.9-55.0.0.0.2.ELsmp
    Version:     #1 SMP Wed May 2 15:06:32 PDT 2007
    Machine:     x86_64
    Is this an oracle bug or can it be solved?
    Thank you very much for any help!
    Kind regards!
    Edited by: DeliB on Oct 14, 2009 3:23 PM

    Userblabla wrote:
    This is most probably a bug according to OS.If you suspect a bug, go back to your SR, and share your point of view with support.
    I Saw somewhere though thatIt's your own risk to see something somewhere and apply it. To bad.
    Oracle Support takes a lot of timeI recently raised a couple of SR, and honestly, the support was rather responsive. Be sure you logged the SR in the proper category, with proper priority, and all the information they would need to work on.
    Nicolas.

  • RMAN backup finish with ORA-07445: exception encountered: core dump

    Hi Group,
    Repeatly we have problems with RMAN, showing this message, we need to know if this message is related to Oracle Database or is the backup software.
    Thanks a lot
    /pcpdci/oracle/product/920/admin/PCPDCI_bd/udump/pcpdci_ora_31187.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /pcpdci/oracle/product/920
    System name:    Linux
    Node name:      bd.copesa.cl
    Release:        2.6.9-78.ELhugemem
    Version:        #1 SMP Wed Jul 9 15:57:33 EDT 2008
    Machine:        i686
    Instance name: PCPDCI
    Redo thread mounted by this instance: 1
    Oracle process number: 948
    Unix process pid: 31187, image: [email protected] (TNS V1-V3)
    *** 2011-04-11 00:58:44.241
    *** SESSION ID:(1519.515) 2011-04-11 00:58:44.240
    SKGFQ OSD: Error in function sbtwrite2 on line 1031
    SKGFQ OSD: Look for SBT Trace messages in file /pcpdci/oracle/product/920/admin/PCPDCI_bd/udump/sbtio.log
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x126, PC: [0xf6abe90b, __GI_strlen()+11]
    Registers:
    %eax: 0x00000126 %ebx: 0xf6b7dff4 %ecx: 0x00000002
    %edx: 0x00000000 %edi: 0x00000000 %esi: 0x00000126
    %esp: 0xfeff6154 %ebp: 0xfeff6794 %eip: 0xf6abe90b
    %efl: 0x00010202
      __GI_strlen()+0 (0xf6abe900) mov 0x4(%esp),%ecx
      __GI_strlen()+4 (0xf6abe904) mov %ecx,%eax
      __GI_strlen()+6 (0xf6abe906) and $3,%ecx
      __GI_strlen()+9 (0xf6abe909) je 0xf6abe933
    __GI_strlen()+11 (0xf6abe90b) cmpb %ch,(%eax)  __GI_strlen()+13 (0xf6abe90d) jz 0xf6abe9aa
      __GI_strlen()+19 (0xf6abe913) inc %eax
      __GI_strlen()+20 (0xf6abe914) xor $3,%ecx
      __GI_strlen()+23 (0xf6abe917) je 0xf6abe933
    *** 2011-04-11 00:58:44.570
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [__GI_strlen()+11] [SIGSEGV] [Address not mapped to object] [0x126] [] []
    ----- Call Stack Trace -----
    calling              call     entry                argument values in hex
    location             type     point                (? means dubious value)
    ksedmp()+274         call     ksedst()             1 ? 0 ? 0 ? 1 ? 33396562 ?
    ===========================================================
    Tracing started for:
       Application Client :   TDPO Linux86
                  Version :   5.4.1.0
    ===========================================================
    SBT-13207 07/12/2010 16:32:29 send2.cpp(412): sbtwrite2(): Exit - DSMSENDDATA() failed. dsmHandle = 1
    ===========================================================
    Tracing started for:
       Application Client :   TDPO Linux86
                  Version :   5.4.1.0
    ===========================================================
    SBT-14436 07/12/2010 16:52:58 send2.cpp(412): sbtwrite2(): Exit - DSMSENDDATA() failed. dsmHandle = 1
    ===========================================================
    Tracing started for:
       Application Client :   TDPO Linux86
                  Version :   5.4.1.0
    ===========================================================
    SBT-15110 07/12/2010 17:01:58 send2.cpp(412): sbtwrite2(): Exit - DSMSENDDATA() failed. dsmHandle = 1
    ===========================================================
    Tracing started for:
       Application Client :   TDPO Linux86
                  Version :   5.4.1.0

    Reply from nagulan is correct. Our turned out to be an error with TSM. The disk pool had filled up and it was writing this to tape before allowing the backup to continue. The backup didn't handle the "pause" event well and failed out. We only get this with V9 RMAN, not V10 or V11 RMAN backups. This has to be addressed by the backup vendor for V9 as the Oracle RMAN software doesn't seem to handle it well. Maybe configuring a really large timeout for responses MAY fix this, depending on what the code returned from the backup software vendor is and why RMAN isn't happy with it.
    In the end it is an issue between V9 RMAN and the backup software we run TSM. Maybe version incompatibility or maybe just V9 is not that robust.

  • Transparent gateway to Sybase: connection error

    I have been trying with little success to set up a transparent gateway to a sybase server.
    The gateway is an NT 4 workstation, with an oracle server 8.1.7 installed. The sybase server is an ASE 12.0 on a Solaris 8 box.
    Are these versions of the products supported? In the gateway documentation only Sybase 11 is mentioned...
    Moreover all the examples/schemas given refer to an installation of the gateway on the same machine as the sybase server, whereas in my case the gateway is installed on a separate machine (but it is also stated that this configuration is allowed, provided a sybase client is installed togheter with the gateway).
    From what I can make of the error messages / trace files, the problem lies in the gateway not finding the sybase server. But from the sybase client installed on the gateway machine I can connect to the same remote sybase server without hassles, so the sybase client is configured correctly.
    Thanks for help,
    Gaetano Giunta
    Here's the complete details about the situation:
    Sybase client version:
    Sybase ASE client, version 12.0
    sybase environment variables:
    SYBASE=e:\sybase
    SYBASE_OCS=OCS-12_0
    Sybase server:
    Sybase ASE 12.0 on Solaris 8
    The platform/OS on which the gateway and database reside:
    Windows NT 4.0 + SP6a
    Machine Name: fsiazi08
    Oracle database server:
    Oracle 8i enterprise edition, Version: 8.1.7
    Oracle SID of the Oracle database server
    SID: gate
    Full pathname to directory where the Oracle database server is installed
    ORACLE_HOME: e:\oracle\ora81
    Versions of Net8 Server / client used by the gateway & database
    Net8 Version: 8.1.7
    Net8 Adapter used by the gateway: TCP/IP
    Oracle Transparent Gateway for Sybase:
    Version: 8.1.6
    Full pathname to directory in which gateway resides:
    Path: e:\oracle\ora81\tg4sybs
    Listing of spool log if using SQL*Plus, or the SQL statement and error message received
    SQL*Plus: Release 8.0.5.0.0 - Production on Mon Feb 18 10:27:51 2002
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    SQL> select * from "bdvo"."arcofifo"@pollo
    2 /
    select * from "bdvo"."arcofifo"@pollo
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for SYBASE]ct_connect(): directory service layer: internal directory control
    layer error: Requested server name not found.
    ORA-02063: preceding 2 lines from POLLO
    SQL>
    Listings of key files:
    tg4sybs_agt_pid.trc log file gathered with HS_FDS_TRACE_LEVEL=on
    (0) [Transparent gateway for SYBASE] version: 2.0.4.0.0009
    (0) connect string is:
    (0) YEAR2000_POLICY=-1;CONSUMER_API=1;SESSION_BEHAVIOR_FLAGS=4;PARSER_DEPTH=2000;E-
    (0) XEC_FLAGS = 131080;defTdpName=tg4sybs;binding=(tg4sybs,SYBASE,"sqlbdvlin1");
    (0) ORACLE SYBASE GATEWAY Log File Started at 15-Feb-02 16:54:43
    (0) ct_connect(): directory service layer: internal directory control layer error:
    (0) Requested server name not found.
    (0) Unexpected error: Get Sybase Logon: app:TG4SYBS$2, user:, pass:,
    (0) service:sqlbdvlin1.TG4SYBS$2, server:sqlbdvlin1
    (0) Unexpected error: , connect
    (0) ct_connect(): directory service layer: internal directory control layer error:
    (0) Requested server name not found.
    (0)
    (0) Closing log file at FRI FEB 15 16:54:44 2002.
    inittg4sybs.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an SYBASE gateway Agent.
    # HS init parameters
    #HS_FDS_CONNECT_INFO=sqlbdvlin1.master
    #HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_CONNECT_INFO=sqlbdvlin1.procs
    HS_FDS_TRACE_LEVEL=on
    # Environment variables required for the non-Oracle system
    set SYBASE=e:\sybase
    set SYBASE_OCS=OCS-12_0
    tnsnames.ora
    # TNSNAMES.ORA Network Configuration File: E:\oracle\ora81\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    GATE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = gate)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = gate)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    tg4sybs = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=fsiazi08)(PORT=1521))
    (CONNECT_DATA=(SID=tg4sybs))
    (HS=OK)
    listener.ora
    # LISTENER.ORA Network Configuration File: E:\oracle\ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oracle\ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = gate)
    (ORACLE_HOME = E:\oracle\ora81)
    (SID_NAME = gate)
    (SID_DESC=
    (SID_NAME=tg4sybs)
    (ORACLE_HOME=E:\oracle\ora81)
    (PROGRAM=tg4sybs)
    CONNECT_TIMEOUT_LISTENER = 0
    Sybase interfaces file (e:\sybase\ini\sql.ini)
    ;; Sybase Interfaces file
    ;; <link_type>=<network_driver>,<connection_info>
    ;; Examples:
    ;; [JUPITER]
    ;; QUERY=NLMSNMP,\\JUPITER\pipe\sybase\query
    ;; WIN3_QUERY=WNLNMP,\\JUPITER\pipe\sybase\query
    [bdvlin1]
    master=TCP,10.1.1.238,4000
    query=TCP,10.1.1.238,4000
    Sybase net-library configuration (e:\sybase\ocs-12_0\ini\libtcl.cfg)
    ; This is the sample Net-Library configuration file which
    ; shows how to specify the different types of drivers which
    ; will be used by Client-Library and Server-Library
    ; applications.
    ;      This is the sample for NT platforms.
    [DRIVERS]
    NLWNSCK=TCP Sockets
    NLWNSCK=TCP/IP Sockets
    ;[NT_DIRECTORY]
    ;REGISTRY=LIBDREG ditbase=SOFTWARE\SYBASE\SERVER
    ;[SECURITY]
    ;NTLM=LIBSMSSP

    Gaetano,
    The supported products that we list in the manual is only what we have tested at print time. However we update our certification matrix regularly.
    Please refer to the certification matrix on Technet.com ( http://otn.oracle.com/products/gateways/pdf/certmatrix2.pdf) for the latest certified configurations.
    It looks like you have installed the gateway in the same Oracle home as the database. With v8.1.6 of the gateway this is not possible. With v9.x onwards this is possible.
    You can either reinstall the gateway in another Oracle home or upgrade to v9.x.
    I recommend that you upgrade to v9.x, since v8.x will be desupported shortly.
    As of v9.x the Sybase gateway is located on the database CD and you can install it by doing a custom install.
    Vira

Maybe you are looking for

  • Oracle 10.2.0.1.0 on Windows 2003 AS

    I have moved jobs and inherited the following database: Oracle 10.2.0.1.0 EE on Windows 2003 AS EE. There seem to be a number of issues on the server. ORA-27300: Message 27300 not found. No message file for Product=RDBMS ORA-12518: Listener could not

  • Hey Baby-boomer! You out there?

    This here is Shrimperchuck back to ya. O-Kay, I had to get a replacedment 2gig chip set which seems to work fine=after having to re-boot from scratch&%^$%%! Got what I could backed up to DVD, Now I can't seem to get my back-ups to reinstall corectly?

  • Component Substitution in BOM

    Hello, I have some problem, my User have a material substitution in BOM component of my Finished Goods 25520. the Component material 10001520 was declared to be replaced by component material 10002520 but the effective date will be on September 7, 20

  • Web Service Logs

    Hi all          i am doing a web service -> XI  -> R3( RFC)  Scenario.my scenario is running,  i had to use <b> Altova XML Spy</b> for calling web service .... now the issue is, <b>can i keep track of who has called that webservice</b>.. ex :- can i 

  • MacBookPro won't download updates. No error message. Using Software Update.  Gray box just turns a lighter shade of gray

    MacBookPro won't download updates. No error message. Using Software Update-not using App.  Gray button just turns a lighter shade of gray and just sits there.  Have done previous downloads last one on Jan.9 for desktop and two others.