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

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

  • 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

  • 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

  • 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

  • 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 ::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-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-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 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.

  • 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: following severe error from LNK -(Prob with HS ODBC pls. help)

    HI Every one...
    Please help me out...
    Problem in d/b link using generic connectivity of oracle to connect MS Access here are the details ...
    ORACLE VERSION - Oracle8i Release 8.1.7.0.0
    OS - WINDOWS 2000 Service Pack 3
    MSAccess 2000
    I sussessfully created System DSN steps....
    ODBC Data Source Administrator -> System DSN -> ADD -> (select) Microsoft Access
    Driver [*.mdb] Version- 4.00.6200.00 -> ODBC Microsoft Access Setup (Data Source
    Name = dbq and selected the MS Access database file. and OK -> OK
    HS parameter file...
    Location .... D:\oracle\ora81\hs\admin
    Name........ initdbaccess.ora
    HS_FDS_CONNECT_INFO =dbq
    HS_FDS_TRACE_LEVEL =off
    listener.ora
    Location.... D:\oracle\ora81\network\ADMIN
    (SID_DESC =
    (SID_NAME = dbaccess)
    (ORACLE_HOME = D:\oracle\ora81)
    (PROGRAM = hsodbc)
    TNSNames.ora
    Location.... D:\oracle\ora81\network\ADMIN
    DBACCESS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = dbaccess)
    (HS = OK)
    I stop the listener and start it again.... then on sqlplus.....
    SQL> connect qu3/qu3@mysys
    Connected.
    SQL> create database link lnk using 'DBACCESS';
    Database link created.
    SQL> select * from t_emp_main@lnk;
    select * from t_emp_main@lnk
    ERROR at line 1:
    ORA-02068: following severe error from LNK
    ORA-03114: not connected to ORACLE
    Why this Error is comming.... any solution pls......
    Thanks in advance....
    SMG

    Help please... problem still pending ....

  • ORA-02068: following severe error from db link

    Hi,
    I have the following piece of code which gives an error.
    FOR items IN (SELECT DISTINCT item FROM ccm_items@caav_link a)
    LOOP
    itemtrans.process_item@manuf_link(items.item);
    END LOOP;
    Procedure process_item may take several hours to complete execution. Hence after processing one or two items, I get an error "ORA-02068: following severe error from caav_link
    ORA-03113: end-of-file on communication channel"
    I guess this occurs due to some timeout issue. Can you please give some pointers on why this issue occurs and how to avoid it? Also note that I need to use the same link after the loop. So a timeout could cause a problem there also.
    Thanks,
    Blesson

    May be this link will be useful:
    http://www.dba-oracle.com/t_ora_02068_following_severe_error_from_stringstring.htm

Maybe you are looking for

  • Ipod wont sync - Says library is being used by another version

    I try to open iTunes and it keeps giving me an error message saying my library is connected to a different version of Itunes (or something to that effect). I do not have another Itunes program. Last night I did install media Sync for blackberry I tho

  • Adding artwork loops the audio

    So after pasting in album artwork I notice it doesn't take to all files and if i try to paste to those files on their own it messes up the audio i.e. a song will play the first 7 seconds and then start again so 1-7 and 8-15 are the same and the final

  • Does anyone know how to fix error 3259?

    Hello. I have the ipad mini (wifi) running on ios 7.0.4. I have up to date windows 8 and up to date itunes. Whenever i try to restore my ipad, I get error 3259- network connection timed out. I've tried disabling the computer firewall, windows defende

  • 10.4.6 Causes photobooth Flicker

    Just posted further down the page. I just installed 10.4.6 and when I launch photo booth the camera flickers like it is adjusting to the light--never used to do that at all. I also have the effects page slow down to slow motion when I click on it. **

  • HT1199 when attempting to empty trash i get error code of 8003

    when attempting to empty trash i get error message 'the operation cant be completed because of unexpected error occured error code 8003' thanks!