Strange errors ORA-02068 ORA-00600

Hi,
I have a strange error in my mapping, that I have never heard before.
In the source schema, I have a table that I check, that gives me a list of PK in order to know which lines I have to take in the other table of the schema.
At the end of the mapping, I have to UPDATE the table in order not to take the lines when the mapping is executed the next day : there is a field which is a flag that I have to update from 0 to 1.
But the mapping never manage to UPDATE all the table, it gives me these errors :
ORA-00600 : internal error code, arguments : : [kdoorp-1], [15], [0], [], [], [], [], []
ORA-02068 : following severe error from [DB_LINK_NAME]
I made a mapping which only update the table and it doesn't work anymore. What is strange is that it stops the first time after 1003 rows updated, the second time 2007, the third 4014, etc... ? I don't understand ???!!
Can someone help me ?
Thanks,
Nico

There are some bugs reported against Oracle 9.2.0.8 with similar error:
bug 5703193 and 6020413 which is unpublished.
I can not recommend other than contacting support.
Regards,
Robert

Similar Messages

  • ORA-02068 + ORA-03135

    Hi,
    we are getting this two ORA-02068 + ORA-03135 errors on application side using dblink .... can any one pls help....
    for 03135 we did some changes on db side .. what about ORA-02068 , is there is any action we have to made for this 2068 error
    Thanks,

    Hi,
    I have a similar problem... but more strange...
    The customer have an aplication on JBOSS with a Oracle database 10.2.0.4.
    When the user is logged in the application, he makes a query through the application, this query run a procedure that makes a select on the DB local an conects a remote DB with a db_link connection, with a synonym on the table remote and the procedure that fails
    This procedure have a EXCEPTION clause at the end, that insert in a "error table" that shows the following information:
    PET_ID ERROR DESCRIPTION F_CREATION USER_CREATION
    4565 -2068 ORA-02068: error grave de DB_COSTES 25/05/2011 09:41;11 [jboss]-xxxxxxxxx
    ORA-03135: la conexión ha perdido contacto
    4566 -1001 ORA-01001: cursor no válido 25/05/2011 09:41;47 [jboss]-xxxxxxxxx
    4567 -1001 ORA-01001: cursor no válido 25/05/2011 09:41;48 [jboss]-xxxxxxxxx
    4568 -1001 ORA-01001: cursor no válido 25/05/2011 09:41;49 [jboss]-xxxxxxxxx
    The error "ORA-01001: cursor no válido" appears on the "error table" when the user tries to re-run another searh in the application
    The DBA (in client side) must drop/create the synonym on the table and recompile the procedure to be able to work again... so, this error INVALID the procedure.
    It's not for iddle time of application, because I asked for the user and he said me that when he logged at the first time in the morning, and make the search, he got the error too.
    Can anybody help me?
    Thank you
    Bond2

  • Oracle errors: ORA-02068 + ORA-03113

    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

    gabriele wrote:
    Hy everybody,
    we're experiencing a problem with a connection of a weblogic's pool:
    (here's workshop's log excerpt):
    <Id=sysContattiJcx; method=controls.data.SysContattiInbound.insertManuale(); Failure=java.sql.SQLException:
         : distributed update operation failed; rollback required
    ORA-02068: following severe error from CONTATTI_CRMB
    ORA-03113: end-of-file on communication channel
    [ServiceException]>This is an oracle communications problem between the driver and the DBMS, or between the
    immediate DBMS nd the remote DBMS. The end-of-file failure means that one end of a
    communication was dropped. I suggest you get some Oracle support to help find the
    problem. If you shut weblogic down and brought it back up, and the problem is still there,
    even on the first invocation after coming back up, then it is a problem between the DBMSes.
    Joe
    >
    the problem is encountered while updating a record on a synonim table which points
    to a remote oracle instance via a dblink.
    All other sql statements executed on local db instance's tables (i.e. the instance
    the pool is configured upon) go ok.
    I've read on a previous post that the problem is related with the restart of
    the remote db instance AFTER the creation of appserver connpool, which in turn
    determines the corruption of connections towards the remote instance (i.e. their
    state is STALE towards the remote instance even if - at the same time - HEALTY
    toward the local db instance...)
    Our problem is that we restarted the application server in order to be sure to
    re-establish all the connections, but the problem still stands there.
    Any other suggestions?
    thanks

  • Error ORA-02068,ORA-03135,ORA-06512 in Streams

    Hi All,
    I am new to Streams. Actually we are trying to replicate the data between 2 databases and we are using streams for this.
    But we are getting the below error in DBA_PROPAGATION table.
    ORA-02068: following severe error from TINFOT3
    ORA-03135: connection lost contact
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 1087
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7636
    ORA-06512: at "SYS.DBMS_AQADM", line 631
    ORA-06512: at line 1
    It seems the capture process is running perfectly.
    Can anyone suggest the solution or where to look more to troubleshoot the issue.
    Thanks.
    Amit.

    The error looks like your target database may be down / dblink is not working / network issue..
    Babu

  • Error Ora-02068, Ora-03135

    Hi all,
    I am using a database link from between oracle 10g enterprise & oracle 10g express edition on window based system.
    We are getting below given error at one client system and others clients system is working fine..
    ORA-02068: following server error from dblink name
    ORA-03135: connection lost contact table name <tablename>
    Please help any one for the same.
    Thanks in advance.

    Hi,
    I already check alert.log fine but i am unable to find out any error.Pls see last generated log.
    Completed: ALTER DATABASE MOUNT
    Fri Dec 28 14:06:46 2012
    ALTER SYSTEM SET db_recovery_file_dest_size='15G' SCOPE=BOTH;
    Fri Dec 28 14:06:46 2012
    ALTER SYSTEM SET db_recovery_file_dest_size='15G' SCOPE=BOTH;
    Fri Dec 28 14:06:46 2012
    alter database open
    Fri Dec 28 14:06:47 2012
    Thread 1 opened at log sequence 10
    Current log# 1 seq# 10 mem# 0: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_8FQVLD4W_.LOG
    Successful open of redo thread 1
    Fri Dec 28 14:06:47 2012
    SMON: enabling cache recovery
    Fri Dec 28 14:06:48 2012
    Successfully onlined Undo Tablespace 1.
    Fri Dec 28 14:06:48 2012
    SMON: enabling tx recovery
    Fri Dec 28 14:06:48 2012
    Database Characterset is UTF8
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=3884
    Fri Dec 28 14:06:53 2012
    Completed: alter database open
    Fri Dec 28 14:06:54 2012
    db_recovery_file_dest_size of 15360 MB is 0.65% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thanks

  • ORA-02068,ORA-03113

    Hi ,
    APPLn users are getting the below 2 errors when executing a job
    ORA-02068: following severe error from CONNECT_TO_ERJ
    ORA-03113: end-of-file on communication channelUser-Defined Exception
    Any idea what could be the reason for this
    Thanks,
    Kr

    kurien wrote:
    Hi ,
    APPLn users are getting the below 2 errors when executing a job
    ORA-02068: following severe error from CONNECT_TO_ERJ
    ORA-03113: end-of-file on communication channelUser-Defined Exception
    Any idea what could be the reason for this
    Thanks,
    KrHI
    ora-03113 these error occur relavent to database,its not relavent to ERP software.so you should focus on database . check your network and alert log file..
    refer
    http://www.dbmotive.com/oracle_error_codes.php?errcode=03113
    Regards
    Azar
    DBA

  • ORA-20500+ ORA-02055+ORA-02068+ORA-03113

    i got this error in my front end .....any idea what might be the reason?
    Failed: ORA-20500: ORA-20500: ORA-20500: ORA-20500:
    ORA-02055: distributed update operation failed;
    rollback required
    ORA-02068: following severe error from MUDR2SEBL(db_link name)
    ORA-03113: end-of-file on communication channel
    Thanks all
    Gagan

    The remote site (server process) crashed. There should be something in the alert.log, and trace file on the remote site.
    It may also be the local site, so also look for local trace files.

  • ORA-02050 ORA-02068 ORA-03113 in apex application shared db link

    Dear all,
    I got error occasionally ORA-02068: following severe error from INV_FBIH ORA-03113: end-of-file on communication channel
    when I login into application on Apex.
    INV_FBIH is shared database link
    there is error:
    ORA-02050: transaction 11.26.780771 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from INV_FBIH
    ORA-03113: end-of-file on communication channel
    Database is: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Is there any solution for this problem?
    Regards,
    Ed,
    Edited by: 852611 on May 24, 2013 8:27 AM

    I've had some problems in the past with in-doubt transactions with a DB link to a Sybase database. I can imagine it is more difficult for Oracle to manage transactions over a DB link if the the database is not Oracle. Especially with SQL Server/Sybase that do their own commit by default. Might that be the case here?
    ORA-03113: end-of-file on communication channelThis also indicates a network problem.
    You can also post this in the General Database forum.

  • ORA-02068+ORA-03113 on database link

    Hi all
    I have the following scenario:
    The application is connecting to DB (Oracle 10.2.0.5) using jdbc connection pool.
    The database is a 3-node RAC.
    Using DB Link we access a PLSQL package on a remote database (10.2.0.4).The remote database is a single instance.
    The remote database is not located behind FW.
    Sometimes the remote DB is restarted, but we seem to hit these errors about 30 mins afterwards.
    From time to time we get these errors and we cant find the root cause.
    Any ideas how to address this?
    Thanks,
    Rudi

    Rudi wrote:
    Hi all
    I have the following scenario:
    The application is connecting to DB (Oracle 10.2.0.5) using jdbc connection pool.
    The database is a 3-node RAC.
    Using DB Link we access a PLSQL package on a remote database (10.2.0.4).The remote database is a single instance.
    The remote database is not located behind FW.
    Sometimes the remote DB is restarted, but we seem to hit these errors about 30 mins afterwards.
    From time to time we get these errors and we cant find the root cause.
    Any ideas how to address this?
    Thanks,
    RudiORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • ORA-02068; ORA-03113 ::DB Link Problems

    Hi,
    I have created a DB Link from to our client database MARS & i have named it as "MARS_DATA".
    But my problem is whenever i query the data using 2 tables in it with a proper join condition using DB Link i am getting the following error.
    ORA-02068: following severe error from MARS_DATA
    ORA-03113: end-of-file on communication channel
    NOTE:
    Whenever i query the MARS database with a single table in it i am getting the data.(Using DB Link only)
    Most surprising thing for me is when i am trying to execute the Errored out query after running the above it is working fine!!!
    Can you help me in resolving this issue?
    Regards,
    Srinivas.

    ORA-03113 errors should be resolved with the help of the Oracle Support.
    Ask your DBA to contact Oracle Support for this issue.

  • ORA-02068, ORA-03135 - Connection Lost to Database - cancel session?

    The situation:
    We have an Oracle instance that we have no control over (3rd party maintained) and is shutdown on a nightly basis to do a cold back up. I'll call DB-A (8.1.7.4).
    We have processes that run in Peoplesoft that selects from a view in database HR-B (10.2.0.3) that references tables in DB-A via a database link.
    Peoplesoft does it's own "thread-pooling" and Oracle sessions that are created remain in an inactive state and get re-used as SQL statements are issued.
    Problem:
    As selects are made to the view with links to DB-A a valid session is created and remains inactive once the SQL is complete. During the night DB-A is shutdown and then started back up after the cold backups. In the morning a select is issued against the view to DB-A and tries to reuse the same session that was previously used. But since the DB-A was bounced the SQL statement gets an ORA-2068 and 0RA-03135 communication error. A second attempt seems to reestablish communication and is successful (using the same session). Adding to this problem is that multiple sessions could have been created and get reused by other processes and get the same error... so just adding retry process to a few applications does not seem feasible nor does it mean success.
    Possible Solution and question:
    Once DB-A is shutdown I would like to cancel any sessions in HR-B that may either be in a "bad" state, i.e. result in a communication error because it had last accessed DB-A. This way a new session would be created the next time a call is made to access data from DB-A... I've proven this to be successful via SQLPlus. Does anyone know if there is a V$ view that would show a session in a "bad" state like this? Or I would like to find sessions that executed SQL that referenced DB-A from HR-B and cancel those sessions. Does anyone have a suggestion? Thanks in advance.

    I believe what you are looking for is: sqlnet.expire_time
    You can put this in your sqlnet.ora file and set it for a time you want it to check for 'sniped' sessions, (or sessions that have been disconnected externally for some reason).
    Reference a quote from D. Burleson's site:
    The sqlnet.expire_time parameter is used to set a time interval, in minutes, to determine how often a probe should be sent verifying that client/server connections are active.
    http://www.dba-oracle.com/t_connect_time_idle_expire_timeout.htm
    HTH,
    ji li

  • ORA-02068 and  ORA-00600 arguments [25012], [2], [4]

    hi
    ihv to insert data form one database(9i) to other(8i) and im using windows xp
    i hv issued
    insert into [email protected]
    select * from B_RECEIPT;
    bt it gives error
    ORA-02068: following severe error from ICT
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    it technique was working 2days back bt recently its not working
    alert log contains
    Errors in file D:\Oracle\admin\ICT\udump\ORA00492.TRC:
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    i cannot understand anything of .trc
    please help me to solve it
    thanks in advance

    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • Strange error while creating form/report pages [ORA-20001]

    While creating two new pages with a form and report on it, I've got a strange error. I tried to create the pages several times, but I always got the same error:
    ORA-20001: Unable to create query and update page. ORA-20001: Unable to create form on table. ORA-20001: Error creating shortcut id="" ORA-00001: unique constraint (FLOWS_030000.WWV_FLOW_SHORTCUT_IDX1) violated
    Error creating query and update.
    Return to application.
    I'm using the wizard to get the pages, like I did many times before (without problems), but this time it will not work!
    Greetings,
    Jan

    Below is a view or sql query i want to create in XE to show users report on startdate,end date,road name,etc,i am having a problem making this view work when i put the code in the sql script. Kindly help me with this if you can please. Thanks. CREATE OR REPLACE FORCE VIEW "RESULTS_DETAILS_VIEW" ("STARTDATE","ENDDATE","ROAD","NAME","STATUS","TYPE","UTILITIES","DATES","LUTON",
    AS SELECT
    d.Startdate,
    d.EndDate,
    l.Road,
    u.Name,
    ws.Status,
    wt.Type,
    cb.startdate,
    cb.enddate,
    cb.road,
    cb.utility,
    cb.type,
    cb.status
    FROM
    Dates d,
    Luton l,
    Utilities u,
    WorkStatus ws,
    WorkType wt,
    Comb cb
    WHERE cb.startDate = d.StartDate
    AND cb.endDate = d.EndDate
    AND cb.road = l.Road
    AND cb.utility = u.Name
    AND cb.type = wt.Type
    AND cb.status = ws.Status
    WITH READ ONLY
    /

  • ORA-02068: following severe error from ....

    Hi,
    we have a dataguard setup for 10g databases on AIX platform as below.
    host1(TALON) host2(CATALINA)
    TICSPROD (PRIMARY ) TICSPROD(STANDBY)
    PLSPROD (STANDBY) PLSPROD (PRIMARY)
    We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
    Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
    ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from PLSPROD
    ORA-03113: end-of-file on communication channel

    We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
    Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
    ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from PLSPROD
    ORA-03113: end-of-file on communication channel
    What are the parameters of standby
    post
    show parameter dest_2
    show parameter state_2ORA-02050:
         transaction string rolled back, some remote DBs may be in-doubt
    Cause:      network or remote failure in 2PC.
    Action:      Notify operations; remote DBs will automatically re-sync when the failure is repaired.
    defer the destination state 2 also refer the below link
    http://www.orafaq.com/forum/t/67115/2/

  • Ora-02068 error

    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    John

    Johnvd wrote:
    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    JohnORA-02068: "following severe error from %s%s
    Cause: A severe error (disconnect, fatal Oracle error) received
    from the indicated database link. See following error
    text.
    Action: Contact the remote system administrator.

Maybe you are looking for

  • Cross-references error

    HI everyone, I have a book file with about 20 chapters. These chapters all have a large number of cross-references in them that link from chapter to chapter. Since I now have to revise last year's 2010 edition of the book, I went through and changed

  • HT2646 I have everything connected properly and my tv still says no signal. Any ideas?

    I have my apple tv 2nd gen. connected to my power source, and connected to my tv using a HDMI cord, and its not working. I turn on my tv, then go to the proper input (HDMI3), and it says no signal, ive tried everything. Help, please...

  • When I convert to word my doc formIng shifts and font sizes are different. What the problem

    Any help with this?

  • Flash 8 vs flash cs3

    Hi I would just like to know if you think flash 8 is better than flash cs3 and does flash cs3 contain ALL the features of flash 8? and which is easier to use!?! Thanks nows in advance and in the future!

  • Help with scenario

    my scenario sendss one interface to 2 target interfaces. i had to use enh interfce determinatio. In IR, while creating a scenario is it possible to specify enh interface determination? is there a way i can do it in IR which will reduce manual step in